diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 0788b6f4..e38a2a59 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -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]" diff --git a/package.json b/package.json index 0c633131..2cb12a4f 100644 --- a/package.json +++ b/package.json @@ -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",