Skip to content

Commit 91f0779

Browse files
author
Luc McDonald
committed
chore(deps): bump uuid to ^11.1.1
Backport of #1671 to the 4.x maintenance line.
1 parent c5ccdd9 commit 91f0779

5 files changed

Lines changed: 28 additions & 15 deletions

File tree

modules/branch-keystore-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@aws-sdk/client-kms": "^3.616.0",
2525
"@aws-sdk/util-dynamodb": "^3.616.0",
2626
"tslib": "^2.2.0",
27-
"uuid": "^9.0.0"
27+
"uuid": "^11.1.1"
2828
},
2929
"sideEffects": false,
3030
"main": "./build/main/src/index.js",

modules/material-management/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"asn1.js": "^5.3.0",
2222
"bn.js": "^5.2.3",
2323
"tslib": "^2.2.0",
24-
"uuid": "^10.0.0"
24+
"uuid": "^11.1.1"
2525
},
2626
"sideEffects": false,
2727
"main": "./build/main/src/index.js",

modules/serialize/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"asn1.js": "^5.3.0",
2222
"bn.js": "^5.2.3",
2323
"tslib": "^2.2.0",
24-
"uuid": "^10.0.0"
24+
"uuid": "^11.1.1"
2525
},
2626
"sideEffects": false,
2727
"main": "./build/main/src/index.js",

modules/tsconfig.settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
"inlineSourceMap": true,
99
"esModuleInterop": true,
1010

11+
"skipLibCheck": true,
12+
1113
"strict": true,
1214

1315
"noUnusedLocals": true,

package-lock.json

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

0 commit comments

Comments
 (0)