Merge branch 'release' into staging

c138bbd3d7dee27802f6bf8b7f128898775af555

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

2 files changed, +21 -32Ignore whitespace
package-lock.json+18 -29
@@ -2606,9 +2606,9 @@
2606 }2606 }
2607 },2607 },
2608 "node_modules/acorn": {2608 "node_modules/acorn": {
2609 "version": "8.15.0",2609 "version": "8.16.0",
2610 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",2610 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
2611 "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",2611 "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
2612 "license": "MIT",2612 "license": "MIT",
2613 "peer": true,2613 "peer": true,
2614 "bin": {2614 "bin": {
@@ -6642,33 +6642,22 @@
6642 "license": "MIT"6642 "license": "MIT"
6643 },6643 },
6644 "node_modules/multer": {6644 "node_modules/multer": {
6645 "version": "2.0.2",6645 "version": "2.1.0",
6646 "resolved": "https://registry.npmjs.org/multer/-/multer-2.0.2.tgz",6646 "resolved": "https://registry.npmjs.org/multer/-/multer-2.1.0.tgz",
6647 "integrity": "sha512-u7f2xaZ/UG8oLXHvtF/oWTRvT44p9ecwBBqTwgJVq0+4BW1g8OW01TyMEGWBHbyMOYVHXslaut7qEQ1meATXgw==",6647 "integrity": "sha512-TBm6j41rxNohqawsxlsWsNNh/VdV4QFXcBvRcPhXaA05EZ79z0qJ2bQFpync6JBoHTeNY5Q1JpG7AlTjdlfAEA==",
6648 "license": "MIT",6648 "license": "MIT",
6649 "dependencies": {6649 "dependencies": {
6650 "append-field": "^1.0.0",6650 "append-field": "^1.0.0",
6651 "busboy": "^1.6.0",6651 "busboy": "^1.6.0",
6652 "concat-stream": "^2.0.0",6652 "concat-stream": "^2.0.0",
6653 "mkdirp": "^0.5.6",6653 "type-is": "^1.6.18"
6654 "object-assign": "^4.1.1",
6655 "type-is": "^1.6.18",
6656 "xtend": "^4.0.2"
6657 },6654 },
6658 "engines": {6655 "engines": {
6659 "node": ">= 10.16.0"6656 "node": ">= 10.16.0"
6660 }
6661 },
6662 "node_modules/multer/node_modules/mkdirp": {
6663 "version": "0.5.6",
6664 "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
6665 "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
6666 "license": "MIT",
6667 "dependencies": {
6668 "minimist": "^1.2.6"
6669 },6657 },
6670 "bin": {6658 "funding": {
6671 "mkdirp": "bin/cmd.js"6659 "type": "opencollective",
6660 "url": "https://opencollective.com/express"
6672 }6661 }
6673 },6662 },
6674 "node_modules/natural-compare": {6663 "node_modules/natural-compare": {
@@ -8982,9 +8971,9 @@
8982 }8971 }
8983 },8972 },
8984 "node_modules/webpack": {8973 "node_modules/webpack": {
8985 "version": "5.105.0",8974 "version": "5.105.3",
8986 "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.105.0.tgz",8975 "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.105.3.tgz",
8987 "integrity": "sha512-gX/dMkRQc7QOMzgTe6KsYFM7DxeIONQSui1s0n/0xht36HvrgbxtM1xBlgx596NbpHuQU8P7QpKwrZYwUX48nw==",8976 "integrity": "sha512-LLBBA4oLmT7sZdHiYE/PeVuifOxYyE2uL/V+9VQP7YSYdJU7bSf7H8bZRRxW8kEPMkmVjnrXmoR3oejIdX0xbg==",
8988 "license": "MIT",8977 "license": "MIT",
8989 "dependencies": {8978 "dependencies": {
8990 "@types/eslint-scope": "^3.7.7",8979 "@types/eslint-scope": "^3.7.7",
@@ -8993,7 +8982,7 @@
8993 "@webassemblyjs/ast": "^1.14.1",8982 "@webassemblyjs/ast": "^1.14.1",
8994 "@webassemblyjs/wasm-edit": "^1.14.1",8983 "@webassemblyjs/wasm-edit": "^1.14.1",
8995 "@webassemblyjs/wasm-parser": "^1.14.1",8984 "@webassemblyjs/wasm-parser": "^1.14.1",
8996 "acorn": "^8.15.0",8985 "acorn": "^8.16.0",
8997 "acorn-import-phases": "^1.0.3",8986 "acorn-import-phases": "^1.0.3",
8998 "browserslist": "^4.28.1",8987 "browserslist": "^4.28.1",
8999 "chrome-trace-event": "^1.0.2",8988 "chrome-trace-event": "^1.0.2",
@@ -9011,7 +9000,7 @@
9011 "tapable": "^2.3.0",9000 "tapable": "^2.3.0",
9012 "terser-webpack-plugin": "^5.3.16",9001 "terser-webpack-plugin": "^5.3.16",
9013 "watchpack": "^2.5.1",9002 "watchpack": "^2.5.1",
9014 "webpack-sources": "^3.3.3"9003 "webpack-sources": "^3.3.4"
9015 },9004 },
9016 "bin": {9005 "bin": {
9017 "webpack": "bin/webpack.js"9006 "webpack": "bin/webpack.js"
@@ -9030,9 +9019,9 @@
9030 }9019 }
9031 },9020 },
9032 "node_modules/webpack-sources": {9021 "node_modules/webpack-sources": {
9033 "version": "3.3.3",9022 "version": "3.3.4",
9034 "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.3.3.tgz",9023 "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.3.4.tgz",
9035 "integrity": "sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg==",9024 "integrity": "sha512-7tP1PdV4vF+lYPnkMR0jMY5/la2ub5Fc/8VQrrU+lXkiM6C4TjVfGw7iKfyhnTQOsD+6Q/iKw0eFciziRgD58Q==",
9036 "license": "MIT",9025 "license": "MIT",
9037 "engines": {9026 "engines": {
9038 "node": ">=10.13.0"9027 "node": ">=10.13.0"
tests/package-lock.json+3 -3
@@ -3363,9 +3363,9 @@
3363 }3363 }
3364 },3364 },
3365 "node_modules/minimatch": {3365 "node_modules/minimatch": {
3366 "version": "3.1.3",3366 "version": "3.1.5",
3367 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.3.tgz",3367 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
3368 "integrity": "sha512-M2GCs7Vk83NxkUyQV1bkABc4yxgz9kILhHImZiBPAZ9ybuvCb0/H7lEl5XvIg3g+9d4eNotkZA5IWwYl0tibaA==",3368 "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
3369 "license": "ISC",3369 "license": "ISC",
3370 "dependencies": {3370 "dependencies": {
3371 "brace-expansion": "^1.1.7"3371 "brace-expansion": "^1.1.7"