From 2753dc3b87330651a44c0d816e3892681501f2b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 03:13:27 +0100 Subject: [PATCH] Update all dependencies (#8130) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/create-release.yml | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index b9695c51..22569205 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -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.15.4 + uses: stefanzweifel/git-auto-commit-action@v4.16.0 with: commit_message: version bump commit_user_name: 'github-actions[bot]' diff --git a/package.json b/package.json index 88ef151c..64b462c4 100644 --- a/package.json +++ b/package.json @@ -39,17 +39,17 @@ "devDependencies": { "chalk": "^5.0.1", "editorconfig-checker": "4.0.2", - "esbuild": "0.15.15", + "esbuild": "0.16.4", "fake-diff": "1.0.0", "get-relative-luminance": "^1.0.0", "husky": "8.0.2", "inquirer": "^9.1.2", "is-ci": "3.0.1", "jsonschema": "1.4.1", - "mocha": "10.1.0", + "mocha": "10.2.0", "named-html-entities-json": "1.0.0", "npm-run-all": "4.1.5", - "prettier": "2.8.0", + "prettier": "2.8.1", "rimraf": "3.0.2", "svg-path-bbox": "1.2.2", "svg-path-segments": "1.0.0",