Skip to content

Commit fc5e39f

Browse files
Update uuid package dependency to version 10.0.0 (close #1305)
PR #1357
1 parent 8ae28c8 commit fc5e39f

File tree

7 files changed

+40
-40
lines changed

7 files changed

+40
-40
lines changed

common/config/rush/pnpm-lock.yaml

+29-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/config/rush/repo-state.json

+1-1
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": "ee6607493b34d686c39a612fcb8e407675d4e985",
3+
"pnpmShrinkwrapHash": "b2342a30c1d653ad95c826e38717ab3b0904d843",
44
"preferredVersionsHash": "bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f"
55
}

libraries/browser-tracker-core/package.json

+2-2
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

+2-2
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

+2-2
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

+2-2
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

+2-2
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)