Fix npm audit

7b732edf616ac099f2ae540f9f724e58e6db07f4

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

1 files changed, +11 -7Showing whitespace changes
package-lock.json+11 -7
@@ -3591,9 +3591,9 @@
3591 "integrity": "sha512-c2bQfLNbMzLPmzQuOr8fy0csy84WmwnER81W88DzTp9CYNPJ6yzOj2EZAh9pywYpqHnshVLHQJ8WzldAyfY+Iw=="3591 "integrity": "sha512-c2bQfLNbMzLPmzQuOr8fy0csy84WmwnER81W88DzTp9CYNPJ6yzOj2EZAh9pywYpqHnshVLHQJ8WzldAyfY+Iw=="
3592 },3592 },
3593 "node_modules/express": {3593 "node_modules/express": {
3594 "version": "4.21.1",3594 "version": "4.21.2",
3595 "resolved": "https://registry.npmjs.org/express/-/express-4.21.1.tgz",3595 "resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz",
3596 "integrity": "sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==",3596 "integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==",
3597 "license": "MIT",3597 "license": "MIT",
3598 "dependencies": {3598 "dependencies": {
3599 "accepts": "~1.3.8",3599 "accepts": "~1.3.8",
@@ -3615,7 +3615,7 @@
3615 "methods": "~1.1.2",3615 "methods": "~1.1.2",
3616 "on-finished": "2.4.1",3616 "on-finished": "2.4.1",
3617 "parseurl": "~1.3.3",3617 "parseurl": "~1.3.3",
3618 "path-to-regexp": "0.1.10",3618 "path-to-regexp": "0.1.12",
3619 "proxy-addr": "~2.0.7",3619 "proxy-addr": "~2.0.7",
3620 "qs": "6.13.0",3620 "qs": "6.13.0",
3621 "range-parser": "~1.2.1",3621 "range-parser": "~1.2.1",
@@ -3630,6 +3630,10 @@
3630 },3630 },
3631 "engines": {3631 "engines": {
3632 "node": ">= 0.10.0"3632 "node": ">= 0.10.0"
3633 },
3634 "funding": {
3635 "type": "opencollective",
3636 "url": "https://opencollective.com/express"
3633 }3637 }
3634 },3638 },
3635 "node_modules/express/node_modules/cookie": {3639 "node_modules/express/node_modules/cookie": {
@@ -5725,9 +5729,9 @@
5725 }5729 }
5726 },5730 },
5727 "node_modules/path-to-regexp": {5731 "node_modules/path-to-regexp": {
5728 "version": "0.1.10",5732 "version": "0.1.12",
5729 "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz",5733 "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz",
5730 "integrity": "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==",5734 "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==",
5731 "license": "MIT"5735 "license": "MIT"
5732 },5736 },
5733 "node_modules/peek-readable": {5737 "node_modules/peek-readable": {