fix: Security upgrade path-to-regexp from 6.2.1 to 6.3.0 (#9314)

This commit is contained in:
dependabot[bot]
2024-09-25 03:16:18 +02:00
committed by GitHub
parent 435f0d1a42
commit 8b7fe699c1
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -41,7 +41,7 @@
"mustache": "4.2.0",
"otpauth": "9.3.1",
"parse": "5.3.0",
"path-to-regexp": "6.2.1",
"path-to-regexp": "6.3.0",
"pg-monitor": "2.1.0",
"pg-promise": "11.9.1",
"pluralize": "8.0.0",
@@ -17265,9 +17265,9 @@
"dev": true
},
"node_modules/path-to-regexp": {
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.1.tgz",
"integrity": "sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw=="
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz",
"integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ=="
},
"node_modules/path-type": {
"version": "4.0.0",
@@ -33662,9 +33662,9 @@
"dev": true
},
"path-to-regexp": {
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.1.tgz",
"integrity": "sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw=="
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz",
"integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ=="
},
"path-type": {
"version": "4.0.0",

View File

@@ -50,7 +50,7 @@
"mustache": "4.2.0",
"otpauth": "9.3.1",
"parse": "5.3.0",
"path-to-regexp": "6.2.1",
"path-to-regexp": "6.3.0",
"pg-monitor": "2.1.0",
"pg-promise": "11.9.1",
"pluralize": "8.0.0",