Skip to content

Commit e2ca669

Browse files
Merge pull request #4532 from bcgov/renovate/npm-uuid-vulnerability
fix(deps): update dependency uuid to v14 [security]
2 parents 87b972b + f062026 commit e2ca669

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

bciers/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"ts-node": "^10.9.1",
9595
"tslib": "^2.3.0",
9696
"typescript": "5.9.3",
97-
"uuid": "^9.0.1"
97+
"uuid": "^14.0.0"
9898
},
9999
"devDependencies": {
100100
"@axe-core/playwright": "^4.9.0",
@@ -122,7 +122,6 @@
122122
"@testing-library/react": "^16.3.1",
123123
"@testing-library/user-event": "^14.6.1",
124124
"@types/lodash.debounce": "^4.0.9",
125-
"@types/uuid": "^9.0.8",
126125
"@typescript-eslint/eslint-plugin": "^8.52.0",
127126
"@typescript-eslint/parser": "^8.52.0",
128127
"@typescript-eslint/utils": "^8.50.0",

bciers/yarn.lock

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1519,7 +1519,6 @@ __metadata:
15191519
"@types/react": "npm:^19.0.0"
15201520
"@types/react-dom": "npm:^19.0.0"
15211521
"@types/react-outside-click-handler": "npm:^1.3.3"
1522-
"@types/uuid": "npm:^9.0.8"
15231522
"@typescript-eslint/eslint-plugin": "npm:^8.52.0"
15241523
"@typescript-eslint/parser": "npm:^8.52.0"
15251524
"@typescript-eslint/utils": "npm:^8.50.0"
@@ -1565,7 +1564,7 @@ __metadata:
15651564
ts-node: "npm:^10.9.1"
15661565
tslib: "npm:^2.3.0"
15671566
typescript: "npm:5.9.3"
1568-
uuid: "npm:^9.0.1"
1567+
uuid: "npm:^14.0.0"
15691568
vite: "npm:7.3.2"
15701569
vitest: "npm:^4.1.3"
15711570
vitest-fetch-mock: "npm:^0.4.5"
@@ -6923,13 +6922,6 @@ __metadata:
69236922
languageName: node
69246923
linkType: hard
69256924

6926-
"@types/uuid@npm:^9.0.8":
6927-
version: 9.0.8
6928-
resolution: "@types/uuid@npm:9.0.8"
6929-
checksum: 10c0/b411b93054cb1d4361919579ef3508a1f12bf15b5fdd97337d3d351bece6c921b52b6daeef89b62340fd73fd60da407878432a1af777f40648cbe53a01723489
6930-
languageName: node
6931-
linkType: hard
6932-
69336925
"@types/ws@npm:^8.5.10":
69346926
version: 8.5.12
69356927
resolution: "@types/ws@npm:8.5.12"
@@ -18236,6 +18228,15 @@ __metadata:
1823618228
languageName: node
1823718229
linkType: hard
1823818230

18231+
"uuid@npm:^14.0.0":
18232+
version: 14.0.0
18233+
resolution: "uuid@npm:14.0.0"
18234+
bin:
18235+
uuid: dist-node/bin/uuid
18236+
checksum: 10c0/a57ae7794c45005c1a9208989196c5baf79a7679c30f43c1bee9033a2c4d113a2cea216fa6fcc9663b08b0d55635df1a7c6eb7e7f3d21c3e50688c698fa39a50
18237+
languageName: node
18238+
linkType: hard
18239+
1823918240
"uuid@npm:^8.3.2":
1824018241
version: 8.3.2
1824118242
resolution: "uuid@npm:8.3.2"
@@ -18245,7 +18246,7 @@ __metadata:
1824518246
languageName: node
1824618247
linkType: hard
1824718248

18248-
"uuid@npm:^9.0.0, uuid@npm:^9.0.1":
18249+
"uuid@npm:^9.0.0":
1824918250
version: 9.0.1
1825018251
resolution: "uuid@npm:9.0.1"
1825118252
bin:

0 commit comments

Comments
 (0)