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
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.5.2",
"@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.5.2":
version: 24.5.2
resolution: "@types/node@npm:24.5.2"
dependencies:
undici-types: ~6.21.0
checksum: 26618a9fdfb84de3841e898b7c5fd372e1c0bdb9adc3ec71c12c38dd07d4e73da14681924919d27ff509ebf3714b8de941a21f51c26146cc8aaae31561ca7a5c
undici-types: ~7.12.0
checksum: 5d859c117a3e15e2e7cca429ba2db9b7c5ef167eb6386ab3db9f9aad7f705baee45957ad11d6c3d7514dc189ee9ec311905944dfbe9823497ad80a9f15add048
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.5.2
"@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.12.0":
version: 7.12.0
resolution: "undici-types@npm:7.12.0"
checksum: 4ad2770b92835757eee6416e8518972d83fc77286c11af81d368a55578d9e4f7ab1b8a3b13c304b0e25a400583e66f3c58464a051f8b5c801ab5d092da13903e
languageName: node
linkType: hard

Expand Down
Loading