|
@@ -16,7 +16,10 @@
|
|
|
"@angular/platform-browser": "^18.0.0",
|
|
|
"@angular/platform-browser-dynamic": "^18.0.0",
|
|
|
"@angular/router": "^18.0.0",
|
|
|
+ "@ionic/angular": "^8.2.2",
|
|
|
+ "@types/parse": "^3.0.9",
|
|
|
"ng-zorro-antd": "^18.0.0",
|
|
|
+ "parse": "^5.1.0",
|
|
|
"rxjs": "~7.8.0",
|
|
|
"tslib": "^2.3.0",
|
|
|
"zone.js": "~0.14.3"
|
|
@@ -25,6 +28,7 @@
|
|
|
"@angular-devkit/build-angular": "^18.0.4",
|
|
|
"@angular/cli": "^18.0.4",
|
|
|
"@angular/compiler-cli": "^18.0.0",
|
|
|
+ "@ionic/angular-toolkit": "latest",
|
|
|
"@types/jasmine": "~5.1.0",
|
|
|
"jasmine-core": "~5.1.0",
|
|
|
"karma": "~6.4.0",
|
|
@@ -2431,6 +2435,18 @@
|
|
|
"node": ">=6.9.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@babel/runtime-corejs3": {
|
|
|
+ "version": "7.23.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/runtime-corejs3/-/runtime-corejs3-7.23.2.tgz",
|
|
|
+ "integrity": "sha512-54cIh74Z1rp4oIjsHjqN+WM4fMyCBYe+LpZ9jWm51CZ1fbH3SkAzQD/3XLoNkjbJ7YEmjobLXyvQrFypRHOrXw==",
|
|
|
+ "dependencies": {
|
|
|
+ "core-js-pure": "^3.30.2",
|
|
|
+ "regenerator-runtime": "^0.14.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@babel/template": {
|
|
|
"version": "7.24.7",
|
|
|
"resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.24.7.tgz",
|
|
@@ -2910,6 +2926,163 @@
|
|
|
"node": ">=18"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@ionic/angular": {
|
|
|
+ "version": "8.2.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@ionic/angular/-/angular-8.2.2.tgz",
|
|
|
+ "integrity": "sha512-c8siqeWN5iWvu7LlechiIYSWRAlvjL2dEKjB19xspAzZv+9aXrT9YWPz+DTeS2eTO6CnwvHJpG0tPlVxgjpr1g==",
|
|
|
+ "dependencies": {
|
|
|
+ "@ionic/core": "8.2.2",
|
|
|
+ "ionicons": "^7.0.0",
|
|
|
+ "jsonc-parser": "^3.0.0",
|
|
|
+ "tslib": "^2.3.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@angular/core": ">=16.0.0",
|
|
|
+ "@angular/forms": ">=16.0.0",
|
|
|
+ "@angular/router": ">=16.0.0",
|
|
|
+ "rxjs": ">=7.5.0",
|
|
|
+ "zone.js": ">=0.13.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ionic/angular-toolkit": {
|
|
|
+ "version": "11.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@ionic/angular-toolkit/-/angular-toolkit-11.0.1.tgz",
|
|
|
+ "integrity": "sha512-dxx2RDbxDYM2nWRPIirKMJySHtqJ1u02T25PGbNb99W2Wlcmu1cza3+2/PQ8ga18yMz/dQqaGyEmPDf3ZSVO0w==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@angular-devkit/core": "^17.0.0",
|
|
|
+ "@angular-devkit/schematics": "^17.0.0",
|
|
|
+ "@schematics/angular": "^17.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ionic/angular-toolkit/node_modules/@angular-devkit/core": {
|
|
|
+ "version": "17.3.8",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@angular-devkit/core/-/core-17.3.8.tgz",
|
|
|
+ "integrity": "sha512-Q8q0voCGudbdCgJ7lXdnyaxKHbNQBARH68zPQV72WT8NWy+Gw/tys870i6L58NWbBaCJEUcIj/kb6KoakSRu+Q==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "ajv": "8.12.0",
|
|
|
+ "ajv-formats": "2.1.1",
|
|
|
+ "jsonc-parser": "3.2.1",
|
|
|
+ "picomatch": "4.0.1",
|
|
|
+ "rxjs": "7.8.1",
|
|
|
+ "source-map": "0.7.4"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^18.13.0 || >=20.9.0",
|
|
|
+ "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
|
|
|
+ "yarn": ">= 1.13.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "chokidar": "^3.5.2"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "chokidar": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ionic/angular-toolkit/node_modules/@angular-devkit/schematics": {
|
|
|
+ "version": "17.3.8",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@angular-devkit/schematics/-/schematics-17.3.8.tgz",
|
|
|
+ "integrity": "sha512-QRVEYpIfgkprNHc916JlPuNbLzOgrm9DZalHasnLUz4P6g7pR21olb8YCyM2OTJjombNhya9ZpckcADU5Qyvlg==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@angular-devkit/core": "17.3.8",
|
|
|
+ "jsonc-parser": "3.2.1",
|
|
|
+ "magic-string": "0.30.8",
|
|
|
+ "ora": "5.4.1",
|
|
|
+ "rxjs": "7.8.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^18.13.0 || >=20.9.0",
|
|
|
+ "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
|
|
|
+ "yarn": ">= 1.13.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ionic/angular-toolkit/node_modules/@schematics/angular": {
|
|
|
+ "version": "17.3.8",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@schematics/angular/-/angular-17.3.8.tgz",
|
|
|
+ "integrity": "sha512-2g4OmSyE9YGq50Uj7fNI26P/TSAFJ7ZuirwTF2O7Xc4XRQ29/tYIIqhezpNlTb6rlYblcQuMcUZBrMfWJHcqJw==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@angular-devkit/core": "17.3.8",
|
|
|
+ "@angular-devkit/schematics": "17.3.8",
|
|
|
+ "jsonc-parser": "3.2.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^18.13.0 || >=20.9.0",
|
|
|
+ "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
|
|
|
+ "yarn": ">= 1.13.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ionic/angular-toolkit/node_modules/ajv": {
|
|
|
+ "version": "8.12.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ajv/-/ajv-8.12.0.tgz",
|
|
|
+ "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "fast-deep-equal": "^3.1.1",
|
|
|
+ "json-schema-traverse": "^1.0.0",
|
|
|
+ "require-from-string": "^2.0.2",
|
|
|
+ "uri-js": "^4.2.2"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/epoberezkin"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ionic/angular-toolkit/node_modules/ajv-formats": {
|
|
|
+ "version": "2.1.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ajv-formats/-/ajv-formats-2.1.1.tgz",
|
|
|
+ "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "ajv": "^8.0.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "ajv": "^8.0.0"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "ajv": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ionic/angular-toolkit/node_modules/magic-string": {
|
|
|
+ "version": "0.30.8",
|
|
|
+ "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.8.tgz",
|
|
|
+ "integrity": "sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@jridgewell/sourcemap-codec": "^1.4.15"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=12"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ionic/angular-toolkit/node_modules/picomatch": {
|
|
|
+ "version": "4.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.1.tgz",
|
|
|
+ "integrity": "sha512-xUXwsxNjwTQ8K3GnT4pCJm+xq3RUPQbmkYJTP5aFIfNIvbcc/4MUxgBaaRSZJ6yGJZiGSyYlM6MzwTsRk8SYCg==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">=12"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/jonschlinkert"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ionic/core": {
|
|
|
+ "version": "8.2.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@ionic/core/-/core-8.2.2.tgz",
|
|
|
+ "integrity": "sha512-gpWemL5IJjGDJPz6dltHnFyqioRl0sugs2PUXrwPaYwMnTDoRZ6iojYFovCIr5YJN99rHZprOthdcsYR/viGyQ==",
|
|
|
+ "dependencies": {
|
|
|
+ "@stencil/core": "^4.17.2",
|
|
|
+ "ionicons": "^7.2.2",
|
|
|
+ "tslib": "^2.1.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@isaacs/cliui": {
|
|
|
"version": "8.0.2",
|
|
|
"resolved": "https://registry.npmmirror.com/@isaacs/cliui/-/cliui-8.0.2.tgz",
|
|
@@ -3935,6 +4108,18 @@
|
|
|
"integrity": "sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA==",
|
|
|
"dev": true
|
|
|
},
|
|
|
+ "node_modules/@stencil/core": {
|
|
|
+ "version": "4.18.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@stencil/core/-/core-4.18.3.tgz",
|
|
|
+ "integrity": "sha512-8yoG5AFQYEPocVtuoc5kvRS0Hku0MoDWDUpADRaXPVHsOFLmxR16LJENj25ucCz5GEfeTGQ/tCE8JAypPmr/fQ==",
|
|
|
+ "bin": {
|
|
|
+ "stencil": "bin/stencil"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=16.0.0",
|
|
|
+ "npm": ">=7.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@tufjs/canonical-json": {
|
|
|
"version": "2.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/@tufjs/canonical-json/-/canonical-json-2.0.0.tgz",
|
|
@@ -4121,7 +4306,6 @@
|
|
|
"version": "20.14.6",
|
|
|
"resolved": "https://registry.npmmirror.com/@types/node/-/node-20.14.6.tgz",
|
|
|
"integrity": "sha512-JbA0XIJPL1IiNnU7PFxDXyfAwcwVVrOoqyzzyQTyMeVhBzkJVMSkC1LlVsRQ2lpqiY4n6Bb9oCS6lzDKVQxbZw==",
|
|
|
- "dev": true,
|
|
|
"dependencies": {
|
|
|
"undici-types": "~5.26.4"
|
|
|
}
|
|
@@ -4135,6 +4319,14 @@
|
|
|
"@types/node": "*"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@types/parse": {
|
|
|
+ "version": "3.0.9",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@types/parse/-/parse-3.0.9.tgz",
|
|
|
+ "integrity": "sha512-DGTHygc7krgmNAK8h42giwmAofCd9uv2++RD+zw6OmWI7AEnlTYZwEuWsx22SA2CSMQrZW8P2INHLpQbnQFUng==",
|
|
|
+ "dependencies": {
|
|
|
+ "@types/node": "*"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@types/qs": {
|
|
|
"version": "6.9.15",
|
|
|
"resolved": "https://registry.npmmirror.com/@types/qs/-/qs-6.9.15.tgz",
|
|
@@ -5536,6 +5728,16 @@
|
|
|
"url": "https://opencollective.com/core-js"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/core-js-pure": {
|
|
|
+ "version": "3.37.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/core-js-pure/-/core-js-pure-3.37.1.tgz",
|
|
|
+ "integrity": "sha512-J/r5JTHSmzTxbiYYrzXg9w1VpqrYt+gexenBE9pugeyhwPZTAEJddyiReJWsLO6uNQ8xJZFbod6XC7KKwatCiA==",
|
|
|
+ "hasInstallScript": true,
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/core-js"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/core-util-is": {
|
|
|
"version": "1.0.3",
|
|
|
"resolved": "https://registry.npmmirror.com/core-util-is/-/core-util-is-1.0.3.tgz",
|
|
@@ -5713,6 +5915,12 @@
|
|
|
"node": ">= 8"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/crypto-js": {
|
|
|
+ "version": "4.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/crypto-js/-/crypto-js-4.2.0.tgz",
|
|
|
+ "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==",
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
"node_modules/css-loader": {
|
|
|
"version": "7.1.1",
|
|
|
"resolved": "https://registry.npmmirror.com/css-loader/-/css-loader-7.1.1.tgz",
|
|
@@ -7275,6 +7483,11 @@
|
|
|
"postcss": "^8.1.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/idb-keyval": {
|
|
|
+ "version": "6.2.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/idb-keyval/-/idb-keyval-6.2.1.tgz",
|
|
|
+ "integrity": "sha512-8Sb3veuYCyrZL+VBt9LJfZjLUPWVvqn8tG28VqYNFCo43KHcKuq+b4EiXGeuaLAQWL2YmyDgMp2aSpH9JHsEQg=="
|
|
|
+ },
|
|
|
"node_modules/ieee754": {
|
|
|
"version": "1.2.1",
|
|
|
"resolved": "https://registry.npmmirror.com/ieee754/-/ieee754-1.2.1.tgz",
|
|
@@ -7466,6 +7679,14 @@
|
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/ionicons": {
|
|
|
+ "version": "7.4.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ionicons/-/ionicons-7.4.0.tgz",
|
|
|
+ "integrity": "sha512-ZK94MMqgzMCPPMhmk8Ouu6goyVHFIlw/ACP6oe3FrikcI0N7CX0xcwVaEbUc0G/v3W0shI93vo+9ve/KpvcNhQ==",
|
|
|
+ "dependencies": {
|
|
|
+ "@stencil/core": "^4.0.3"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/ip-address": {
|
|
|
"version": "9.0.5",
|
|
|
"resolved": "https://registry.npmmirror.com/ip-address/-/ip-address-9.0.5.tgz",
|
|
@@ -7980,8 +8201,7 @@
|
|
|
"node_modules/jsonc-parser": {
|
|
|
"version": "3.2.1",
|
|
|
"resolved": "https://registry.npmmirror.com/jsonc-parser/-/jsonc-parser-3.2.1.tgz",
|
|
|
- "integrity": "sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==",
|
|
|
- "dev": true
|
|
|
+ "integrity": "sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA=="
|
|
|
},
|
|
|
"node_modules/jsonfile": {
|
|
|
"version": "4.0.0",
|
|
@@ -9745,6 +9965,25 @@
|
|
|
"node": ">=6"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/parse": {
|
|
|
+ "version": "5.1.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/parse/-/parse-5.1.0.tgz",
|
|
|
+ "integrity": "sha512-46gVRe1JHsh21Ht0/Ko6PeMDl6wELLMYxnZPFD6iZm2EWsWnzi2txNGE6PvnIv+G7yOufZIOD0BCZLYOFl3toA==",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/runtime-corejs3": "7.23.2",
|
|
|
+ "idb-keyval": "6.2.1",
|
|
|
+ "react-native-crypto-js": "1.0.0",
|
|
|
+ "uuid": "9.0.1",
|
|
|
+ "ws": "8.16.0",
|
|
|
+ "xmlhttprequest": "1.8.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18 <21"
|
|
|
+ },
|
|
|
+ "optionalDependencies": {
|
|
|
+ "crypto-js": "4.2.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/parse-json": {
|
|
|
"version": "5.2.0",
|
|
|
"resolved": "https://registry.npmmirror.com/parse-json/-/parse-json-5.2.0.tgz",
|
|
@@ -9778,6 +10017,38 @@
|
|
|
"node": ">= 0.10"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/parse/node_modules/uuid": {
|
|
|
+ "version": "9.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/uuid/-/uuid-9.0.1.tgz",
|
|
|
+ "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
|
|
|
+ "funding": [
|
|
|
+ "https://github.com/sponsors/broofa",
|
|
|
+ "https://github.com/sponsors/ctavan"
|
|
|
+ ],
|
|
|
+ "bin": {
|
|
|
+ "uuid": "dist/bin/uuid"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/parse/node_modules/ws": {
|
|
|
+ "version": "8.16.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ws/-/ws-8.16.0.tgz",
|
|
|
+ "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10.0.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "bufferutil": "^4.0.1",
|
|
|
+ "utf-8-validate": ">=5.0.2"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "bufferutil": {
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "utf-8-validate": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/parse5": {
|
|
|
"version": "7.1.2",
|
|
|
"resolved": "https://registry.npmmirror.com/parse5/-/parse5-7.1.2.tgz",
|
|
@@ -10312,6 +10583,11 @@
|
|
|
"node": ">= 0.8"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/react-native-crypto-js": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/react-native-crypto-js/-/react-native-crypto-js-1.0.0.tgz",
|
|
|
+ "integrity": "sha512-FNbLuG/HAdapQoybeZSoes1PWdOj0w242gb+e1R0hicf3Gyj/Mf8M9NaED2AnXVOX01b2FXomwUiw1xP1K+8sA=="
|
|
|
+ },
|
|
|
"node_modules/readable-stream": {
|
|
|
"version": "3.6.2",
|
|
|
"resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-3.6.2.tgz",
|
|
@@ -11838,8 +12114,7 @@
|
|
|
"node_modules/undici-types": {
|
|
|
"version": "5.26.5",
|
|
|
"resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-5.26.5.tgz",
|
|
|
- "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
|
|
|
- "dev": true
|
|
|
+ "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA=="
|
|
|
},
|
|
|
"node_modules/unicode-canonical-property-names-ecmascript": {
|
|
|
"version": "2.0.0",
|
|
@@ -13055,6 +13330,14 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/xmlhttprequest": {
|
|
|
+ "version": "1.8.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz",
|
|
|
+ "integrity": "sha512-58Im/U0mlVBLM38NdZjHyhuMtCqa61469k2YP/AaPbvCoV9aQGUpbJBj1QRm2ytRiVQBD/fsw7L2bJGDVQswBA==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.4.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/y18n": {
|
|
|
"version": "5.0.8",
|
|
|
"resolved": "https://registry.npmmirror.com/y18n/-/y18n-5.0.8.tgz",
|