From 96723d1b0db459ce47a8b5b0525935e2c316e8b3 Mon Sep 17 00:00:00 2001 From: "simple-icons[bot]" <165065041+simple-icons[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 02:30:07 +0100 Subject: [PATCH] Update all dependencies (#12094) Co-authored-by: simple-icons[bot] <165065041+simple-icons[bot]@users.noreply.github.com> --- .github/workflows/renovate.yml | 2 +- package.json | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index ea9cc58a..91b6e2b9 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -20,7 +20,7 @@ jobs: - name: Setup node uses: actions/setup-node@v4 - name: Renovate - uses: renovatebot/github-action@v40.1.11 + uses: renovatebot/github-action@v40.3.4 with: configurationFile: .github/renovate.json5 token: ${{ steps.app-token.outputs.token }} diff --git a/package.json b/package.json index da74ca92..20d49809 100644 --- a/package.json +++ b/package.json @@ -84,29 +84,29 @@ "url": "https://opencollective.com/simple-icons" }, "devDependencies": { - "@inquirer/core": "8.1.0", - "@inquirer/prompts": "5.0.2", - "@types/node": "20.14.2", + "@inquirer/core": "10.0.1", + "@inquirer/prompts": "7.0.1", + "@types/node": "22.8.6", "chalk": "5.3.0", - "editorconfig-checker": "5.1.5", - "esbuild": "0.20.2", - "eslint-plugin-import": "2.29.1", - "eslint-plugin-jsdoc": "50.3.0", + "editorconfig-checker": "6.0.0", + "esbuild": "0.24.0", + "eslint-plugin-import": "2.31.0", + "eslint-plugin-jsdoc": "50.4.3", "fake-diff": "1.0.0", "fast-fuzzy": "1.12.0", "get-relative-luminance": "1.0.0", - "husky": "9.0.11", + "husky": "9.1.6", "inquirer-autocomplete-standalone": "0.8.1", "jsonschema": "1.4.1", - "mocha": "10.4.0", + "mocha": "10.8.2", "named-html-entities-json": "1.0.0", "spdx-license-ids": "3.0.20", - "svg-path-bbox": "2.0.0", + "svg-path-bbox": "2.1.0", "svg-path-segments": "2.0.1", - "svglint": "2.7.1", - "svgo": "3.2.0", + "svglint": "3.0.0", + "svgo": "3.3.2", "svgpath": "2.6.0", - "typescript": "5.4.5", + "typescript": "5.6.3", "xo": "0.59.3" }, "scripts": {