Skip to content

Commit 00baf72

Browse files
chore(deps): update node.js to v24
1 parent a67b58f commit 00baf72

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

e2e/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22-bookworm
1+
FROM node:24-bookworm
22

33
# Set the working directory inside the container
44
WORKDIR /e2e

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"devDependencies": {
99
"@playwright/test": "^1.40.0",
10-
"@types/node": "^22.0.0"
10+
"@types/node": "^24.0.0"
1111
},
1212
"scripts": {
1313
"local": "playwright test --headed",

e2e/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
dependencies:
1010
playwright "1.56.1"
1111

12-
"@types/node@^22.0.0":
13-
version "22.18.12"
14-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.12.tgz#e165d87bc25d7bf6d3657035c914db7485de84fb"
15-
integrity sha512-BICHQ67iqxQGFSzfCFTT7MRQ5XcBjG5aeKh5Ok38UBbPe5fxTyE+aHFxwVrGyr8GNlqFMLKD1D3P2K/1ks8tog==
12+
"@types/node@^24.0.0":
13+
version "24.10.12"
14+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.12.tgz#a51b49260a045c08ac761cbde7e407ef144d2b2a"
15+
integrity sha512-68e+T28EbdmLSTkPgs3+UacC6rzmqrcWFPQs1C8mwJhI/r5Uxr0yEuQotczNRROd1gq30NGxee+fo0rSIxpyAw==
1616
dependencies:
17-
undici-types "~6.21.0"
17+
undici-types "~7.16.0"
1818

1919
dotenv@^17.0.0:
2020
version "17.2.3"
@@ -40,7 +40,7 @@ playwright@1.56.1:
4040
optionalDependencies:
4141
fsevents "2.3.2"
4242

43-
undici-types@~6.21.0:
44-
version "6.21.0"
45-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
46-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
43+
undici-types@~7.16.0:
44+
version "7.16.0"
45+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
46+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==

0 commit comments

Comments
 (0)