Skip to content

Commit

Permalink
fix(deps): pin dependency uuid to 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 19, 2023
1 parent a10d736 commit cdd3a3b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/client/hmi-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"primevue": "3.25.0",
"pyodide": "0.23.4",
"sass": "1.56.1",
"uuid": "^9.0.1",
"uuid": "9.0.1",
"vue": "3.3.4",
"vue-feather": "2.0.0",
"vue-gtag": "2.0.1",
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4708,9 +4708,9 @@ __metadata:
linkType: hard

"caniuse-lite@npm:^1.0.30001517":
version: 1.0.30001535
resolution: "caniuse-lite@npm:1.0.30001535"
checksum: d66f71a3b97bc24108a54fe7ecaf9133c8a9466f91199185bdf43cff94dc89905860ea15ac18e57a109dd5dc85465d8df7dffa50e19324d03682f37a203468c1
version: 1.0.30001538
resolution: "caniuse-lite@npm:1.0.30001538"
checksum: 94c5d55757a339c7cc175f08a024671e2b4e7c04f130b1015793303d637061347efb6ad84447c3b8137333e742d150b8ad9672716bbf2482646c2e63a56f6c55
languageName: node
linkType: hard

Expand Down Expand Up @@ -8497,7 +8497,7 @@ __metadata:
pyodide: 0.23.4
sass: 1.56.1
typescript: 5.0.4
uuid: ^9.0.1
uuid: 9.0.1
vite: 4.3.9
vite-svg-loader: 4.0.0
vitest: 0.24.5
Expand Down Expand Up @@ -14062,6 +14062,15 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:9.0.1":
version: 9.0.1
resolution: "uuid@npm:9.0.1"
bin:
uuid: dist/bin/uuid
checksum: 39931f6da74e307f51c0fb463dc2462807531dc80760a9bff1e35af4316131b4fc3203d16da60ae33f07fdca5b56f3f1dd662da0c99fea9aaeab2004780cc5f4
languageName: node
linkType: hard

"uuid@npm:^3.0.0":
version: 3.4.0
resolution: "uuid@npm:3.4.0"
Expand All @@ -14071,15 +14080,6 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^9.0.1":
version: 9.0.1
resolution: "uuid@npm:9.0.1"
bin:
uuid: dist/bin/uuid
checksum: 39931f6da74e307f51c0fb463dc2462807531dc80760a9bff1e35af4316131b4fc3203d16da60ae33f07fdca5b56f3f1dd662da0c99fea9aaeab2004780cc5f4
languageName: node
linkType: hard

"v8-compile-cache@npm:^2.0.3":
version: 2.4.0
resolution: "v8-compile-cache@npm:2.4.0"
Expand Down Expand Up @@ -14694,8 +14694,8 @@ __metadata:
linkType: hard

"ws@npm:^8.5.0":
version: 8.14.1
resolution: "ws@npm:8.14.1"
version: 8.14.2
resolution: "ws@npm:8.14.2"
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ">=5.0.2"
Expand All @@ -14704,7 +14704,7 @@ __metadata:
optional: true
utf-8-validate:
optional: true
checksum: 9e310be2b0ff69e1f87d8c6d093ecd17a1ed4c37f281d17c35e8c30e2bd116401775b3d503249651374e6e0e1e9905db62fff096b694371c77561aee06bc3466
checksum: 3ca0dad26e8cc6515ff392b622a1467430814c463b3368b0258e33696b1d4bed7510bc7030f7b72838b9fdeb8dbd8839cbf808367d6aae2e1d668ce741d4308b
languageName: node
linkType: hard

Expand Down

0 comments on commit cdd3a3b

Please sign in to comment.