Skip to content

Commit

Permalink
Update dependency uuid to ^11.0.5 (#3132)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent e2d6a81 commit 432e54a
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 24 deletions.
2 changes: 1 addition & 1 deletion demo/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"use-debounce": "^6.0.1",
"uuid": "^11.0.3"
"uuid": "^11.0.5"
},
"devDependencies": {
"@comet/cli": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion demo/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"rimraf": "^6.0.1",
"rxjs": "^7.8.1",
"slugify": "^1.6.6",
"uuid": "^11.0.3"
"uuid": "^11.0.5"
},
"devDependencies": {
"@comet/eslint-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/admin-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"use-constant": "^1.1.1",
"uuid": "^11.0.3"
"uuid": "^11.0.5"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"query-string": "^7.1.3",
"react-dropzone": "^14.3.5",
"use-constant": "^1.1.1",
"uuid": "^11.0.3"
"uuid": "^11.0.5"
},
"devDependencies": {
"@apollo/client": "^3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/blocks-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"lodash.isequal": "^4.5.0",
"rimraf": "^6.0.1",
"scroll-into-view-if-needed": "^3.1.0",
"uuid": "^11.0.3"
"uuid": "^11.0.5"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/cms-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"rimraf": "^6.0.1",
"slugify": "^1.6.6",
"use-debounce": "^6.0.1",
"uuid": "^11.0.3"
"uuid": "^11.0.5"
},
"devDependencies": {
"@apollo/client": "^3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/cms-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"rimraf": "^6.0.1",
"slugify": "^1.6.6",
"ts-morph": "^16.0.0",
"uuid": "^11.0.3",
"uuid": "^11.0.5",
"uuid-by-string": "^4.0.0"
},
"devDependencies": {
Expand Down
38 changes: 22 additions & 16 deletions 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 storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"react-final-form": "^6.5.9",
"react-intl": "^6.0.0",
"use-debounce": "^6.0.1",
"uuid": "^11.0.3"
"uuid": "^11.0.5"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
Expand Down

0 comments on commit 432e54a

Please sign in to comment.