Skip to content

Commit

Permalink
chore(deps): update dependency @types/uuid to v9.0.1 (#7680)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 24, 2023
1 parent c3d2509 commit da0bc32
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@simplewebauthn/server": "6.2.2",
"@types/crypto-js": "4.1.1",
"@types/md5": "2.3.2",
"@types/uuid": "9.0.0",
"@types/uuid": "9.0.1",
"jest": "29.4.2",
"typescript": "4.9.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/jsonwebtoken": "9.0.1",
"@types/lodash.merge": "4.6.7",
"@types/lodash.omitby": "4.6.7",
"@types/uuid": "9.0.0",
"@types/uuid": "9.0.1",
"@whatwg-node/fetch": "0.8.1",
"aws-lambda": "1.0.7",
"jest": "29.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@types/envinfo": "7.8.1",
"@types/uuid": "9.0.0",
"@types/uuid": "9.0.1",
"@types/yargs": "17.0.22",
"jest": "29.4.2"
},
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6520,7 +6520,7 @@ __metadata:
"@simplewebauthn/server": 6.2.2
"@types/crypto-js": 4.1.1
"@types/md5": 2.3.2
"@types/uuid": 9.0.0
"@types/uuid": 9.0.1
base64url: 3.0.1
core-js: 3.28.0
crypto-js: 4.1.1
Expand Down Expand Up @@ -7059,7 +7059,7 @@ __metadata:
"@types/jsonwebtoken": 9.0.1
"@types/lodash.merge": 4.6.7
"@types/lodash.omitby": 4.6.7
"@types/uuid": 9.0.0
"@types/uuid": 9.0.1
"@whatwg-node/fetch": 0.8.1
aws-lambda: 1.0.7
core-js: 3.28.0
Expand Down Expand Up @@ -7243,7 +7243,7 @@ __metadata:
"@redwoodjs/internal": 4.0.0
"@redwoodjs/structure": 4.0.0
"@types/envinfo": 7.8.1
"@types/uuid": 9.0.0
"@types/uuid": 9.0.1
"@types/yargs": 17.0.22
"@whatwg-node/fetch": 0.8.1
ci-info: 3.7.1
Expand Down Expand Up @@ -9917,10 +9917,10 @@ __metadata:
languageName: node
linkType: hard

"@types/uuid@npm:9.0.0":
version: 9.0.0
resolution: "@types/uuid@npm:9.0.0"
checksum: b0dc4582249b4efdbb6a9ebcd6acbcb864da14d558acfd5b17648972f8756e1a8e1de216a5e49a52b51d3804d56e60314467d9ac9450c8b90de138130021ed87
"@types/uuid@npm:9.0.1":
version: 9.0.1
resolution: "@types/uuid@npm:9.0.1"
checksum: 234e14e053504a98532bb5d1490c8d649fe24ae04a94ba042b09b380a900094df1032aa7c3864b74b7a85a0a5e97530b2d1340048ed9d07855140cb99b2cefc8
languageName: node
linkType: hard

Expand Down

0 comments on commit da0bc32

Please sign in to comment.