Skip to content

Commit a0fbdbf

Browse files
fix(deps): update dependency uuid to v11 (#71)
* fix(deps): update dependency uuid to v11 * chore: process yarn install for PR --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Phil Critchfield <phil.critchfield@liatrio.com>
1 parent dbb0ac7 commit a0fbdbf

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"js-yaml": "^4.1.0",
110110
"react-tooltip": "^5.28.0",
111111
"recharts": "^2.12.7",
112-
"uuid": "^10.0.0"
112+
"uuid": "^11.0.0"
113113
},
114114
"optionalDependencies": {
115115
"@rollup/rollup-linux-x64-gnu": "4.34.3"

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2078,7 +2078,7 @@ __metadata:
20782078
ts-jest: "npm:^29.1.3"
20792079
tslib: "npm:^2.6.2"
20802080
typescript: "npm:^5.4.5"
2081-
uuid: "npm:^10.0.0"
2081+
uuid: "npm:^11.0.0"
20822082
peerDependencies:
20832083
react: ^18.0.0
20842084
typescript: ^5.0.0
@@ -13829,12 +13829,12 @@ __metadata:
1382913829
languageName: node
1383013830
linkType: hard
1383113831

13832-
"uuid@npm:^10.0.0":
13833-
version: 10.0.0
13834-
resolution: "uuid@npm:10.0.0"
13832+
"uuid@npm:^11.0.0":
13833+
version: 11.0.5
13834+
resolution: "uuid@npm:11.0.5"
1383513835
bin:
13836-
uuid: dist/bin/uuid
13837-
checksum: 10/35aa60614811a201ff90f8ca5e9ecb7076a75c3821e17f0f5ff72d44e36c2d35fcbc2ceee9c4ac7317f4cc41895da30e74f3885e30313bee48fda6338f250538
13836+
uuid: dist/esm/bin/uuid
13837+
checksum: 10/0594ecdff3051e15d4a2c614b4c72e73af373bde0a5d156512353c01156975295d024ae8d7151846d7bd4d22ccd251b16ed51b4318fa71505fb20ad984102dc1
1383813838
languageName: node
1383913839
linkType: hard
1384013840

0 commit comments

Comments
 (0)