Downgrade webpack to 5.98.0

31e7c653977cb11cb634d31339b6484a44bc6299

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

2 files changed, +6 -7Ignore whitespace
package-lock.json+5 -6
@@ -93,7 +93,7 @@
9393 "url-join": "^5.0.0",
9494 "vectra": "^0.2.2",
9595 "wavefile": "^11.0.0",
9696 "webpack": "^5.9998.90",
9797 "write-file-atomic": "^5.0.1",
9898 "ws": "^8.18.2",
9999 "yaml": "^2.8.0",
@@ -8319,14 +8319,13 @@
83198319 }
83208320 },
83218321 "node_modules/webpack": {
83228322 "version": "5.9998.90",
83238323 "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.9998.90.tgz",
83248324 "integrity": "sha512-brOPwM3JnmOaUFynvx+7kd3NsmOUOwbDAj8FT9xDsG3IW0MgbN9yZV7Oi/sgM44Gv9qFgj0acCQK2VE1CtdfwFdimkapco3hlPCJ/zeq73n2yVKimVbtm+MNQ/EcSMqw7qfoRyXPoeEWT8zLVdVGgTnApIugGhLJnkU6gjYXA==",
83258325 "license": "MIT",
83268326 "dependencies": {
83278327 "@types/eslint-scope": "^3.7.7",
83288328 "@types/estree": "^1.0.6",
8329- "@types/json-schema": "^7.0.15",
83308329 "@webassemblyjs/ast": "^1.14.1",
83318330 "@webassemblyjs/wasm-edit": "^1.14.1",
83328331 "@webassemblyjs/wasm-parser": "^1.14.1",
@@ -8343,7 +8342,7 @@
83438342 "loader-runner": "^4.2.0",
83448343 "mime-types": "^2.1.27",
83458344 "neo-async": "^2.6.2",
83468345 "schema-utils": "^4.3.20",
83478346 "tapable": "^2.1.1",
83488347 "terser-webpack-plugin": "^5.3.11",
83498348 "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.9998.90",
8787 "write-file-atomic": "^5.0.1",
8888 "ws": "^8.18.2",
8989 "yaml": "^2.8.0",