Fix npm audit

bdaadd17dd113d2dba588ee6966599d7cf9b20fd

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

2 files changed, +19 -6Showing whitespace changes
package-lock.json+16 -3
@@ -549,6 +549,7 @@
549549 "resolved": "https://registry.npmjs.org/@jimp/custom/-/custom-0.22.12.tgz",
550550 "integrity": "sha512-xcmww1O/JFP2MrlGUMd3Q78S3Qu6W3mYTXYuIqFq33EorgYHV/HqymHfXy9GjiCJ7OI+7lWx6nYFOzU7M4rd1Q==",
551551 "license": "MIT",
552+ "peer": true,
552553 "dependencies": {
553554 "@jimp/core": "^0.22.12"
554555 }
@@ -1010,6 +1011,7 @@
10101011 "resolved": "https://registry.npmjs.org/@jimp/plugin-resize/-/plugin-resize-1.6.0.tgz",
10111012 "integrity": "sha512-uSUD1mqXN9i1SGSz5ov3keRZ7S9L32/mAQG08wUwZiEi5FpbV0K8A8l1zkazAIZi9IJzLlTauRNU41Mi8IF9fA==",
10121013 "license": "MIT",
1014+ "peer": true,
10131015 "dependencies": {
10141016 "@jimp/core": "1.6.0",
10151017 "@jimp/types": "1.6.0",
@@ -1041,6 +1043,7 @@
10411043 "resolved": "https://registry.npmjs.org/@jimp/plugin-scale/-/plugin-scale-0.22.12.tgz",
10421044 "integrity": "sha512-dghs92qM6MhHj0HrV2qAwKPMklQtjNpoYgAB94ysYpsXslhRTiPisueSIELRwZGEr0J0VUxpUY7HgJwlSIgGZw==",
10431045 "license": "MIT",
1046+ "peer": true,
10441047 "dependencies": {
10451048 "@jimp/utils": "^0.22.12"
10461049 },
@@ -1136,6 +1139,7 @@
11361139 "resolved": "https://registry.npmjs.org/@jimp/plugin-blit/-/plugin-blit-0.22.12.tgz",
11371140 "integrity": "sha512-xslz2ZoFZOPLY8EZ4dC29m168BtDx95D6K80TzgUi8gqT7LY6CsajWO0FAxDwHz6h0eomHMfyGX0stspBrTKnQ==",
11381141 "license": "MIT",
1142+ "peer": true,
11391143 "dependencies": {
11401144 "@jimp/utils": "^0.22.12"
11411145 },
@@ -1172,6 +1176,7 @@
11721176 "resolved": "https://registry.npmjs.org/@jimp/plugin-color/-/plugin-color-0.22.12.tgz",
11731177 "integrity": "sha512-xImhTE5BpS8xa+mAN6j4sMRWaUgUDLoaGHhJhpC+r7SKKErYDR0WQV4yCE4gP+N0gozD0F3Ka1LUSaMXrn7ZIA==",
11741178 "license": "MIT",
1179+ "peer": true,
11751180 "dependencies": {
11761181 "@jimp/utils": "^0.22.12",
11771182 "tinycolor2": "^1.6.0"
@@ -1215,6 +1220,7 @@
12151220 "resolved": "https://registry.npmjs.org/@jimp/plugin-crop/-/plugin-crop-0.22.12.tgz",
12161221 "integrity": "sha512-FNuUN0OVzRCozx8XSgP9MyLGMxNHHJMFt+LJuFjn1mu3k0VQxrzqbN06yIl46TVejhyAhcq5gLzqmSCHvlcBVw==",
12171222 "license": "MIT",
1223+ "peer": true,
12181224 "dependencies": {
12191225 "@jimp/utils": "^0.22.12"
12201226 },
@@ -1302,6 +1308,7 @@
13021308 "resolved": "https://registry.npmjs.org/@jimp/plugin-resize/-/plugin-resize-0.22.12.tgz",
13031309 "integrity": "sha512-3NyTPlPbTnGKDIbaBgQ3HbE6wXbAlFfxHVERmrbqAi8R3r6fQPxpCauA8UVDnieg5eo04D0T8nnnNIX//i/sXg==",
13041310 "license": "MIT",
1311+ "peer": true,
13051312 "dependencies": {
13061313 "@jimp/utils": "^0.22.12"
13071314 },
@@ -1314,6 +1321,7 @@
13141321 "resolved": "https://registry.npmjs.org/@jimp/plugin-rotate/-/plugin-rotate-0.22.12.tgz",
13151322 "integrity": "sha512-9YNEt7BPAFfTls2FGfKBVgwwLUuKqy+E8bDGGEsOqHtbuhbshVGxN2WMZaD4gh5IDWvR+emmmPPWGgaYNYt1gA==",
13161323 "license": "MIT",
1324+ "peer": true,
13171325 "dependencies": {
13181326 "@jimp/utils": "^0.22.12"
13191327 },
@@ -1914,6 +1922,7 @@
19141922 "integrity": "sha512-Crp6WY9aTYP3qPi2wGDo9iUe/rceX01UMhnF1jmwDcKCFM6cx7YhGP/Mpr3y9AASpfHixIG0E6azCcL5OcDHsQ==",
19151923 "dev": true,
19161924 "license": "MIT",
1925+ "peer": true,
19171926 "dependencies": {
19181927 "@types/body-parser": "*",
19191928 "@types/express-serve-static-core": "^4.17.33",
@@ -2603,6 +2612,7 @@
26032612 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
26042613 "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
26052614 "license": "MIT",
2615+ "peer": true,
26062616 "bin": {
26072617 "acorn": "bin/acorn"
26082618 },
@@ -3222,6 +3232,7 @@
32223232 }
32233233 ],
32243234 "license": "MIT",
3235+ "peer": true,
32253236 "dependencies": {
32263237 "baseline-browser-mapping": "^2.9.0",
32273238 "caniuse-lite": "^1.0.30001759",
@@ -4556,6 +4567,7 @@
45564567 "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.",
45574568 "dev": true,
45584569 "license": "MIT",
4570+ "peer": true,
45594571 "dependencies": {
45604572 "@eslint-community/eslint-utils": "^4.2.0",
45614573 "@eslint-community/regexpp": "^4.6.1",
@@ -5190,9 +5202,9 @@
51905202 "license": "SEE LICENSE IN LICENSE.txt"
51915203 },
51925204 "node_modules/flatted": {
51935205 "version": "3.4.12",
51945206 "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.12.tgz",
51955207 "integrity": "sha512-IxfVbRFVlV8V/yRaGzk0UVIcsKKHMSfYw66T/u4nTwlWteQePsxe//LjudR1AMX4tZW3WFCh3Zqa/sjlqpbURQPjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==",
51965208 "dev": true,
51975209 "license": "ISC"
51985210 },
@@ -8113,6 +8125,7 @@
81138125 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
81148126 "integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
81158127 "license": "MIT",
8128+ "peer": true,
81168129 "dependencies": {
81178130 "fast-deep-equal": "^3.1.3",
81188131 "fast-uri": "^3.0.1",
tests/package-lock.json+3 -3
@@ -2176,9 +2176,9 @@
21762176 }
21772177 },
21782178 "node_modules/flatted": {
21792179 "version": "3.34.12",
21802180 "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.34.12.tgz",
21812181 "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxwPjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==",
21822182 "license": "ISC"
21832183 },
21842184 "node_modules/fs.realpath": {