Skip to content

Commit

Permalink
Update npm package uuid to v11.1.0 (#6497)
Browse files Browse the repository at this point in the history
Co-authored-by: hash-worker[bot] <180894564+hash-worker[bot]@users.noreply.github.com>
  • Loading branch information
hash-worker[bot] authored Feb 20, 2025
1 parent c6ed7d9 commit 855882a
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion apps/hash-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"signia-react": "0.1.5",
"url-regex-safe": "4.0.0",
"use-font-face-observer": "1.2.2",
"uuid": "11.0.5"
"uuid": "11.1.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/plugin-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"lodash.debounce": "4.0.8",
"react": "19.0.0",
"react-dom": "19.0.0",
"uuid": "11.0.5",
"uuid": "11.1.0",
"webextension-polyfill": "0.12.0",
"ws": "8.18.0"
},
Expand Down
2 changes: 1 addition & 1 deletion blocks/address/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"lodash.debounce": "4.0.8",
"react-sizeme": "3.0.2",
"rooks": "7.14.1",
"uuid": "11.0.5"
"uuid": "11.1.0"
},
"devDependencies": {
"@local/eslint": "0.0.0-private",
Expand Down
2 changes: 1 addition & 1 deletion blocks/ai-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"react-sizeme": "3.0.2",
"react-transition-group": "4.4.5",
"react-type-animation": "3.2.0",
"uuid": "11.0.5"
"uuid": "11.1.0"
},
"devDependencies": {
"@local/eslint": "0.0.0-private",
Expand Down
2 changes: 1 addition & 1 deletion blocks/ai-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@hashintel/design-system": "0.0.8",
"@mui/material": "5.16.14",
"react-sizeme": "3.0.2",
"uuid": "11.0.5"
"uuid": "11.1.0"
},
"devDependencies": {
"@local/eslint": "0.0.0-private",
Expand Down
2 changes: 1 addition & 1 deletion blocks/faq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@hashintel/block-design-system": "0.0.2",
"@hashintel/design-system": "0.0.8",
"@mui/material": "5.16.14",
"uuid": "11.0.5"
"uuid": "11.1.0"
},
"devDependencies": {
"@local/eslint": "0.0.0-private",
Expand Down
2 changes: 1 addition & 1 deletion blocks/how-to/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@hashintel/design-system": "0.0.8",
"@mui/material": "5.16.14",
"react-sizeme": "3.0.2",
"uuid": "11.0.5"
"uuid": "11.1.0"
},
"devDependencies": {
"@local/eslint": "0.0.0-private",
Expand Down
2 changes: 1 addition & 1 deletion blocks/shuffle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@mui/material": "5.16.14",
"immer": "9.0.21",
"lodash.isequal": "4.5.0",
"uuid": "11.0.5"
"uuid": "11.1.0"
},
"devDependencies": {
"@local/eslint": "0.0.0-private",
Expand Down
2 changes: 1 addition & 1 deletion libs/@local/hash-backend-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"logform": "2.7.0",
"redis": "4.7.0",
"slonik": "24.2.0",
"uuid": "11.0.5",
"uuid": "11.1.0",
"wait-on": "8.0.2",
"winston": "3.17.0"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/@local/hash-isomorphic-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"prosemirror-view": "patch:prosemirror-view@npm%3A1.29.1#~/.yarn/patches/prosemirror-view-npm-1.29.1-ff37db4eea.patch",
"serialize-error": "12.0.0",
"tsx": "4.19.3",
"uuid": "11.0.5"
"uuid": "11.1.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.5-nightly.ff02a0b",
Expand Down
2 changes: 1 addition & 1 deletion libs/@local/hash-subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@local/hash-graph-client": "0.0.0-private",
"@local/hash-graph-sdk": "0.0.0-private",
"@local/hash-graph-types": "0.0.0-private",
"uuid": "11.0.5"
"uuid": "11.1.0"
},
"devDependencies": {
"@local/eslint": "0.0.0-private",
Expand Down
2 changes: 1 addition & 1 deletion tests/hash-backend-load/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@ory/client": "1.1.41",
"artillery": "2.0.22",
"dotenv-flow": "3.3.0",
"uuid": "11.0.5"
"uuid": "11.1.0"
},
"devDependencies": {
"@apps/hash-api": "0.0.0-private",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ __metadata:
typescript: "npm:5.7.3"
url-regex-safe: "npm:4.0.0"
use-font-face-observer: "npm:1.2.2"
uuid: "npm:11.0.5"
uuid: "npm:11.1.0"
wait-on: "npm:8.0.2"
webpack: "npm:5.98.0"
languageName: unknown
Expand Down Expand Up @@ -842,7 +842,7 @@ __metadata:
tsconfig-paths-webpack-plugin: "npm:4.2.0"
type-fest: "npm:3.13.1"
typescript: "npm:5.7.3"
uuid: "npm:11.0.5"
uuid: "npm:11.1.0"
webextension-polyfill: "npm:0.12.0"
webpack: "npm:5.98.0"
webpack-cli: "npm:4.10.0"
Expand Down Expand Up @@ -8901,7 +8901,7 @@ __metadata:
rimraf: "npm:6.0.1"
slonik: "npm:24.2.0"
typescript: "npm:5.7.3"
uuid: "npm:11.0.5"
uuid: "npm:11.1.0"
vitest: "npm:2.1.9"
wait-on: "npm:8.0.2"
winston: "npm:3.17.0"
Expand Down Expand Up @@ -9009,7 +9009,7 @@ __metadata:
serialize-error: "npm:12.0.0"
tsx: "npm:4.19.3"
typescript: "npm:5.7.3"
uuid: "npm:11.0.5"
uuid: "npm:11.1.0"
vitest: "npm:2.1.9"
languageName: unknown
linkType: soft
Expand All @@ -9029,7 +9029,7 @@ __metadata:
eslint: "npm:9.20.1"
rimraf: "npm:6.0.1"
typescript: "npm:5.7.3"
uuid: "npm:11.0.5"
uuid: "npm:11.1.0"
vitest: "npm:2.1.9"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -16814,7 +16814,7 @@ __metadata:
rimraf: "npm:6.0.1"
rollup: "npm:4.34.8"
typescript: "npm:5.7.3"
uuid: "npm:11.0.5"
uuid: "npm:11.1.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -45805,12 +45805,12 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:11.0.5, uuid@npm:^11.0.1":
version: 11.0.5
resolution: "uuid@npm:11.0.5"
"uuid@npm:11.1.0, uuid@npm:^11.0.1":
version: 11.1.0
resolution: "uuid@npm:11.1.0"
bin:
uuid: dist/esm/bin/uuid
checksum: 10c0/6f59f0c605e02c14515401084ca124b9cb462b4dcac866916a49862bcf831874508a308588c23a7718269226ad11a92da29b39d761ad2b86e736623e3a33b6e7
checksum: 10c0/34aa51b9874ae398c2b799c88a127701408cd581ee89ec3baa53509dd8728cbb25826f2a038f9465f8b7be446f0fbf11558862965b18d21c993684297628d4d3
languageName: node
linkType: hard

Expand Down

0 comments on commit 855882a

Please sign in to comment.