Update all dependencies (#6603)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-09-27 10:02:10 +02:00 committed by GitHub
parent 2b34541d75
commit 466b58f6fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -41,7 +41,7 @@ jobs:
- name: Update slugs table
run: node ./scripts/release/update-slugs-table.js
- name: Commit version bump
uses: stefanzweifel/git-auto-commit-action@v4.11.0
uses: stefanzweifel/git-auto-commit-action@v4.12.0
with:
commit_message: version bump
commit_user_name: "github-actions[bot]"

View file

@ -19,17 +19,17 @@
"license": "CC0-1.0",
"devDependencies": {
"editorconfig-checker": "4.0.2",
"jest": "27.0.6",
"jest-diff": "27.0.6",
"jest": "27.2.2",
"jest-diff": "27.2.2",
"jsonschema": "1.4.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
"svg-path-bbox": "1.0.1",
"svg-path-segments": "1.0.0",
"svglint": "1.0.8",
"svgo": "2.4.0",
"svglint": "1.0.9",
"svgo": "2.7.0",
"svgpath": "2.3.1",
"uglify-js": "3.14.1"
"uglify-js": "3.14.2"
},
"scripts": {
"build": "node scripts/build/package.js",