Skip to content

Commit

Permalink
chore(deps): update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 8, 2024
1 parent 9c75a91 commit 9729019
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
dev:
image: node:18-alpine
image: node:20-alpine
container_name: altinn-design-system_dev
working_dir: /app
command:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@testing-library/user-event": "14.4.3",
"@types/jest": "29.5.2",
"@types/leaflet": "1.9.3",
"@types/node": "18.16.18",
"@types/node": "20.14.10",
"@types/react": "18.2.13",
"@types/responselike": "1.0.0",
"@types/testing-library__jest-dom": "5.14.6",
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ __metadata:
"@testing-library/user-event": 14.4.3
"@types/jest": 29.5.2
"@types/leaflet": 1.9.3
"@types/node": 18.16.18
"@types/node": 20.14.10
"@types/react": 18.2.13
"@types/responselike": 1.0.0
"@types/testing-library__jest-dom": 5.14.6
Expand Down Expand Up @@ -7421,10 +7421,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:18.16.18":
version: 18.16.18
resolution: "@types/node@npm:18.16.18"
checksum: d32d8a0a04cd3f5ecb361bcb42f3a07623881ac90d680e06bf626defb3c663a94860d11690babe607cfe67265eceeb8a59ba5fe40c0e49f5a1b01e0088640469
"@types/node@npm:20.14.10":
version: 20.14.10
resolution: "@types/node@npm:20.14.10"
dependencies:
undici-types: ~5.26.4
checksum: 2f397d393de8cddb126e0b7999402ea450215ac69d49666ddef4f730a73325054499ce7345f86095e7b935c55b2e02139f3b8b9afc72fb978ed29edf6bb956b0
languageName: node
linkType: hard

Expand Down Expand Up @@ -19218,6 +19220,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~5.26.4":
version: 5.26.5
resolution: "undici-types@npm:5.26.5"
checksum: 3192ef6f3fd5df652f2dc1cd782b49d6ff14dc98e5dced492aa8a8c65425227da5da6aafe22523c67f035a272c599bb89cfe803c1db6311e44bed3042fc25487
languageName: node
linkType: hard

"unfetch@npm:^4.2.0":
version: 4.2.0
resolution: "unfetch@npm:4.2.0"
Expand Down

0 comments on commit 9729019

Please sign in to comment.