Skip to content

Commit cfcc63b

Browse files
build(deps-dev): bump eslint from 8.15.0 to 8.16.0 (#71)
Bumps [eslint](https://github.com/eslint/eslint) from 8.15.0 to 8.16.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.15.0...v8.16.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 11a559c commit cfcc63b

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
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.15.0",
60+
"eslint": "^8.16.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: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,14 +1121,15 @@
11211121
debug "^3.1.0"
11221122
lodash.once "^4.1.1"
11231123

1124-
"@eslint/eslintrc@^1.2.3":
1125-
version "1.2.3"
1126-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.3.tgz#fcaa2bcef39e13d6e9e7f6271f4cc7cae1174886"
1124+
"@eslint/eslintrc@^1.3.0":
1125+
version "1.3.0"
1126+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
1127+
integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==
11271128
dependencies:
11281129
ajv "^6.12.4"
11291130
debug "^4.3.2"
11301131
espree "^9.3.2"
1131-
globals "^13.9.0"
1132+
globals "^13.15.0"
11321133
ignore "^5.2.0"
11331134
import-fresh "^3.2.1"
11341135
js-yaml "^4.1.0"
@@ -4814,11 +4815,12 @@ eslint-webpack-plugin@^3.1.0:
48144815
normalize-path "^3.0.0"
48154816
schema-utils "^3.1.1"
48164817

4817-
eslint@^8.15.0:
4818-
version "8.15.0"
4819-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.15.0.tgz#fea1d55a7062da48d82600d2e0974c55612a11e9"
4818+
eslint@^8.16.0:
4819+
version "8.16.0"
4820+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.16.0.tgz#6d936e2d524599f2a86c708483b4c372c5d3bbae"
4821+
integrity sha512-MBndsoXY/PeVTDJeWsYj7kLZ5hQpJOfMYLsF6LicLHQWbRDG19lK5jOix4DPl8yY4SUFcE3txy86OzFLWT+yoA==
48204822
dependencies:
4821-
"@eslint/eslintrc" "^1.2.3"
4823+
"@eslint/eslintrc" "^1.3.0"
48224824
"@humanwhocodes/config-array" "^0.9.2"
48234825
ajv "^6.10.0"
48244826
chalk "^4.0.0"
@@ -4836,7 +4838,7 @@ eslint@^8.15.0:
48364838
file-entry-cache "^6.0.1"
48374839
functional-red-black-tree "^1.0.1"
48384840
glob-parent "^6.0.1"
4839-
globals "^13.6.0"
4841+
globals "^13.15.0"
48404842
ignore "^5.2.0"
48414843
import-fresh "^3.0.0"
48424844
imurmurhash "^0.1.4"
@@ -5488,9 +5490,10 @@ globals@^11.1.0, globals@^11.12.0:
54885490
version "11.12.0"
54895491
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
54905492

5491-
globals@^13.6.0, globals@^13.9.0:
5492-
version "13.13.0"
5493-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.13.0.tgz#ac32261060d8070e2719dd6998406e27d2b5727b"
5493+
globals@^13.15.0:
5494+
version "13.15.0"
5495+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.15.0.tgz#38113218c907d2f7e98658af246cef8b77e90bac"
5496+
integrity sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==
54945497
dependencies:
54955498
type-fest "^0.20.2"
54965499

0 commit comments

Comments
 (0)