Merge branch 'release' into staging

a6b9fffbf7a74ecf4c97a5b34dc97c9293e038b3

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

2 files changed, +6 -7Ignore whitespace
package-lock.json+5 -6
@@ -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.99.9",96 "webpack": "^5.98.0",
97 "write-file-atomic": "^5.0.1",97 "write-file-atomic": "^5.0.1",
98 "ws": "^8.18.2",98 "ws": "^8.18.2",
99 "yaml": "^2.8.0",99 "yaml": "^2.8.0",
@@ -8319,14 +8319,13 @@
8319 }8319 }
8320 },8320 },
8321 "node_modules/webpack": {8321 "node_modules/webpack": {
8322 "version": "5.99.9",8322 "version": "5.98.0",
8323 "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.99.9.tgz",8323 "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.98.0.tgz",
8324 "integrity": "sha512-brOPwM3JnmOa+7kd3NsmOUOwbDAj8FT9xDsG3IW0MgbN9yZV7Oi/s/+MNQ/EcSMqw7qfoRyXPoeEWT8zLVdVGg==",8324 "integrity": "sha512-UFynvx+gM44Gv9qFgj0acCQK2VE1CtdfwFdimkapco3hlPCJ/zeq73n2yVKimVbtm+TnApIugGhLJnkU6gjYXA==",
8325 "license": "MIT",8325 "license": "MIT",
8326 "dependencies": {8326 "dependencies": {
8327 "@types/eslint-scope": "^3.7.7",8327 "@types/eslint-scope": "^3.7.7",
8328 "@types/estree": "^1.0.6",8328 "@types/estree": "^1.0.6",
8329 "@types/json-schema": "^7.0.15",
8330 "@webassemblyjs/ast": "^1.14.1",8329 "@webassemblyjs/ast": "^1.14.1",
8331 "@webassemblyjs/wasm-edit": "^1.14.1",8330 "@webassemblyjs/wasm-edit": "^1.14.1",
8332 "@webassemblyjs/wasm-parser": "^1.14.1",8331 "@webassemblyjs/wasm-parser": "^1.14.1",
@@ -8343,7 +8342,7 @@
8343 "loader-runner": "^4.2.0",8342 "loader-runner": "^4.2.0",
8344 "mime-types": "^2.1.27",8343 "mime-types": "^2.1.27",
8345 "neo-async": "^2.6.2",8344 "neo-async": "^2.6.2",
8346 "schema-utils": "^4.3.2",8345 "schema-utils": "^4.3.0",
8347 "tapable": "^2.1.1",8346 "tapable": "^2.1.1",
8348 "terser-webpack-plugin": "^5.3.11",8347 "terser-webpack-plugin": "^5.3.11",
8349 "watchpack": "^2.4.1",8348 "watchpack": "^2.4.1",
package.json+1 -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.99.9",86 "webpack": "^5.98.0",
87 "write-file-atomic": "^5.0.1",87 "write-file-atomic": "^5.0.1",
88 "ws": "^8.18.2",88 "ws": "^8.18.2",
89 "yaml": "^2.8.0",89 "yaml": "^2.8.0",