From 7ffcc9695f207ac3fd07f3e473db3c50418a7716 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 11:38:46 +0200 Subject: [PATCH] Update all dependencies (#7442) * Update all dependencies * Update create-release.yml Co-authored-by: Renovate Bot --- .github/renovate.json5 | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 56bd1acd..97fefba5 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -17,7 +17,7 @@ // We generally always want the major version separateMajorMinor: false, - + // We manually update digest dependencies (eg. hashes in Github actions) digest: { enabled: false }, } diff --git a/package.json b/package.json index 4fcf7590..d0001349 100644 --- a/package.json +++ b/package.json @@ -39,17 +39,17 @@ }, "devDependencies": { "editorconfig-checker": "4.0.2", - "esbuild": "0.14.38", + "esbuild": "0.14.39", "fake-diff": "1.0.0", "husky": "8.0.1", "is-ci": "3.0.1", - "jsonschema": "1.4.0", + "jsonschema": "1.4.1", "mocha": "10.0.0", "named-html-entities-json": "1.0.0", "npm-run-all": "4.1.5", "prettier": "2.6.2", "rimraf": "3.0.2", - "svg-path-bbox": "1.2.0", + "svg-path-bbox": "1.2.2", "svg-path-segments": "1.0.0", "svglint": "2.1.0", "svgo": "2.8.0",