Update all dependencies (#6922)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-11-29 10:37:52 +01:00 committed by GitHub
parent a14e03cf7a
commit 4beea3a1b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
FROM node:16-alpine FROM node:17-alpine
RUN apk add --no-cache \ RUN apk add --no-cache \
git git

View File

@ -32,19 +32,19 @@
"license": "CC0-1.0", "license": "CC0-1.0",
"devDependencies": { "devDependencies": {
"editorconfig-checker": "4.0.2", "editorconfig-checker": "4.0.2",
"esbuild": "0.13.15", "esbuild": "0.14.0",
"fake-diff": "1.0.0", "fake-diff": "1.0.0",
"husky": "7.0.2", "husky": "7.0.4",
"is-ci": "3.0.0", "is-ci": "3.0.1",
"jsonschema": "1.4.0", "jsonschema": "1.4.0",
"named-html-entities-json": "1.0.0", "named-html-entities-json": "1.0.0",
"npm-run-all": "4.1.5", "npm-run-all": "4.1.5",
"prettier": "2.4.1", "prettier": "2.5.0",
"rimraf": "3.0.2", "rimraf": "3.0.2",
"svg-path-bbox": "1.0.1", "svg-path-bbox": "1.0.1",
"svg-path-segments": "1.0.0", "svg-path-segments": "1.0.0",
"svglint": "1.0.9", "svglint": "1.2.0",
"svgo": "2.7.0", "svgo": "2.8.0",
"svgpath": "2.3.1", "svgpath": "2.3.1",
"uvu": "0.5.2" "uvu": "0.5.2"
}, },