Skip to content

Commit

Permalink
chore(deps): update dependency uuid to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 12, 2024
1 parent 8334c2a commit 3223585
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 11 deletions.
4 changes: 2 additions & 2 deletions internals-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"dependencies": {
"chalk": "^4.1.0",
"js-levenshtein": "^1.1.6",
"@types/uuid": "^9.0.0",
"uuid": "^9.0.0"
"@types/uuid": "^10.0.0",
"uuid": "^10.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
43 changes: 36 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@types/nock": "10.0.3",
"@types/node": "14.18.63",
"@types/node-fetch": "2.6.9",
"@types/uuid": "9.0.7",
"@types/uuid": "10.0.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"bunyan": "1.8.15",
"codecov": "3.8.3",
Expand Down
2 changes: 1 addition & 1 deletion query-graphs-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@apollo/federation-internals": "2.9.2",
"deep-equal": "^2.0.5",
"ts-graphviz": "^1.5.4",
"uuid": "^9.0.0"
"uuid": "^10.0.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 3223585

Please sign in to comment.