Update webpack

7d328271dbca09b61a699ab35429047c0ba6a127

Cohee <18619528+Cohee1207@users.noreply.github.com>

2 files changed, +10 -9Showing whitespace changes
package-lock.json+9 -8
@@ -93,7 +93,7 @@
9393 "url-join": "^5.0.0",
9494 "vectra": "^0.2.2",
9595 "wavefile": "^11.0.0",
9696 "webpack": "^5.9899.09",
9797 "write-file-atomic": "^5.0.1",
9898 "ws": "^8.18.1",
9999 "yaml": "^2.8.0",
@@ -7230,9 +7230,9 @@
72307230 "license": "ISC"
72317231 },
72327232 "node_modules/schema-utils": {
72337233 "version": "4.3.02",
72347234 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.02.tgz",
72357235 "integrity": "sha512-Gf9qqc58SpCAGn/xdziiHz35F4GNIWYWZrEshUcJaSk/GMt9gYubxTtSn/r5BnLph6xpKuLeoJoQuj5WfBIxQCV4em9mpAPiR1rqy/eQLf+hmVPYHaxJu7V2gOcu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==",
72367236 "license": "MIT",
72377237 "dependencies": {
72387238 "@types/json-schema": "^7.0.9",
@@ -8214,13 +8214,14 @@
82148214 }
82158215 },
82168216 "node_modules/webpack": {
82178217 "version": "5.9899.09",
82188218 "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.9899.09.tgz",
82198219 "integrity": "sha512-UFynvxbrOPwM3JnmOa+gM44Gv9qFgj0acCQK2VE1CtdfwFdimkapco3hlPCJ7kd3NsmOUOwbDAj8FT9xDsG3IW0MgbN9yZV7Oi/zeq73n2yVKimVbtms/+TnApIugGhLJnkU6gjYXAMNQ/EcSMqw7qfoRyXPoeEWT8zLVdVGg==",
82208220 "license": "MIT",
82218221 "dependencies": {
82228222 "@types/eslint-scope": "^3.7.7",
82238223 "@types/estree": "^1.0.6",
8224+ "@types/json-schema": "^7.0.15",
82248225 "@webassemblyjs/ast": "^1.14.1",
82258226 "@webassemblyjs/wasm-edit": "^1.14.1",
82268227 "@webassemblyjs/wasm-parser": "^1.14.1",
@@ -8237,7 +8238,7 @@
82378238 "loader-runner": "^4.2.0",
82388239 "mime-types": "^2.1.27",
82398240 "neo-async": "^2.6.2",
82408241 "schema-utils": "^4.3.02",
82418242 "tapable": "^2.1.1",
82428243 "terser-webpack-plugin": "^5.3.11",
82438244 "watchpack": "^2.4.1",
package.json+1 -1
@@ -83,7 +83,7 @@
8383 "url-join": "^5.0.0",
8484 "vectra": "^0.2.2",
8585 "wavefile": "^11.0.0",
8686 "webpack": "^5.9899.09",
8787 "write-file-atomic": "^5.0.1",
8888 "ws": "^8.18.1",
8989 "yaml": "^2.8.0",