Skip to content

Commit

Permalink
Update node
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 15, 2024
1 parent aef54aa commit b500fe3
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion lib/engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@not-govuk/app-composer": "workspace:^0.8.6",
"@types/node": "20.12.2",
"@types/node": "20.12.11",
"@types/passport": "1.0.16",
"@types/restify": "8.5.12",
"graphql": "15.8.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/plop-pack/skel/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-alpine
FROM node:20.13.1-alpine

RUN apk add --no-cache ca-certificates \
&& apk upgrade --no-cache \
Expand Down
2 changes: 1 addition & 1 deletion lib/server-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@not-govuk/restify": "workspace:^0.8.6",
"@types/js-beautify": "1.14.3",
"@types/node": "20.12.2",
"@types/node": "20.12.11",
"@types/react": "16.14.60",
"@types/react-dom": "16.9.24",
"graphql": "15.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
},
"devDependencies": {
"@not-govuk/component-test-helpers": "workspace:^0.8.6",
"@types/node": "20.12.2",
"@types/node": "20.12.11",
"@types/react": "16.14.60",
"@types/react-dom": "16.9.24",
"@types/react-router": "5.1.20",
Expand Down

1 comment on commit b500fe3

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.