Skip to content

Commit 644128c

Browse files
committed
⬆️ Update all dependencies
1 parent 28518ea commit 644128c

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@v4.1.1
1212
- name: Self-hosted Renovate
13-
uses: renovatebot/github-action@v39.2.4
13+
uses: renovatebot/github-action@v43.0.0
1414
with:
1515
configurationFile: renovate.json
1616
token: ${{ secrets.RENOVATE_TOKEN }}

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"pacote": "12.0.3",
1818
"prettier": "3.5.3",
1919
"semver": "7.7.2",
20-
"sinon": "20.0.0"
20+
"sinon": "21.0.0"
2121
},
2222
"volta": {
2323
"node": "22.14.0"

packages/core/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -87,27 +87,27 @@
8787
"unxhr": "1.2.0"
8888
},
8989
"devDependencies": {
90-
"@rollup/plugin-commonjs": "25.0.7",
90+
"@rollup/plugin-commonjs": "28.0.6",
9191
"@rollup/plugin-json": "6.1.0",
92-
"@rollup/plugin-replace": "5.0.5",
93-
"@types/node": "20.11.17",
92+
"@rollup/plugin-replace": "6.0.2",
93+
"@types/node": "24.0.3",
9494
"@types/nunjucks": "3.2.6",
95-
"@typescript-eslint/eslint-plugin": "6.21.0",
96-
"@typescript-eslint/parser": "6.21.0",
95+
"@typescript-eslint/eslint-plugin": "8.34.1",
96+
"@typescript-eslint/parser": "8.34.1",
9797
"bestikk-download": "1.0.0",
9898
"bestikk-fs": "1.0.0",
9999
"bestikk-log": "0.1.0",
100100
"bestikk-uglify": "3.0.1",
101-
"chai": "4.4.1",
101+
"chai": "5.2.0",
102102
"cross-env": "7.0.3",
103103
"dirty-chai": "2.0.1",
104104
"documentation": "^14.0.0",
105105
"dot": "1.1.3",
106106
"ejs": "3.1.9",
107-
"eslint": "8.56.0",
107+
"eslint": "9.29.0",
108108
"handlebars": "4.7.8",
109109
"http-server": "14.1.1",
110-
"mocha": "10.3.0",
110+
"mocha": "11.7.0",
111111
"mock-http-server": "1.4.5",
112112
"module-alias": "2.2.3",
113113
"nunjucks": "3.2.4",
@@ -117,7 +117,7 @@
117117
"puppeteer": "24.8.2",
118118
"rollup": "~4.10.0",
119119
"rollup-plugin-dts": "^6.1.0",
120-
"sinon": "17.0.1",
120+
"sinon": "21.0.0",
121121
"standard": "17.1.0",
122122
"tsd": "0.30.4",
123123
"typescript": "5.3.3"

0 commit comments

Comments
 (0)