Skip to content

Commit 7fe269a

Browse files
committed
Update uuid package dependency to version 10.0.0 (close snowplow#1305)
PR snowplow#1357
1 parent f5ff2ed commit 7fe269a

7 files changed

Lines changed: 40 additions & 40 deletions

File tree

common/config/rush/pnpm-lock.yaml

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

common/config/rush/repo-state.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
22
{
3-
"pnpmShrinkwrapHash": "ad52e2c30dcd2522e8214eb059aae279004cc930",
3+
"pnpmShrinkwrapHash": "6693fc661ad5b6461d8a0fbbecf81c5f61d703bb",
44
"preferredVersionsHash": "bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f"
55
}

libraries/browser-tracker-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@snowplow/tracker-core": "workspace:*",
2626
"sha1": "^1.1.1",
2727
"tslib": "^2.3.1",
28-
"uuid": "^8.3.2"
28+
"uuid": "^10.0.0"
2929
},
3030
"devDependencies": {
3131
"@ampproject/rollup-plugin-closure-compiler": "~0.27.0",
@@ -34,7 +34,7 @@
3434
"@types/jest": "~27.4.1",
3535
"@types/jsdom": "~16.2.14",
3636
"@types/sha1": "~1.1.3",
37-
"@types/uuid": "^8.3.2",
37+
"@types/uuid": "^10.0.0",
3838
"@typescript-eslint/eslint-plugin": "~5.15.0",
3939
"@typescript-eslint/parser": "~5.15.0",
4040
"eslint": "~8.11.0",

libraries/tracker-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@
4545
},
4646
"dependencies": {
4747
"tslib": "^2.3.1",
48-
"uuid": "^8.3.2"
48+
"uuid": "^10.0.0"
4949
},
5050
"devDependencies": {
5151
"@ampproject/rollup-plugin-closure-compiler": "~0.27.0",
5252
"@rollup/plugin-commonjs": "~21.0.2",
5353
"@rollup/plugin-json": "~4.1.0",
5454
"@rollup/plugin-node-resolve": "~13.1.3",
5555
"@types/node": "~14.6.0",
56-
"@types/uuid": "^8.3.2",
56+
"@types/uuid": "^10.0.0",
5757
"@typescript-eslint/eslint-plugin": "~5.15.0",
5858
"@typescript-eslint/parser": "~5.15.0",
5959
"ava": "~5.1.1",

plugins/browser-plugin-media-tracking/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
"@snowplow/browser-tracker-core": "workspace:*",
2626
"@snowplow/tracker-core": "workspace:*",
2727
"tslib": "^2.3.1",
28-
"uuid": "^8.3.2"
28+
"uuid": "^10.0.0"
2929
},
3030
"devDependencies": {
3131
"@ampproject/rollup-plugin-closure-compiler": "~0.27.0",
3232
"@rollup/plugin-commonjs": "~21.0.2",
3333
"@rollup/plugin-node-resolve": "~13.1.3",
3434
"@types/jest": "~27.4.1",
3535
"@types/jsdom": "~16.2.14",
36-
"@types/uuid": "^8.3.2",
36+
"@types/uuid": "^10.0.0",
3737
"@typescript-eslint/eslint-plugin": "~5.15.0",
3838
"@typescript-eslint/parser": "~5.15.0",
3939
"eslint": "~8.11.0",

plugins/browser-plugin-media/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
"@snowplow/browser-tracker-core": "workspace:*",
2626
"@snowplow/tracker-core": "workspace:*",
2727
"tslib": "^2.3.1",
28-
"uuid": "^8.3.2"
28+
"uuid": "^10.0.0"
2929
},
3030
"devDependencies": {
3131
"@ampproject/rollup-plugin-closure-compiler": "~0.27.0",
3232
"@rollup/plugin-commonjs": "~21.0.2",
3333
"@rollup/plugin-node-resolve": "~13.1.3",
3434
"@types/jest": "~27.4.1",
3535
"@types/jsdom": "~16.2.14",
36-
"@types/uuid": "^8.3.2",
36+
"@types/uuid": "^10.0.0",
3737
"@typescript-eslint/eslint-plugin": "~5.15.0",
3838
"@typescript-eslint/parser": "~5.15.0",
3939
"eslint": "~8.11.0",

plugins/browser-plugin-youtube-tracking/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
"@snowplow/tracker-core": "workspace:*",
2626
"@snowplow/browser-plugin-media": "workspace:*",
2727
"tslib": "^2.3.1",
28-
"uuid": "^8.3.2"
28+
"uuid": "^10.0.0"
2929
},
3030
"devDependencies": {
3131
"@ampproject/rollup-plugin-closure-compiler": "~0.27.0",
3232
"@rollup/plugin-commonjs": "~21.0.2",
3333
"@rollup/plugin-node-resolve": "~13.1.3",
3434
"@types/jest": "~27.4.1",
3535
"@types/jsdom": "~16.2.14",
36-
"@types/uuid": "^8.3.2",
36+
"@types/uuid": "^10.0.0",
3737
"@types/youtube": "~0.0.46",
3838
"@typescript-eslint/eslint-plugin": "~5.15.0",
3939
"@typescript-eslint/parser": "~5.15.0",

0 commit comments

Comments
 (0)