Skip to content
Open
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
2 changes: 1 addition & 1 deletion modules/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"@types/jest": "29.5.14",
"@types/js-yaml": "4.0.9",
"@types/lodash-es": "4.17.12",
"@types/node": "22.15.3",
"@types/node": "24.8.1",
"@typescript-eslint/eslint-plugin": "8.39.0",
"@typescript-eslint/parser": "8.39.0",
"codelyzer": "6.0.2",
Expand Down
20 changes: 10 additions & 10 deletions modules/web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7287,12 +7287,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:22.15.3":
version: 22.15.3
resolution: "@types/node@npm:22.15.3"
"@types/node@npm:24.8.1":
version: 24.8.1
resolution: "@types/node@npm:24.8.1"
dependencies:
undici-types: ~6.21.0
checksum: 26618a9fdfb84de3841e898b7c5fd372e1c0bdb9adc3ec71c12c38dd07d4e73da14681924919d27ff509ebf3714b8de941a21f51c26146cc8aaae31561ca7a5c
undici-types: ~7.14.0
checksum: 55fca8f900a017c207e4e413956f3fdd17178c3d5ffc8fd4bb7b0b5136865ca06076b1335e1e5e6f3269cace491dc1f4ecc1ab4410ff4acf25c9087585560c86
languageName: node
linkType: hard

Expand Down Expand Up @@ -15177,7 +15177,7 @@ __metadata:
"@types/jest": 29.5.14
"@types/js-yaml": 4.0.9
"@types/lodash-es": 4.17.12
"@types/node": 22.15.3
"@types/node": 24.8.1
"@typescript-eslint/eslint-plugin": 8.39.0
"@typescript-eslint/parser": 8.39.0
ace-builds: 1.41.0
Expand Down Expand Up @@ -20546,10 +20546,10 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.21.0":
version: 6.21.0
resolution: "undici-types@npm:6.21.0"
checksum: 46331c7d6016bf85b3e8f20c159d62f5ae471aba1eb3dc52fff35a0259d58dcc7d592d4cc4f00c5f9243fa738a11cfa48bd20203040d4a9e6bc25e807fab7ab3
"undici-types@npm:~7.14.0":
version: 7.14.0
resolution: "undici-types@npm:7.14.0"
checksum: bd28cb36b33a51359f02c27b84bfe8563cdad57bdab0aa6ac605ce64d51aff49fd0aa4cb2d3b043caaa93c3ec42e96b5757df5d2d9bcc06a5f3e71899c765035
languageName: node
linkType: hard

Expand Down
Loading