|
|
@@ -17,10 +17,16 @@
|
|
|
"@angular/platform-browser-dynamic": "^18.0.0",
|
|
|
"@angular/router": "^18.0.0",
|
|
|
"@ionic/angular": "^8.0.0",
|
|
|
+ "axios": "^1.7.9",
|
|
|
"fmode-ng": "^0.0.63",
|
|
|
+ "i18next": "^24.2.0",
|
|
|
+ "i18next-http-backend": "^3.0.1",
|
|
|
"ionicons": "^7.2.1",
|
|
|
+ "md5": "^2.3.0",
|
|
|
"rxjs": "~7.8.0",
|
|
|
+ "sentiment": "^5.0.2",
|
|
|
"tslib": "^2.3.0",
|
|
|
+ "vader-sentiment": "^1.1.3",
|
|
|
"zone.js": "~0.14.2"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
@@ -6521,6 +6527,12 @@
|
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/asynckit": {
|
|
|
+ "version": "0.4.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
|
|
|
+ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/autoprefixer": {
|
|
|
"version": "10.4.20",
|
|
|
"resolved": "https://registry.npmmirror.com/autoprefixer/-/autoprefixer-10.4.20.tgz",
|
|
|
@@ -6576,13 +6588,14 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/axios": {
|
|
|
- "version": "0.26.1",
|
|
|
- "resolved": "https://registry.npmmirror.com/axios/-/axios-0.26.1.tgz",
|
|
|
- "integrity": "sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==",
|
|
|
+ "version": "1.7.9",
|
|
|
+ "resolved": "https://registry.npmmirror.com/axios/-/axios-1.7.9.tgz",
|
|
|
+ "integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==",
|
|
|
"license": "MIT",
|
|
|
- "peer": true,
|
|
|
"dependencies": {
|
|
|
- "follow-redirects": "^1.14.8"
|
|
|
+ "follow-redirects": "^1.15.6",
|
|
|
+ "form-data": "^4.0.0",
|
|
|
+ "proxy-from-env": "^1.1.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/axobject-query": {
|
|
|
@@ -7114,6 +7127,15 @@
|
|
|
"dev": true,
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
+ "node_modules/charenc": {
|
|
|
+ "version": "0.0.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/charenc/-/charenc-0.0.2.tgz",
|
|
|
+ "integrity": "sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA==",
|
|
|
+ "license": "BSD-3-Clause",
|
|
|
+ "engines": {
|
|
|
+ "node": "*"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/chokidar": {
|
|
|
"version": "3.6.0",
|
|
|
"resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz",
|
|
|
@@ -7376,6 +7398,18 @@
|
|
|
"node": ">=0.1.90"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/combined-stream": {
|
|
|
+ "version": "1.0.8",
|
|
|
+ "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
|
|
|
+ "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "delayed-stream": "~1.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/commander": {
|
|
|
"version": "2.20.3",
|
|
|
"resolved": "https://registry.npmmirror.com/commander/-/commander-2.20.3.tgz",
|
|
|
@@ -7741,6 +7775,15 @@
|
|
|
"postcss-media-query-parser": "^0.2.3"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/cross-fetch": {
|
|
|
+ "version": "4.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/cross-fetch/-/cross-fetch-4.0.0.tgz",
|
|
|
+ "integrity": "sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "node-fetch": "^2.6.12"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/cross-spawn": {
|
|
|
"version": "7.0.6",
|
|
|
"resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
|
@@ -7756,6 +7799,15 @@
|
|
|
"node": ">= 8"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/crypt": {
|
|
|
+ "version": "0.0.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/crypt/-/crypt-0.0.2.tgz",
|
|
|
+ "integrity": "sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==",
|
|
|
+ "license": "BSD-3-Clause",
|
|
|
+ "engines": {
|
|
|
+ "node": "*"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/crypto-js": {
|
|
|
"version": "4.2.0",
|
|
|
"resolved": "https://registry.npmmirror.com/crypto-js/-/crypto-js-4.2.0.tgz",
|
|
|
@@ -8069,6 +8121,15 @@
|
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/delayed-stream": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
|
|
|
+ "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.4.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/depd": {
|
|
|
"version": "2.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz",
|
|
|
@@ -8284,7 +8345,6 @@
|
|
|
"version": "0.1.13",
|
|
|
"resolved": "https://registry.npmmirror.com/encoding/-/encoding-0.1.13.tgz",
|
|
|
"integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==",
|
|
|
- "dev": true,
|
|
|
"license": "MIT",
|
|
|
"optional": true,
|
|
|
"dependencies": {
|
|
|
@@ -8295,7 +8355,6 @@
|
|
|
"version": "0.6.3",
|
|
|
"resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
|
|
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
|
- "dev": true,
|
|
|
"license": "MIT",
|
|
|
"optional": true,
|
|
|
"dependencies": {
|
|
|
@@ -8678,6 +8737,16 @@
|
|
|
"node": ">=0.12.7"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/esdk-obs-browserjs/node_modules/axios": {
|
|
|
+ "version": "0.26.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/axios/-/axios-0.26.1.tgz",
|
|
|
+ "integrity": "sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true,
|
|
|
+ "dependencies": {
|
|
|
+ "follow-redirects": "^1.14.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/eslint": {
|
|
|
"version": "8.57.1",
|
|
|
"resolved": "https://registry.npmmirror.com/eslint/-/eslint-8.57.1.tgz",
|
|
|
@@ -9681,6 +9750,20 @@
|
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/form-data": {
|
|
|
+ "version": "4.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.1.tgz",
|
|
|
+ "integrity": "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "asynckit": "^0.4.0",
|
|
|
+ "combined-stream": "^1.0.8",
|
|
|
+ "mime-types": "^2.1.12"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 6"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/forwarded": {
|
|
|
"version": "0.2.0",
|
|
|
"resolved": "https://registry.npmmirror.com/forwarded/-/forwarded-0.2.0.tgz",
|
|
|
@@ -10392,6 +10475,46 @@
|
|
|
"node": ">=10.18"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/i18next": {
|
|
|
+ "version": "24.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/i18next/-/i18next-24.2.0.tgz",
|
|
|
+ "integrity": "sha512-ArJJTS1lV6lgKH7yEf4EpgNZ7+THl7bsGxxougPYiXRTJ/Fe1j08/TBpV9QsXCIYVfdE/HWG/xLezJ5DOlfBOA==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://locize.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://locize.com/i18next.html"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/runtime": "^7.23.2"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "typescript": "^5"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "typescript": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/i18next-http-backend": {
|
|
|
+ "version": "3.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/i18next-http-backend/-/i18next-http-backend-3.0.1.tgz",
|
|
|
+ "integrity": "sha512-XT2lYSkbAtDE55c6m7CtKxxrsfuRQO3rUfHzj8ZyRtY9CkIX3aRGwXGTkUhpGWce+J8n7sfu3J0f2wTzo7Lw0A==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "cross-fetch": "4.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/iconv-lite": {
|
|
|
"version": "0.4.24",
|
|
|
"resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.4.24.tgz",
|
|
|
@@ -10687,6 +10810,12 @@
|
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/is-buffer": {
|
|
|
+ "version": "1.1.6",
|
|
|
+ "resolved": "https://registry.npmmirror.com/is-buffer/-/is-buffer-1.1.6.tgz",
|
|
|
+ "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/is-callable": {
|
|
|
"version": "1.2.7",
|
|
|
"resolved": "https://registry.npmmirror.com/is-callable/-/is-callable-1.2.7.tgz",
|
|
|
@@ -12565,6 +12694,17 @@
|
|
|
"speech-rule-engine": "^4.0.6"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/md5": {
|
|
|
+ "version": "2.3.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/md5/-/md5-2.3.0.tgz",
|
|
|
+ "integrity": "sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==",
|
|
|
+ "license": "BSD-3-Clause",
|
|
|
+ "dependencies": {
|
|
|
+ "charenc": "0.0.2",
|
|
|
+ "crypt": "0.0.2",
|
|
|
+ "is-buffer": "~1.1.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/mdurl": {
|
|
|
"version": "2.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/mdurl/-/mdurl-2.0.0.tgz",
|
|
|
@@ -12778,7 +12918,6 @@
|
|
|
"version": "1.52.0",
|
|
|
"resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
|
|
|
"integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
|
|
|
- "dev": true,
|
|
|
"license": "MIT",
|
|
|
"engines": {
|
|
|
"node": ">= 0.6"
|
|
|
@@ -12788,7 +12927,6 @@
|
|
|
"version": "2.1.35",
|
|
|
"resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
|
|
|
"integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
|
|
|
- "dev": true,
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"mime-db": "1.52.0"
|
|
|
@@ -13293,6 +13431,26 @@
|
|
|
"dev": true,
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
+ "node_modules/node-fetch": {
|
|
|
+ "version": "2.7.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/node-fetch/-/node-fetch-2.7.0.tgz",
|
|
|
+ "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "whatwg-url": "^5.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "4.x || >=6.0.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "encoding": "^0.1.0"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "encoding": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/node-forge": {
|
|
|
"version": "1.3.1",
|
|
|
"resolved": "https://registry.npmmirror.com/node-forge/-/node-forge-1.3.1.tgz",
|
|
|
@@ -14679,6 +14837,12 @@
|
|
|
"node": ">= 0.10"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/proxy-from-env": {
|
|
|
+ "version": "1.1.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
|
|
|
+ "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/prr": {
|
|
|
"version": "1.0.1",
|
|
|
"resolved": "https://registry.npmmirror.com/prr/-/prr-1.0.1.tgz",
|
|
|
@@ -15488,7 +15652,7 @@
|
|
|
"version": "2.1.2",
|
|
|
"resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
|
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
|
- "dev": true,
|
|
|
+ "devOptional": true,
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
"node_modules/sass": {
|
|
|
@@ -15694,6 +15858,15 @@
|
|
|
"node": ">= 0.8"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/sentiment": {
|
|
|
+ "version": "5.0.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/sentiment/-/sentiment-5.0.2.tgz",
|
|
|
+ "integrity": "sha512-ZeC3y0JsOYTdwujt5uOd7ILJNilbgFzUtg/LEG4wUv43LayFNLZ28ec8+Su+h3saHlJmIwYxBzfDHHZuiMA15g==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/serialize-javascript": {
|
|
|
"version": "6.0.2",
|
|
|
"resolved": "https://registry.npmmirror.com/serialize-javascript/-/serialize-javascript-6.0.2.tgz",
|
|
|
@@ -16836,6 +17009,12 @@
|
|
|
"node": ">=0.6"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/tr46": {
|
|
|
+ "version": "0.0.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/tr46/-/tr46-0.0.3.tgz",
|
|
|
+ "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/tree-dump": {
|
|
|
"version": "1.0.2",
|
|
|
"resolved": "https://registry.npmmirror.com/tree-dump/-/tree-dump-1.0.2.tgz",
|
|
|
@@ -17052,7 +17231,7 @@
|
|
|
"version": "5.4.5",
|
|
|
"resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.4.5.tgz",
|
|
|
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
|
|
|
- "dev": true,
|
|
|
+ "devOptional": true,
|
|
|
"license": "Apache-2.0",
|
|
|
"bin": {
|
|
|
"tsc": "bin/tsc",
|
|
|
@@ -17306,6 +17485,12 @@
|
|
|
"uuid": "dist/bin/uuid"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/vader-sentiment": {
|
|
|
+ "version": "1.1.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/vader-sentiment/-/vader-sentiment-1.1.3.tgz",
|
|
|
+ "integrity": "sha512-z9ys48I7pd3ngy/YzYDCTcOp6//z96wiXaJnQnuyxiPT3PTU0mWLWVCKvips11S5euvHfXsr0ahsmWT2oeXcUw==",
|
|
|
+ "license": "Apache-2.0"
|
|
|
+ },
|
|
|
"node_modules/validate-npm-package-license": {
|
|
|
"version": "3.0.4",
|
|
|
"resolved": "https://registry.npmmirror.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
|
|
|
@@ -17918,6 +18103,12 @@
|
|
|
"dev": true,
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
+ "node_modules/webidl-conversions": {
|
|
|
+ "version": "3.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
|
|
|
+ "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
|
|
|
+ "license": "BSD-2-Clause"
|
|
|
+ },
|
|
|
"node_modules/webpack": {
|
|
|
"version": "5.94.0",
|
|
|
"resolved": "https://registry.npmmirror.com/webpack/-/webpack-5.94.0.tgz",
|
|
|
@@ -18289,6 +18480,16 @@
|
|
|
"node": ">=0.8.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/whatwg-url": {
|
|
|
+ "version": "5.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/whatwg-url/-/whatwg-url-5.0.0.tgz",
|
|
|
+ "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "tr46": "~0.0.3",
|
|
|
+ "webidl-conversions": "^3.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/which": {
|
|
|
"version": "2.0.2",
|
|
|
"resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
|