Skip to content

Commit fddba8e

Browse files
build(deps-dev): bump eslint from 8.16.0 to 8.18.0 (#104)
Bumps [eslint](https://github.com/eslint/eslint) from 8.16.0 to 8.18.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.16.0...v8.18.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent de35257 commit fddba8e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"commitizen": "^4.2.4",
5858
"cypress": "^9.6.1",
5959
"cz-conventional-changelog": "3.3.0",
60-
"eslint": "^8.16.0",
60+
"eslint": "^8.18.0",
6161
"eslint-config-prettier": "^8.5.0",
6262
"eslint-plugin-cypress": "^2.12.1",
6363
"eslint-plugin-import": "^2.26.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4783,10 +4783,10 @@ eslint-webpack-plugin@^3.1.0:
47834783
normalize-path "^3.0.0"
47844784
schema-utils "^3.1.1"
47854785

4786-
eslint@^8.16.0:
4787-
version "8.16.0"
4788-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.16.0.tgz#6d936e2d524599f2a86c708483b4c372c5d3bbae"
4789-
integrity sha512-MBndsoXY/PeVTDJeWsYj7kLZ5hQpJOfMYLsF6LicLHQWbRDG19lK5jOix4DPl8yY4SUFcE3txy86OzFLWT+yoA==
4786+
eslint@^8.18.0:
4787+
version "8.18.0"
4788+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.18.0.tgz#78d565d16c993d0b73968c523c0446b13da784fd"
4789+
integrity sha512-As1EfFMVk7Xc6/CvhssHUjsAQSkpfXvUGMFC3ce8JDe6WvqCgRrLOBQbVpsBFr1X1V+RACOadnzVvcUS5ni2bA==
47904790
dependencies:
47914791
"@eslint/eslintrc" "^1.3.0"
47924792
"@humanwhocodes/config-array" "^0.9.2"

0 commit comments

Comments
 (0)