Skip to content

Commit fcc66ce

Browse files
committed
⬆️ Update all dependencies
1 parent a9ecbe7 commit fcc66ce

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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@v40.0.3
1414
with:
1515
configurationFile: renovate.json
1616
token: ${{ secrets.RENOVATE_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"bestikk-log": "0.1.0",
15-
"chai": "4.4.0",
15+
"chai": "5.0.3",
1616
"dirty-chai": "2.0.1",
1717
"downdoc": "^1.0.0-beta.9",
1818
"eslint": "^8.10.0",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"bestikk-fs": "1.0.0",
9999
"bestikk-log": "0.1.0",
100100
"bestikk-uglify": "3.0.1",
101-
"chai": "4.4.0",
101+
"chai": "5.0.3",
102102
"cross-env": "7.0.3",
103103
"dirty-chai": "2.0.1",
104104
"documentation": "^14.0.0",
@@ -114,7 +114,7 @@
114114
"opal-compiler": "3.0.0",
115115
"portfinder": "1.0.32",
116116
"pug": "3.0.2",
117-
"puppeteer": "21.7.0",
117+
"puppeteer": "22.0.0",
118118
"rollup": "~4.9.0",
119119
"rollup-plugin-dts": "^6.1.0",
120120
"sinon": "17.0.1",

0 commit comments

Comments
 (0)