Update all dependencies (#8558)

* Update all dependencies

* Update Dockerfile

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-04-28 00:31:21 +02:00 committed by GitHub
parent f149b1f6af
commit ef90d9c2ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View file

@ -57,7 +57,7 @@ jobs:
- name: Install dependencies
run: npm i
- name: Deploy to NPM
uses: JS-DevTools/npm-publish@v1
uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_TOKEN }}
github:

View file

@ -1,11 +1,11 @@
FROM node:19-alpine
FROM node:20-alpine
RUN apk add --no-cache \
git
WORKDIR /simple-icons
COPY package*.json /simple-icons/
RUN npm install
COPY package.json /simple-icons/
RUN npm install --ignore-scripts
COPY . .

View file

@ -62,17 +62,17 @@
"devDependencies": {
"chalk": "5.2.0",
"editorconfig-checker": "5.0.1",
"esbuild": "0.17.17",
"esbuild": "0.17.18",
"fake-diff": "1.0.0",
"get-relative-luminance": "1.0.0",
"husky": "8.0.3",
"inquirer": "9.1.5",
"inquirer": "9.2.0",
"is-ci": "3.0.1",
"jsonschema": "1.4.1",
"mocha": "10.2.0",
"named-html-entities-json": "1.0.0",
"npm-run-all": "4.1.5",
"prettier": "2.8.7",
"prettier": "2.8.8",
"rimraf": "5.0.0",
"svg-path-bbox": "1.2.4",
"svg-path-segments": "1.0.0",