Skip to content

Commit c179682

Browse files
chore(deps): update dependency uuid to v10
1 parent cae9be3 commit c179682

File tree

4 files changed

+40
-11
lines changed

4 files changed

+40
-11
lines changed

internals-js/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"dependencies": {
2626
"chalk": "^4.1.0",
2727
"js-levenshtein": "^1.1.6",
28-
"@types/uuid": "^9.0.0",
29-
"uuid": "^9.0.0"
28+
"@types/uuid": "^10.0.0",
29+
"uuid": "^10.0.0"
3030
},
3131
"publishConfig": {
3232
"access": "public"

package-lock.json

+36-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@types/nock": "10.0.3",
7070
"@types/node": "14.18.63",
7171
"@types/node-fetch": "2.6.9",
72-
"@types/uuid": "9.0.7",
72+
"@types/uuid": "10.0.0",
7373
"@typescript-eslint/eslint-plugin": "5.62.0",
7474
"bunyan": "1.8.15",
7575
"codecov": "3.8.3",

query-graphs-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@apollo/federation-internals": "2.8.4",
2727
"deep-equal": "^2.0.5",
2828
"ts-graphviz": "^1.5.4",
29-
"uuid": "^9.0.0"
29+
"uuid": "^10.0.0"
3030
},
3131
"publishConfig": {
3232
"access": "public"

0 commit comments

Comments
 (0)