Update all dependencies (#7146)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-02-15 16:09:00 -08:00 committed by GitHub
parent d54b71ddc7
commit ebbc9dea2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -50,7 +50,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.12.0
uses: stefanzweifel/git-auto-commit-action@v4.13.1
with:
commit_message: version bump
commit_user_name: 'github-actions[bot]'

View file

@ -32,21 +32,21 @@
"license": "CC0-1.0",
"devDependencies": {
"editorconfig-checker": "4.0.2",
"esbuild": "0.14.8",
"esbuild": "0.14.21",
"fake-diff": "1.0.0",
"husky": "7.0.4",
"is-ci": "3.0.1",
"jsonschema": "1.4.0",
"mocha": "9.1.4",
"mocha": "9.2.0",
"named-html-entities-json": "1.0.0",
"npm-run-all": "4.1.5",
"prettier": "2.5.1",
"rimraf": "3.0.2",
"svg-path-bbox": "1.0.1",
"svg-path-bbox": "1.0.2",
"svg-path-segments": "1.0.0",
"svglint": "2.0.0",
"svglint": "2.1.0",
"svgo": "2.8.0",
"svgpath": "2.4.0"
"svgpath": "2.5.0"
},
"scripts": {
"build": "node scripts/build/package.js",