mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-04-05 20:40:12 +03:00
Update all dependencies (#12094)
Co-authored-by: simple-icons[bot] <165065041+simple-icons[bot]@users.noreply.github.com>
This commit is contained in:
parent
367e56bbef
commit
96723d1b0d
2
.github/workflows/renovate.yml
vendored
2
.github/workflows/renovate.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
- name: Setup node
|
- name: Setup node
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
- name: Renovate
|
- name: Renovate
|
||||||
uses: renovatebot/github-action@v40.1.11
|
uses: renovatebot/github-action@v40.3.4
|
||||||
with:
|
with:
|
||||||
configurationFile: .github/renovate.json5
|
configurationFile: .github/renovate.json5
|
||||||
token: ${{ steps.app-token.outputs.token }}
|
token: ${{ steps.app-token.outputs.token }}
|
||||||
|
26
package.json
26
package.json
@ -84,29 +84,29 @@
|
|||||||
"url": "https://opencollective.com/simple-icons"
|
"url": "https://opencollective.com/simple-icons"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@inquirer/core": "8.1.0",
|
"@inquirer/core": "10.0.1",
|
||||||
"@inquirer/prompts": "5.0.2",
|
"@inquirer/prompts": "7.0.1",
|
||||||
"@types/node": "20.14.2",
|
"@types/node": "22.8.6",
|
||||||
"chalk": "5.3.0",
|
"chalk": "5.3.0",
|
||||||
"editorconfig-checker": "5.1.5",
|
"editorconfig-checker": "6.0.0",
|
||||||
"esbuild": "0.20.2",
|
"esbuild": "0.24.0",
|
||||||
"eslint-plugin-import": "2.29.1",
|
"eslint-plugin-import": "2.31.0",
|
||||||
"eslint-plugin-jsdoc": "50.3.0",
|
"eslint-plugin-jsdoc": "50.4.3",
|
||||||
"fake-diff": "1.0.0",
|
"fake-diff": "1.0.0",
|
||||||
"fast-fuzzy": "1.12.0",
|
"fast-fuzzy": "1.12.0",
|
||||||
"get-relative-luminance": "1.0.0",
|
"get-relative-luminance": "1.0.0",
|
||||||
"husky": "9.0.11",
|
"husky": "9.1.6",
|
||||||
"inquirer-autocomplete-standalone": "0.8.1",
|
"inquirer-autocomplete-standalone": "0.8.1",
|
||||||
"jsonschema": "1.4.1",
|
"jsonschema": "1.4.1",
|
||||||
"mocha": "10.4.0",
|
"mocha": "10.8.2",
|
||||||
"named-html-entities-json": "1.0.0",
|
"named-html-entities-json": "1.0.0",
|
||||||
"spdx-license-ids": "3.0.20",
|
"spdx-license-ids": "3.0.20",
|
||||||
"svg-path-bbox": "2.0.0",
|
"svg-path-bbox": "2.1.0",
|
||||||
"svg-path-segments": "2.0.1",
|
"svg-path-segments": "2.0.1",
|
||||||
"svglint": "2.7.1",
|
"svglint": "3.0.0",
|
||||||
"svgo": "3.2.0",
|
"svgo": "3.3.2",
|
||||||
"svgpath": "2.6.0",
|
"svgpath": "2.6.0",
|
||||||
"typescript": "5.4.5",
|
"typescript": "5.6.3",
|
||||||
"xo": "0.59.3"
|
"xo": "0.59.3"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user