fix: path-to-regexp dedupe

reggi committed Jan 17, 2025 at 15:39 UTC 3d6bb744c74bcfe0caf89d25fd186e3bf2ea5e21
2 files changed +8 -9
package-lock.json
+3 -9
@@ -20939,12 +20939,6 @@
20939 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
20940 "license": "MIT"
20941 },
20942 - "node_modules/express/node_modules/path-to-regexp": {
20943 - "version": "0.1.12",
20944 - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz",
20945 - "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==",
20946 - "license": "MIT"
20947 - },
20942 "node_modules/ext": {
20943 "version": "1.7.0",
20944 "resolved": "https://registry.npmjs.org/ext/-/ext-1.7.0.tgz",
@@ -36439,9 +36433,9 @@
36433 }
36434 },
36435 "node_modules/path-to-regexp": {
36442 - "version": "0.1.10",
36443 - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz",
36444 - "integrity": "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==",
36436 + "version": "0.1.12",
36437 + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz",
36438 + "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==",
36439 "license": "MIT"
36440 },
36441 "node_modules/path-type": {
package.json
+5
@@ -103,6 +103,11 @@
103 "engines": {
104 "node": ">=22.0.0"
105 },
106 + "overrides": {
107 + "gatsby": {
108 + "path-to-regexp": "0.1.12"
109 + }
110 + },
111 "templateOSS": {
112 "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
113 "version": "4.23.6",