From bc901e36d91528a106634d37b5b56015d2936fd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 11:18:42 +0000 Subject: [PATCH] chore(deps-dev): bump chromedriver from 118.0.0 to 118.0.1 (#866) Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 118.0.0 to 118.0.1. - [Commits](https://github.com/giggio/node-chromedriver/compare/118.0.0...118.0.1) --- updated-dependencies: - dependency-name: chromedriver dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6f353617..e129508e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3921,9 +3921,9 @@ "dev": true }, "@types/yauzl": { - "version": "2.10.1", - "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.1.tgz", - "integrity": "sha512-CHzgNU3qYBnp/O4S3yv2tXPlvMTq0YWSTVg2/JYLqWZGHwwgJGAwd00poay/11asPq8wLFwHzubyInqHIFmmiw==", + "version": "2.10.2", + "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.2.tgz", + "integrity": "sha512-Km7XAtUIduROw7QPgvcft0lIupeG8a8rdKL8RiSyKvlE7dYY31fEn41HVuQsRFDuROA8tA4K2UVL+WdfFmErBA==", "dev": true, "optional": true, "requires": { @@ -4465,9 +4465,9 @@ "dev": true }, "axios": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.1.tgz", - "integrity": "sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz", + "integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==", "dev": true, "requires": { "follow-redirects": "^1.15.0", @@ -4900,9 +4900,9 @@ "dev": true }, "chromedriver": { - "version": "118.0.0", - "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-118.0.0.tgz", - "integrity": "sha512-E5xoER/tKxpxxtKk6/vmWkdWHCXsZ502hzGt4+2FppoibniGHJoymUFi/X/fBpZN5r7zyVCZzjDxJdxRltN7hQ==", + "version": "118.0.1", + "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-118.0.1.tgz", + "integrity": "sha512-GlGfyRE47IuSJnuadIiDy89EMDMQFBVWxUmiclLJKzQhFsiWAtcIr/mNOxjljZdsw9IwIOQEkrB9wympKYFPLw==", "dev": true, "requires": { "@testim/chrome-version": "^1.1.3", diff --git a/package.json b/package.json index 8fb7c4aa..40da2658 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@types/selenium-webdriver": "^4.1.19", "@typescript-eslint/eslint-plugin": ">=4.33.0", "@typescript-eslint/parser": ">=4.33.0", - "chromedriver": "^118.0.0", + "chromedriver": "^118.0.1", "core-js": "^3.33.1", "eslint": "^7.32.0", "eslint-config-prettier": "^9.0.0",