Skip to content

Commit

Permalink
Update uuid package dependency to version 10.0.0 (close #1305)
Browse files Browse the repository at this point in the history
  • Loading branch information
matus-tomlein committed Oct 25, 2024
1 parent 88213c9 commit 1989766
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 40 deletions.
58 changes: 29 additions & 29 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/config/rush/repo-state.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "ad52e2c30dcd2522e8214eb059aae279004cc930",
"pnpmShrinkwrapHash": "6693fc661ad5b6461d8a0fbbecf81c5f61d703bb",
"preferredVersionsHash": "bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f"
}
4 changes: 2 additions & 2 deletions libraries/browser-tracker-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@snowplow/tracker-core": "workspace:*",
"sha1": "^1.1.1",
"tslib": "^2.3.1",
"uuid": "^8.3.2"
"uuid": "^10.0.0"
},
"devDependencies": {
"@ampproject/rollup-plugin-closure-compiler": "~0.27.0",
Expand All @@ -34,7 +34,7 @@
"@types/jest": "~27.4.1",
"@types/jsdom": "~16.2.14",
"@types/sha1": "~1.1.3",
"@types/uuid": "^8.3.2",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "~5.15.0",
"@typescript-eslint/parser": "~5.15.0",
"eslint": "~8.11.0",
Expand Down
4 changes: 2 additions & 2 deletions libraries/tracker-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@
},
"dependencies": {
"tslib": "^2.3.1",
"uuid": "^8.3.2"
"uuid": "^10.0.0"
},
"devDependencies": {
"@ampproject/rollup-plugin-closure-compiler": "~0.27.0",
"@rollup/plugin-commonjs": "~21.0.2",
"@rollup/plugin-json": "~4.1.0",
"@rollup/plugin-node-resolve": "~13.1.3",
"@types/node": "~14.6.0",
"@types/uuid": "^8.3.2",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "~5.15.0",
"@typescript-eslint/parser": "~5.15.0",
"ava": "~5.1.1",
Expand Down
4 changes: 2 additions & 2 deletions plugins/browser-plugin-media-tracking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"@snowplow/browser-tracker-core": "workspace:*",
"@snowplow/tracker-core": "workspace:*",
"tslib": "^2.3.1",
"uuid": "^8.3.2"
"uuid": "^10.0.0"
},
"devDependencies": {
"@ampproject/rollup-plugin-closure-compiler": "~0.27.0",
"@rollup/plugin-commonjs": "~21.0.2",
"@rollup/plugin-node-resolve": "~13.1.3",
"@types/jest": "~27.4.1",
"@types/jsdom": "~16.2.14",
"@types/uuid": "^8.3.2",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "~5.15.0",
"@typescript-eslint/parser": "~5.15.0",
"eslint": "~8.11.0",
Expand Down
4 changes: 2 additions & 2 deletions plugins/browser-plugin-media/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"@snowplow/browser-tracker-core": "workspace:*",
"@snowplow/tracker-core": "workspace:*",
"tslib": "^2.3.1",
"uuid": "^8.3.2"
"uuid": "^10.0.0"
},
"devDependencies": {
"@ampproject/rollup-plugin-closure-compiler": "~0.27.0",
"@rollup/plugin-commonjs": "~21.0.2",
"@rollup/plugin-node-resolve": "~13.1.3",
"@types/jest": "~27.4.1",
"@types/jsdom": "~16.2.14",
"@types/uuid": "^8.3.2",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "~5.15.0",
"@typescript-eslint/parser": "~5.15.0",
"eslint": "~8.11.0",
Expand Down
4 changes: 2 additions & 2 deletions plugins/browser-plugin-youtube-tracking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"@snowplow/tracker-core": "workspace:*",
"@snowplow/browser-plugin-media": "workspace:*",
"tslib": "^2.3.1",
"uuid": "^8.3.2"
"uuid": "^10.0.0"
},
"devDependencies": {
"@ampproject/rollup-plugin-closure-compiler": "~0.27.0",
"@rollup/plugin-commonjs": "~21.0.2",
"@rollup/plugin-node-resolve": "~13.1.3",
"@types/jest": "~27.4.1",
"@types/jsdom": "~16.2.14",
"@types/uuid": "^8.3.2",
"@types/uuid": "^10.0.0",
"@types/youtube": "~0.0.46",
"@typescript-eslint/eslint-plugin": "~5.15.0",
"@typescript-eslint/parser": "~5.15.0",
Expand Down

0 comments on commit 1989766

Please sign in to comment.