Bump webdriver-manager from 12.1.8 to 12.1.9 (#8929)

Bumps [webdriver-manager](https://github.com/angular/webdriver-manager) from 12.1.8 to 12.1.9.
- [Changelog](https://github.com/angular/webdriver-manager/blob/legacy/CHANGELOG.md)
- [Commits](https://github.com/angular/webdriver-manager/compare/12.1.8...12.1.9)

---
updated-dependencies:
- dependency-name: webdriver-manager
  dependency-type: direct:development
  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]
2023-09-26 10:05:18 -04:00
committed by GitHub
parent 83b2d9f8bc
commit 6d8c513180
2 changed files with 10 additions and 8 deletions
+9 -7
View File
@@ -142,7 +142,7 @@
"ts-node": "^10.4.0",
"tsconfig-paths": "^4.1.1",
"typescript": "4.7.4",
"webdriver-manager": "12.1.8",
"webdriver-manager": "12.1.9",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.2"
},
@@ -24664,11 +24664,12 @@
}
},
"node_modules/adm-zip": {
"version": "0.4.16",
"version": "0.5.10",
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.10.tgz",
"integrity": "sha512-x0HvcHqVJNTPk/Bw8JbLWlWoo6Wwnsug0fnYYro1HBrjxZ3G7/AZk7Ahv8JwDe1uIcz8eBqvu86FuF1POiG7vQ==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.3.0"
"node": ">=6.0"
}
},
"node_modules/agent-base": {
@@ -50326,11 +50327,12 @@
}
},
"node_modules/webdriver-manager": {
"version": "12.1.8",
"version": "12.1.9",
"resolved": "https://registry.npmjs.org/webdriver-manager/-/webdriver-manager-12.1.9.tgz",
"integrity": "sha512-Yl113uKm8z4m/KMUVWHq1Sjtla2uxEBtx2Ue3AmIlnlPAKloDn/Lvmy6pqWCUersVISpdMeVpAaGbNnvMuT2LQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"adm-zip": "^0.4.9",
"adm-zip": "^0.5.2",
"chalk": "^1.1.1",
"del": "^2.2.0",
"glob": "^7.0.3",
+1 -1
View File
@@ -186,7 +186,7 @@
"ts-node": "^10.4.0",
"tsconfig-paths": "^4.1.1",
"typescript": "4.7.4",
"webdriver-manager": "12.1.8",
"webdriver-manager": "12.1.9",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.2"
},