Skip to content

Commit

Permalink
pkg: Update path-to-regexp to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 28, 2024
1 parent 9f4b094 commit f656b20
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"dependencies": {
"@babel/runtime": "^7.17.0",
"@data-client/endpoint": "^0.14.17",
"path-to-regexp": "^6.3.0"
"path-to-regexp": "^8.0.0"
},
"devDependencies": {
"@anansi/browserslist-config": "^1.4.2",
Expand Down
17 changes: 12 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3182,7 +3182,7 @@ __metadata:
languageName: unknown
linkType: soft

"@data-client/react@npm:^0.14.0, @data-client/react@workspace:*, @data-client/react@workspace:^, @data-client/react@workspace:packages/react":
"@data-client/react@npm:^0.14.0, @data-client/react@workspace:*, @data-client/react@workspace:packages/react":
version: 0.0.0-use.local
resolution: "@data-client/react@workspace:packages/react"
dependencies:
Expand Down Expand Up @@ -3235,7 +3235,7 @@ __metadata:
"@babel/runtime": "npm:^7.17.0"
"@data-client/endpoint": "npm:^0.14.17"
"@types/node": "npm:^22.0.0"
path-to-regexp: "npm:^6.3.0"
path-to-regexp: "npm:^8.0.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3269,7 +3269,7 @@ __metadata:
languageName: unknown
linkType: soft

"@data-client/test@workspace:*, @data-client/test@workspace:^, @data-client/test@workspace:packages/test":
"@data-client/test@workspace:*, @data-client/test@workspace:packages/test":
version: 0.0.0-use.local
resolution: "@data-client/test@workspace:packages/test"
dependencies:
Expand Down Expand Up @@ -23558,6 +23558,13 @@ __metadata:
languageName: node
linkType: hard

"path-to-regexp@npm:^8.0.0":
version: 8.2.0
resolution: "path-to-regexp@npm:8.2.0"
checksum: 10c0/ef7d0a887b603c0a142fad16ccebdcdc42910f0b14830517c724466ad676107476bba2fe9fffd28fd4c141391ccd42ea426f32bb44c2c82ecaefe10c37b90f5a
languageName: node
linkType: hard

"path-type@npm:^3.0.0":
version: 3.0.0
resolution: "path-type@npm:3.0.0"
Expand Down Expand Up @@ -27021,9 +27028,9 @@ __metadata:
"@babel/preset-flow": "npm:^7.18.6"
"@changesets/changelog-github": "npm:^0.5.0"
"@changesets/cli": "npm:^2.26.1"
"@data-client/react": "workspace:^"
"@data-client/react": "workspace:*"
"@data-client/rest": "workspace:*"
"@data-client/test": "workspace:^"
"@data-client/test": "workspace:*"
"@js-temporal/polyfill": "npm:^0.4.4"
"@react-navigation/native": "npm:^7.0.0"
"@react-navigation/native-stack": "npm:^7.0.0"
Expand Down

0 comments on commit f656b20

Please sign in to comment.