Merge pull request #26583 from backstage/dependabot/npm_and_yarn/path-to-regexp-8.0.0

chore(deps): bump path-to-regexp from 6.2.2 to 8.0.0
This commit is contained in:
Fredrik Adelöw
2024-09-10 10:41:56 +02:00
committed by GitHub
6 changed files with 22 additions and 8 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/backend-app-api': patch
'@backstage/backend-common': patch
'@backstage/backend-defaults': patch
---
chore(deps): bump `path-to-regexp` from 6.2.2 to 8.0.0
+1 -1
View File
@@ -76,7 +76,7 @@
"morgan": "^1.10.0",
"node-fetch": "^2.7.0",
"node-forge": "^1.3.1",
"path-to-regexp": "^6.2.1",
"path-to-regexp": "^8.0.0",
"selfsigned": "^2.0.0",
"stoppable": "^1.1.0",
"triple-beam": "^1.4.1",
+1 -1
View File
@@ -105,7 +105,7 @@
"node-fetch": "^2.7.0",
"node-forge": "^1.3.1",
"p-limit": "^3.1.0",
"path-to-regexp": "^6.2.1",
"path-to-regexp": "^8.0.0",
"pg": "^8.11.3",
"pg-format": "^1.0.4",
"raw-body": "^2.4.1",
+1 -1
View File
@@ -169,7 +169,7 @@
"node-fetch": "^2.7.0",
"node-forge": "^1.3.1",
"p-limit": "^3.1.0",
"path-to-regexp": "^6.2.1",
"path-to-regexp": "^8.0.0",
"pg": "^8.11.3",
"pg-connection-string": "^2.3.0",
"pg-format": "^1.0.4",
@@ -27,7 +27,7 @@ export function createPathPolicyPredicate(policyPath: string) {
return () => true;
}
const pathRegex = pathToRegexp(policyPath, undefined, {
const { regexp: pathRegex } = pathToRegexp(policyPath, {
end: false,
});
+11 -4
View File
@@ -3476,7 +3476,7 @@ __metadata:
msw: ^1.0.0
node-fetch: ^2.7.0
node-forge: ^1.3.1
path-to-regexp: ^6.2.1
path-to-regexp: ^8.0.0
selfsigned: ^2.0.0
stoppable: ^1.1.0
supertest: ^7.0.0
@@ -3562,7 +3562,7 @@ __metadata:
node-fetch: ^2.7.0
node-forge: ^1.3.1
p-limit: ^3.1.0
path-to-regexp: ^6.2.1
path-to-regexp: ^8.0.0
pg: ^8.11.3
pg-format: ^1.0.4
raw-body: ^2.4.1
@@ -3654,7 +3654,7 @@ __metadata:
node-fetch: ^2.7.0
node-forge: ^1.3.1
p-limit: ^3.1.0
path-to-regexp: ^6.2.1
path-to-regexp: ^8.0.0
pg: ^8.11.3
pg-connection-string: ^2.3.0
pg-format: ^1.0.4
@@ -35948,13 +35948,20 @@ __metadata:
languageName: node
linkType: hard
"path-to-regexp@npm:^6.2.0, path-to-regexp@npm:^6.2.1, path-to-regexp@npm:^6.2.2":
"path-to-regexp@npm:^6.2.0, path-to-regexp@npm:^6.2.2":
version: 6.2.2
resolution: "path-to-regexp@npm:6.2.2"
checksum: b7b0005c36f5099f9ed1fb20a820d2e4ed1297ffe683ea1d678f5e976eb9544f01debb281369dabdc26da82e6453901bf71acf2c7ed14b9243536c2a45286c33
languageName: node
linkType: hard
"path-to-regexp@npm:^8.0.0":
version: 8.1.0
resolution: "path-to-regexp@npm:8.1.0"
checksum: 982b784f8dff704c04c79dc3e26d51d2dba340e6bd513a8bdc48559a8543d730547d9d2355122166171eb509236e7524802ed643f8a77d527e12c69ffc74f97f
languageName: node
linkType: hard
"path-type@npm:^4.0.0":
version: 4.0.0
resolution: "path-type@npm:4.0.0"