Fix npm audit in tests

d7085b119dc20e95c180f0e269ffcabaf0e0e2da

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

1 files changed, +36 -127Ignore whitespace
tests/package-lock.json+36 -127
@@ -28,12 +28,13 @@
28 }28 }
29 },29 },
30 "node_modules/@babel/code-frame": {30 "node_modules/@babel/code-frame": {
31 "version": "7.24.7",31 "version": "7.26.2",
32 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz",32 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz",
33 "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==",33 "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==",
34 "license": "MIT",34 "license": "MIT",
35 "dependencies": {35 "dependencies": {
36 "@babel/highlight": "^7.24.7",36 "@babel/helper-validator-identifier": "^7.25.9",
37 "js-tokens": "^4.0.0",
37 "picocolors": "^1.0.0"38 "picocolors": "^1.0.0"
38 },39 },
39 "engines": {40 "engines": {
@@ -214,18 +215,18 @@
214 }215 }
215 },216 },
216 "node_modules/@babel/helper-string-parser": {217 "node_modules/@babel/helper-string-parser": {
217 "version": "7.24.7",218 "version": "7.25.9",
218 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.7.tgz",219 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz",
219 "integrity": "sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==",220 "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==",
220 "license": "MIT",221 "license": "MIT",
221 "engines": {222 "engines": {
222 "node": ">=6.9.0"223 "node": ">=6.9.0"
223 }224 }
224 },225 },
225 "node_modules/@babel/helper-validator-identifier": {226 "node_modules/@babel/helper-validator-identifier": {
226 "version": "7.24.7",227 "version": "7.25.9",
227 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz",228 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
228 "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==",229 "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
229 "license": "MIT",230 "license": "MIT",
230 "engines": {231 "engines": {
231 "node": ">=6.9.0"232 "node": ">=6.9.0"
@@ -241,109 +242,26 @@
241 }242 }
242 },243 },
243 "node_modules/@babel/helpers": {244 "node_modules/@babel/helpers": {
244 "version": "7.24.7",245 "version": "7.26.10",
245 "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.7.tgz",246 "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.10.tgz",
246 "integrity": "sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg==",247 "integrity": "sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==",
247 "license": "MIT",
248 "dependencies": {
249 "@babel/template": "^7.24.7",
250 "@babel/types": "^7.24.7"
251 },
252 "engines": {
253 "node": ">=6.9.0"
254 }
255 },
256 "node_modules/@babel/highlight": {
257 "version": "7.24.7",
258 "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz",
259 "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==",
260 "license": "MIT",248 "license": "MIT",
261 "dependencies": {249 "dependencies": {
262 "@babel/helper-validator-identifier": "^7.24.7",250 "@babel/template": "^7.26.9",
263 "chalk": "^2.4.2",251 "@babel/types": "^7.26.10"
264 "js-tokens": "^4.0.0",
265 "picocolors": "^1.0.0"
266 },252 },
267 "engines": {253 "engines": {
268 "node": ">=6.9.0"254 "node": ">=6.9.0"
269 }255 }
270 },256 },
271 "node_modules/@babel/highlight/node_modules/ansi-styles": {257 "node_modules/@babel/parser": {
272 "version": "3.2.1",258 "version": "7.26.10",
273 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",259 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.10.tgz",
274 "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",260 "integrity": "sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==",
275 "license": "MIT",
276 "dependencies": {
277 "color-convert": "^1.9.0"
278 },
279 "engines": {
280 "node": ">=4"
281 }
282 },
283 "node_modules/@babel/highlight/node_modules/chalk": {
284 "version": "2.4.2",
285 "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
286 "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
287 "license": "MIT",
288 "dependencies": {
289 "ansi-styles": "^3.2.1",
290 "escape-string-regexp": "^1.0.5",
291 "supports-color": "^5.3.0"
292 },
293 "engines": {
294 "node": ">=4"
295 }
296 },
297 "node_modules/@babel/highlight/node_modules/color-convert": {
298 "version": "1.9.3",
299 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
300 "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
301 "license": "MIT",
302 "dependencies": {
303 "color-name": "1.1.3"
304 }
305 },
306 "node_modules/@babel/highlight/node_modules/color-name": {
307 "version": "1.1.3",
308 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
309 "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
310 "license": "MIT"
311 },
312 "node_modules/@babel/highlight/node_modules/escape-string-regexp": {
313 "version": "1.0.5",
314 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
315 "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
316 "license": "MIT",
317 "engines": {
318 "node": ">=0.8.0"
319 }
320 },
321 "node_modules/@babel/highlight/node_modules/has-flag": {
322 "version": "3.0.0",
323 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
324 "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
325 "license": "MIT",
326 "engines": {
327 "node": ">=4"
328 }
329 },
330 "node_modules/@babel/highlight/node_modules/supports-color": {
331 "version": "5.5.0",
332 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
333 "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
334 "license": "MIT",261 "license": "MIT",
335 "dependencies": {262 "dependencies": {
336 "has-flag": "^3.0.0"263 "@babel/types": "^7.26.10"
337 },264 },
338 "engines": {
339 "node": ">=4"
340 }
341 },
342 "node_modules/@babel/parser": {
343 "version": "7.24.7",
344 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.7.tgz",
345 "integrity": "sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==",
346 "license": "MIT",
347 "bin": {265 "bin": {
348 "parser": "bin/babel-parser.js"266 "parser": "bin/babel-parser.js"
349 },267 },
@@ -529,14 +447,14 @@
529 }447 }
530 },448 },
531 "node_modules/@babel/template": {449 "node_modules/@babel/template": {
532 "version": "7.24.7",450 "version": "7.26.9",
533 "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.7.tgz",451 "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.26.9.tgz",
534 "integrity": "sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==",452 "integrity": "sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==",
535 "license": "MIT",453 "license": "MIT",
536 "dependencies": {454 "dependencies": {
537 "@babel/code-frame": "^7.24.7",455 "@babel/code-frame": "^7.26.2",
538 "@babel/parser": "^7.24.7",456 "@babel/parser": "^7.26.9",
539 "@babel/types": "^7.24.7"457 "@babel/types": "^7.26.9"
540 },458 },
541 "engines": {459 "engines": {
542 "node": ">=6.9.0"460 "node": ">=6.9.0"
@@ -564,14 +482,13 @@
564 }482 }
565 },483 },
566 "node_modules/@babel/types": {484 "node_modules/@babel/types": {
567 "version": "7.24.7",485 "version": "7.26.10",
568 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.7.tgz",486 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.10.tgz",
569 "integrity": "sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==",487 "integrity": "sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==",
570 "license": "MIT",488 "license": "MIT",
571 "dependencies": {489 "dependencies": {
572 "@babel/helper-string-parser": "^7.24.7",490 "@babel/helper-string-parser": "^7.25.9",
573 "@babel/helper-validator-identifier": "^7.24.7",491 "@babel/helper-validator-identifier": "^7.25.9"
574 "to-fast-properties": "^2.0.0"
575 },492 },
576 "engines": {493 "engines": {
577 "node": ">=6.9.0"494 "node": ">=6.9.0"
@@ -1653,9 +1570,10 @@
1653 "license": "MIT"1570 "license": "MIT"
1654 },1571 },
1655 "node_modules/axios": {1572 "node_modules/axios": {
1656 "version": "1.7.4",1573 "version": "1.8.3",
1657 "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz",1574 "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.3.tgz",
1658 "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==",1575 "integrity": "sha512-iP4DebzoNlP/YN2dpwCgb8zoCmhtkajzS48JvwmkSkXvPI3DHc7m+XYL5tGnSlJtR6nImXZmdCuN5aP8dh1d8A==",
1576 "license": "MIT",
1659 "dependencies": {1577 "dependencies": {
1660 "follow-redirects": "^1.15.6",1578 "follow-redirects": "^1.15.6",
1661 "form-data": "^4.0.0",1579 "form-data": "^4.0.0",
@@ -5604,15 +5522,6 @@
5604 "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==",5522 "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==",
5605 "license": "BSD-3-Clause"5523 "license": "BSD-3-Clause"
5606 },5524 },
5607 "node_modules/to-fast-properties": {
5608 "version": "2.0.0",
5609 "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
5610 "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
5611 "license": "MIT",
5612 "engines": {
5613 "node": ">=4"
5614 }
5615 },
5616 "node_modules/to-regex-range": {5525 "node_modules/to-regex-range": {
5617 "version": "5.0.1",5526 "version": "5.0.1",
5618 "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",5527 "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",