Skip to content

Commit

Permalink
Renovate Update dependency eslint to v9 (#460)
Browse files Browse the repository at this point in the history
* Renovate Update dependency eslint to v9

* update node version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Kate Smith <[email protected]>
  • Loading branch information
renovate[bot] and kate-49 authored Jul 1, 2024
1 parent 79d930d commit 58ecac5
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 138 deletions.
2 changes: 1 addition & 1 deletion docker/sirius-workflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV CGO_ENABLED=0 GOOS=linux

RUN update-ca-certificates

FROM node:20.2.0-alpine3.16 as asset-env
FROM node:20.15.0-alpine3.20 as asset-env

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"cypress-axe": "^1.5.0",
"cypress-failed-log": "^2.10.0",
"esbuild": "^0.21.0",
"eslint": "^8.56.0",
"eslint": "^9.0.0",
"prettier": "^3.0.0",
"sass": "^1.70.0"
},
Expand Down
Loading

0 comments on commit 58ecac5

Please sign in to comment.