Skip to content

Commit 16e7431

Browse files
fix(deps): update dependency uuid to v13
1 parent 2898e78 commit 16e7431

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

packages/history-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@types/uuid": "10.0.0",
4040
"organize-imports-cli": "0.10.0",
4141
"tsconfig-replace-paths": "0.0.14",
42-
"uuid": "11.1.0"
42+
"uuid": "13.0.0"
4343
},
4444
"scripts": {
4545
"remove_path_alias": "tsconfig-replace-paths --project tsconfig-declarations.json -s ./src/generated -o ./src/generated",

packages/importapi-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@types/uuid": "10.0.0",
3939
"organize-imports-cli": "0.10.0",
4040
"tsconfig-replace-paths": "0.0.14",
41-
"uuid": "11.1.0"
41+
"uuid": "13.0.0"
4242
},
4343
"scripts": {
4444
"remove_path_alias": "tsconfig-replace-paths --project tsconfig-declarations.json -s ./src/generated -o ./src/generated",

packages/platform-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/uuid": "10.0.0",
3333
"organize-imports-cli": "0.10.0",
3434
"tsconfig-replace-paths": "0.0.14",
35-
"uuid": "11.1.0"
35+
"uuid": "13.0.0"
3636
},
3737
"scripts": {
3838
"remove_path_alias": "tsconfig-replace-paths --project tsconfig-declarations.json -s ./src/generated -o ./src/generated",

packages/ts-sdk-apm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@opentelemetry/sdk-node": "^0.205.0",
1515
"dd-trace": "^5.31.0",
1616
"newrelic": "^13.0.0",
17-
"uuid": "11.1.0"
17+
"uuid": "13.0.0"
1818
},
1919
"publishConfig": {
2020
"access": "public"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8896,10 +8896,10 @@ util@^0.12.4, util@^0.12.5:
88968896
is-typed-array "^1.1.3"
88978897
which-typed-array "^1.1.2"
88988898

8899-
uuid@11.1.0:
8900-
version "11.1.0"
8901-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.1.0.tgz#9549028be1753bb934fc96e2bca09bb4105ae912"
8902-
integrity sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==
8899+
uuid@13.0.0:
8900+
version "13.0.0"
8901+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-13.0.0.tgz#263dc341b19b4d755eb8fe36b78d95a6b65707e8"
8902+
integrity sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==
89038903

89048904
uuid@^8.0.0, uuid@^8.3.2:
89058905
version "8.3.2"

0 commit comments

Comments
 (0)