Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added scripts/.yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.15.0",
"@types/node": "^25.6.0",
"typescript": "^5.8.0"
}
}
20 changes: 10 additions & 10 deletions scripts/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ __metadata:
resolution: "@ciam-quickstart/scripts@workspace:."
dependencies:
"@types/js-yaml": "npm:^4.0.9"
"@types/node": "npm:^22.15.0"
"@types/node": "npm:^25.6.0"
glob: "npm:^11.0.0"
js-yaml: "npm:^4.1.0"
tsx: "npm:^4.19.0"
Expand Down Expand Up @@ -259,12 +259,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.15.0":
version: 22.19.17
resolution: "@types/node@npm:22.19.17"
"@types/node@npm:^25.6.0":
version: 25.6.0
resolution: "@types/node@npm:25.6.0"
dependencies:
undici-types: "npm:~6.21.0"
checksum: 10c0/b66c484c0a9f6d88b1ef360b0f487717234ee1a482cb2551ff73d9f3c43a42a777daf4c8a5eee970960728f8fe1f3877d3d8c6ffabcbca74cb401a59db700fa4
undici-types: "npm:~7.19.0"
checksum: 10c0/d2d2015630ff098a201407f55f5077a20270ae4f465c739b40865cd9933b91b9c5d2b85568eadaf3db0801b91e267333ca7eb39f007428b173d1cdab4b339ac5
languageName: node
linkType: hard

Expand Down Expand Up @@ -970,10 +970,10 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.21.0":
version: 6.21.0
resolution: "undici-types@npm:6.21.0"
checksum: 10c0/c01ed51829b10aa72fc3ce64b747f8e74ae9b60eafa19a7b46ef624403508a54c526ffab06a14a26b3120d055e1104d7abe7c9017e83ced038ea5cf52f8d5e04
"undici-types@npm:~7.19.0":
version: 7.19.2
resolution: "undici-types@npm:7.19.2"
checksum: 10c0/7159f10546f9f6c47d36776bb1bbf8671e87c1e587a6fee84ae1f111ae8de4f914efa8ca0dfcd224f4f4a9dfc3f6028f627ccb5ddaccf82d7fd54671b89fac3e
languageName: node
linkType: hard

Expand Down
Loading