Skip to content

Commit 89abcc7

Browse files
renovate[bot]Caele
andauthored
fix(deps): update minor and patch (#1814)
* fix(deps): update minor and patch * chore: not update qlik/api --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: caele <[email protected]>
1 parent 5ddca58 commit 89abcc7

File tree

6 files changed

+165
-165
lines changed

6 files changed

+165
-165
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: corepack enable
1919
- uses: actions/setup-node@v5
2020
with:
21-
node-version: 24.8.0
21+
node-version: 24.9.0
2222
cache: 'yarn'
2323
- name: Install dependencies
2424
run: yarn install --immutable
@@ -151,7 +151,7 @@ jobs:
151151
- name: Set up Node.js
152152
uses: actions/setup-node@v5
153153
with:
154-
node-version: 22.19.0
154+
node-version: 22.20.0
155155
cache: 'yarn'
156156

157157
- name: Install dependencies

commands/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"chalk": "4.1.2",
3838
"extend": "3.0.2",
3939
"postcss": "^8.5.6",
40-
"rollup": "4.52.2",
40+
"rollup": "4.52.3",
4141
"rollup-plugin-postcss": "4.0.2",
4242
"rollup-plugin-visualizer": "6.0.3",
4343
"yargs": "17.7.2"

commands/sense/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"extend": "3.0.2",
4040
"fs-extra": "11.3.2",
4141
"node-event-emitter": "0.0.1",
42-
"rollup": "4.52.2",
42+
"rollup": "4.52.3",
4343
"yargs": "17.7.2"
4444
}
4545
}

commands/serve/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"extend": "3.0.2",
4141
"html-webpack-plugin": "5.6.4",
4242
"portfinder": "1.0.38",
43-
"puppeteer": "24.22.2",
43+
"puppeteer": "24.22.3",
4444
"regenerator-runtime": "0.14.1",
4545
"source-map-loader": "5.0.0",
4646
"webpack": "5.101.3",
@@ -71,6 +71,6 @@
7171
"monaco-editor-webpack-plugin": "7.1.0",
7272
"react": "18.3.1",
7373
"react-dom": "18.3.1",
74-
"react-router": "7.9.1"
74+
"react-router": "7.9.3"
7575
}
7676
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,22 +79,22 @@
7979
"jest-location-mock": "^2.0.0",
8080
"jimp": "^1.6.0",
8181
"lerna": "8.2.4",
82-
"lint-staged": "^16.2.0",
82+
"lint-staged": "^16.2.3",
8383
"mocha-junit-reporter": "2.2.1",
8484
"picasso-plugin-q": "2.9.0",
8585
"picasso.js": "2.9.0",
8686
"prettier": "3.6.2",
87-
"puppeteer": "24.22.2",
87+
"puppeteer": "24.22.3",
8888
"qix-faker": "0.3.0",
8989
"react-is": "18.3.1",
90-
"rollup": "4.52.2",
90+
"rollup": "4.52.3",
9191
"rollup-plugin-sass": "1.15.3",
9292
"style-loader": "4.0.0",
9393
"whatwg-fetch": "^3.6.20",
9494
"yargs": "17.7.2"
9595
},
9696
"resolutions": {
97-
"caniuse-lite": "1.0.30001743",
97+
"caniuse-lite": "1.0.30001745",
9898
"react": "18.3.1",
9999
"react-dom": "18.3.1",
100100
"react-is": "18.3.1",

0 commit comments

Comments
 (0)