diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 8861ae47b774..0a7a18b6ee2b 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -15,7 +15,7 @@ jobs: - name: Setup node uses: actions/setup-node@v4 - name: Renovate - uses: renovatebot/github-action@v40.1.4 + uses: renovatebot/github-action@v40.1.11 with: configurationFile: .github/renovate.json5 token: ${{ secrets.RENOVATE_TOKEN }} diff --git a/package.json b/package.json index 85c4cc428a99..10e7fece8e76 100644 --- a/package.json +++ b/package.json @@ -84,10 +84,10 @@ "url": "https://opencollective.com/simple-icons" }, "devDependencies": { - "@inquirer/prompts": "4.3.0", + "@inquirer/prompts": "5.0.2", "chalk": "5.3.0", "editorconfig-checker": "5.1.5", - "esbuild": "0.19.4", + "esbuild": "0.20.2", "eslint-plugin-import": "2.29.1", "fake-diff": "1.0.0", "fast-fuzzy": "1.12.0", @@ -95,15 +95,15 @@ "husky": "9.0.11", "inquirer-autocomplete-standalone": "0.8.1", "jsonschema": "1.4.1", - "markdown-link-check": "3.11.2", - "mocha": "10.2.0", + "markdown-link-check": "3.12.1", + "mocha": "10.4.0", "named-html-entities-json": "1.0.0", - "svg-path-bbox": "1.2.5", - "svg-path-segments": "1.0.0", - "svglint": "2.4.0", - "svgo": "3.0.2", + "svg-path-bbox": "1.2.6", + "svg-path-segments": "2.0.0", + "svglint": "2.7.1", + "svgo": "3.2.0", "svgpath": "2.6.0", - "typescript": "5.2.2", + "typescript": "5.4.5", "xo": "0.58.0" }, "scripts": {