File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- 22.11 .0
1
+ 22.12 .0
Original file line number Diff line number Diff line change 1
1
services :
2
2
install :
3
3
working_dir : /src
4
- image : node:22.11
4
+ image : node:22.12
5
5
entrypoint : ["/bin/sh", "-c"]
6
6
command : yarn install
7
7
ports :
@@ -18,7 +18,7 @@ services:
18
18
depends_on :
19
19
install :
20
20
condition : service_completed_successfully
21
- image : node:22.11
21
+ image : node:22.12
22
22
entrypoint : ["/bin/sh", "-c"]
23
23
command :
24
24
- |
@@ -39,7 +39,7 @@ services:
39
39
install :
40
40
condition : service_completed_successfully
41
41
working_dir : /src
42
- image : node:22.11
42
+ image : node:22.12
43
43
entrypoint : ["/bin/sh", "-c"]
44
44
command :
45
45
- |
Original file line number Diff line number Diff line change 41
41
"@types/jest" : " ^29.5.14" ,
42
42
"@types/jest-when" : " ^3" ,
43
43
"@types/lodash" : " ^4.17.13" ,
44
- "@types/node" : " ^20 " ,
44
+ "@types/node" : " ^22.0.0 " ,
45
45
"@types/react" : " ^18" ,
46
46
"@types/react-dom" : " ^18.3.0" ,
47
47
"@typescript-eslint/eslint-plugin" : " ^8.13.0" ,
Original file line number Diff line number Diff line change @@ -2228,7 +2228,7 @@ __metadata:
2228
2228
languageName : node
2229
2229
linkType : hard
2230
2230
2231
- " @types/node@npm:^20, @types/node@npm:^20 .11.19 " :
2231
+ " @types/node@npm:^20.11.19 " :
2232
2232
version : 20.17.10
2233
2233
resolution : " @types/node@npm:20.17.10"
2234
2234
dependencies :
@@ -9656,7 +9656,7 @@ __metadata:
9656
9656
" @types/jest " : " npm:^29.5.14"
9657
9657
" @types/jest-when " : " npm:^3"
9658
9658
" @types/lodash " : " npm:^4.17.13"
9659
- " @types/node " : " npm:^20 "
9659
+ " @types/node " : " npm:^22.0.0 "
9660
9660
" @types/react " : " npm:^18"
9661
9661
" @types/react-dom " : " npm:^18.3.0"
9662
9662
" @typescript-eslint/eslint-plugin " : " npm:^8.13.0"
You can’t perform that action at this time.
0 commit comments