fix(deps): update minor and patch (#1824)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-10-20 09:17:26 +02:00
committed by GitHub
parent 6b088ff1c0
commit ea74592385
6 changed files with 189 additions and 199 deletions

View File

@@ -28,7 +28,7 @@
"@babel/preset-typescript": "7.27.1",
"@qlik/browserslist-config": "^3.0.0",
"@rollup/plugin-babel": "6.1.0",
"@rollup/plugin-commonjs": "28.0.6",
"@rollup/plugin-commonjs": "28.0.8",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "16.0.3",
"@rollup/plugin-replace": "6.0.2",
@@ -36,9 +36,9 @@
"chalk": "4.1.2",
"extend": "3.0.2",
"postcss": "^8.5.6",
"rollup": "4.52.4",
"rollup": "4.52.5",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-visualizer": "6.0.4",
"rollup-plugin-visualizer": "6.0.5",
"yargs": "17.7.2"
},
"devDependencies": {

View File

@@ -32,14 +32,14 @@
"@babel/preset-env": "7.28.3",
"@nebula.js/stardust": "^6.0.1",
"@rollup/plugin-babel": "6.1.0",
"@rollup/plugin-commonjs": "28.0.6",
"@rollup/plugin-commonjs": "28.0.8",
"@rollup/plugin-node-resolve": "16.0.3",
"@rollup/plugin-replace": "6.0.2",
"@rollup/plugin-terser": "0.4.4",
"extend": "3.0.2",
"fs-extra": "11.3.2",
"node-event-emitter": "0.0.1",
"rollup": "4.52.4",
"rollup": "4.52.5",
"yargs": "17.7.2"
}
}

View File

@@ -40,7 +40,7 @@
"extend": "3.0.2",
"html-webpack-plugin": "5.6.4",
"portfinder": "1.0.38",
"puppeteer": "24.24.0",
"puppeteer": "24.25.0",
"regenerator-runtime": "0.14.1",
"source-map-loader": "5.0.0",
"webpack": "5.102.1",