Skip to content

Commit 520403d

Browse files
Chore: Bump uuid dependency to version 11.1.1 (#1345)
2 parents 031d4f0 + b2f5ba4 commit 520403d

3 files changed

Lines changed: 15 additions & 23 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ build
4545
test-results.xml
4646
.nyc_output
4747
dist/
48+
.npmrc

package-lock.json

Lines changed: 13 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,12 @@
5252
"dependencies": {
5353
"jose": "^4.13.2",
5454
"undici-types": "^6.15.0",
55-
"uuid": "^9.0.0"
55+
"uuid": "11.1.1"
5656
},
5757
"devDependencies": {
5858
"@types/jest": "^29.5.0",
5959
"@types/node": "^16.18.37",
6060
"@types/node-fetch": "^2.6.3",
61-
"@types/uuid": "^9.0.1",
6261
"@typescript-eslint/eslint-plugin": "^5.58.0",
6362
"@typescript-eslint/parser": "^5.58.0",
6463
"c8": "^7.13.0",

0 commit comments

Comments
 (0)