web: bump chromedriver from 147.0.1 to 147.0.2 in /web (#21564)

Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 147.0.1 to 147.0.2.
- [Commits](https://github.com/giggio/node-chromedriver/compare/147.0.1...147.0.2)

---
updated-dependencies:
- dependency-name: chromedriver
  dependency-version: 147.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-04-14 13:20:47 +02:00
committed by GitHub
parent 18dd32ad2d
commit 679ff0e0f1
2 changed files with 6 additions and 5 deletions

9
web/package-lock.json generated
View File

@@ -64,6 +64,7 @@
"change-case": "^5.4.4",
"chart.js": "^4.5.1",
"chartjs-adapter-date-fns": "^3.0.0",
"chromedriver": "147.0.2",
"codemirror": "^6.0.2",
"core-js": "^3.49.0",
"country-flag-icons": "^1.6.15",
@@ -131,7 +132,7 @@
"@rollup/rollup-darwin-arm64": "^4.57.1",
"@rollup/rollup-linux-arm64-gnu": "^4.57.1",
"@rollup/rollup-linux-x64-gnu": "^4.57.1",
"chromedriver": "^147.0.1"
"chromedriver": "^147.0.2"
}
},
"node_modules/@adobe/css-tools": {
@@ -7258,9 +7259,9 @@
}
},
"node_modules/chromedriver": {
"version": "147.0.1",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-147.0.1.tgz",
"integrity": "sha512-bGmw/dtwI5VX5BwbK4Vlotl9Yfm+np/FV54GG6IAXJDZUdGVCa5ABM8NjHpPzRzoum6bAvGTpPOdDtMpxSvalg==",
"version": "147.0.2",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-147.0.2.tgz",
"integrity": "sha512-CgbtfPbdE3kse2gJdVVjvpRZtPV6pooaIVTJKdCj8LaDIMJvco57t2lXJcQObjfg2bhGN7RiGOk0iKpY2vLgLQ==",
"hasInstallScript": true,
"license": "Apache-2.0",
"optional": true,

View File

@@ -203,7 +203,7 @@
"@rollup/rollup-darwin-arm64": "^4.57.1",
"@rollup/rollup-linux-arm64-gnu": "^4.57.1",
"@rollup/rollup-linux-x64-gnu": "^4.57.1",
"chromedriver": "^147.0.1"
"chromedriver": "^147.0.2"
},
"workspaces": [
"./packages/*"