Update webpack
| @@ -93,7 +93,7 @@ | |||
| 93 | "url-join": "^5.0.0", | 93 | "url-join": "^5.0.0", |
| 94 | "vectra": "^0.2.2", | 94 | "vectra": "^0.2.2", |
| 95 | "wavefile": "^11.0.0", | 95 | "wavefile": "^11.0.0", |
| 96 | "webpack": "^5.98.0", | 96 | "webpack": "^5.99.9", |
| 97 | "write-file-atomic": "^5.0.1", | 97 | "write-file-atomic": "^5.0.1", |
| 98 | "ws": "^8.18.1", | 98 | "ws": "^8.18.1", |
| 99 | "yaml": "^2.8.0", | 99 | "yaml": "^2.8.0", |
| @@ -7230,9 +7230,9 @@ | |||
| 7230 | "license": "ISC" | 7230 | "license": "ISC" |
| 7231 | }, | 7231 | }, |
| 7232 | "node_modules/schema-utils": { | 7232 | "node_modules/schema-utils": { |
| 7233 | "version": "4.3.0", | 7233 | "version": "4.3.2", |
| 7234 | "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.0.tgz", | 7234 | "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.2.tgz", |
| 7235 | "integrity": "sha512-Gf9qqc58SpCA/xdziiHz35F4GNIWYWZrEshUc/G/r5BnLph6xpKuLeoJoQuj5WfBIx/eQLf+hmVPYHaxJu7V2g==", | 7235 | "integrity": "sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==", |
| 7236 | "license": "MIT", | 7236 | "license": "MIT", |
| 7237 | "dependencies": { | 7237 | "dependencies": { |
| 7238 | "@types/json-schema": "^7.0.9", | 7238 | "@types/json-schema": "^7.0.9", |
| @@ -8214,13 +8214,14 @@ | |||
| 8214 | } | 8214 | } |
| 8215 | }, | 8215 | }, |
| 8216 | "node_modules/webpack": { | 8216 | "node_modules/webpack": { |
| 8217 | "version": "5.98.0", | 8217 | "version": "5.99.9", |
| 8218 | "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.98.0.tgz", | 8218 | "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.99.9.tgz", |
| 8219 | "integrity": "sha512-UFynvx+gM44Gv9qFgj0acCQK2VE1CtdfwFdimkapco3hlPCJ/zeq73n2yVKimVbtm+TnApIugGhLJnkU6gjYXA==", | 8219 | "integrity": "sha512-brOPwM3JnmOa+7kd3NsmOUOwbDAj8FT9xDsG3IW0MgbN9yZV7Oi/s/+MNQ/EcSMqw7qfoRyXPoeEWT8zLVdVGg==", |
| 8220 | "license": "MIT", | 8220 | "license": "MIT", |
| 8221 | "dependencies": { | 8221 | "dependencies": { |
| 8222 | "@types/eslint-scope": "^3.7.7", | 8222 | "@types/eslint-scope": "^3.7.7", |
| 8223 | "@types/estree": "^1.0.6", | 8223 | "@types/estree": "^1.0.6", |
| 8224 | "@types/json-schema": "^7.0.15", | ||
| 8224 | "@webassemblyjs/ast": "^1.14.1", | 8225 | "@webassemblyjs/ast": "^1.14.1", |
| 8225 | "@webassemblyjs/wasm-edit": "^1.14.1", | 8226 | "@webassemblyjs/wasm-edit": "^1.14.1", |
| 8226 | "@webassemblyjs/wasm-parser": "^1.14.1", | 8227 | "@webassemblyjs/wasm-parser": "^1.14.1", |
| @@ -8237,7 +8238,7 @@ | |||
| 8237 | "loader-runner": "^4.2.0", | 8238 | "loader-runner": "^4.2.0", |
| 8238 | "mime-types": "^2.1.27", | 8239 | "mime-types": "^2.1.27", |
| 8239 | "neo-async": "^2.6.2", | 8240 | "neo-async": "^2.6.2", |
| 8240 | "schema-utils": "^4.3.0", | 8241 | "schema-utils": "^4.3.2", |
| 8241 | "tapable": "^2.1.1", | 8242 | "tapable": "^2.1.1", |
| 8242 | "terser-webpack-plugin": "^5.3.11", | 8243 | "terser-webpack-plugin": "^5.3.11", |
| 8243 | "watchpack": "^2.4.1", | 8244 | "watchpack": "^2.4.1", |
| @@ -83,7 +83,7 @@ | |||
| 83 | "url-join": "^5.0.0", | 83 | "url-join": "^5.0.0", |
| 84 | "vectra": "^0.2.2", | 84 | "vectra": "^0.2.2", |
| 85 | "wavefile": "^11.0.0", | 85 | "wavefile": "^11.0.0", |
| 86 | "webpack": "^5.98.0", | 86 | "webpack": "^5.99.9", |
| 87 | "write-file-atomic": "^5.0.1", | 87 | "write-file-atomic": "^5.0.1", |
| 88 | "ws": "^8.18.1", | 88 | "ws": "^8.18.1", |
| 89 | "yaml": "^2.8.0", | 89 | "yaml": "^2.8.0", |