Skip to content

Commit dc1669e

Browse files
build(deps-dev): bump eslint from 8.15.0 to 8.16.0
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] <[email protected]>
1 parent f15423e commit dc1669e

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"directory-tree": "^3.2.2",
9191
"directory-tree-webpack-plugin": "^1.0.3",
9292
"duplexer": "^0.1.1",
93-
"eslint": "^8.15.0",
93+
"eslint": "^8.16.0",
9494
"eslint-config-prettier": "^8.5.0",
9595
"eslint-plugin-cypress": "^2.12.1",
9696
"eslint-plugin-mdx": "^1.17.0",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1294,15 +1294,15 @@
12941294
"@docsearch/css" "3.0.0-alpha.50"
12951295
algoliasearch "^4.0.0"
12961296

1297-
"@eslint/eslintrc@^1.2.3":
1298-
version "1.2.3"
1299-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.3.tgz#fcaa2bcef39e13d6e9e7f6271f4cc7cae1174886"
1300-
integrity sha512-uGo44hIwoLGNyduRpjdEpovcbMdd+Nv7amtmJxnKmI8xj6yd5LncmSwDa5NgX/41lIFJtkjD6YdVfgEzPfJ5UA==
1297+
"@eslint/eslintrc@^1.3.0":
1298+
version "1.3.0"
1299+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
1300+
integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==
13011301
dependencies:
13021302
ajv "^6.12.4"
13031303
debug "^4.3.2"
13041304
espree "^9.3.2"
1305-
globals "^13.9.0"
1305+
globals "^13.15.0"
13061306
ignore "^5.2.0"
13071307
import-fresh "^3.2.1"
13081308
js-yaml "^4.1.0"
@@ -5260,12 +5260,12 @@ eslint-visitor-keys@^3.3.0:
52605260
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
52615261
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
52625262

5263-
eslint@^8.15.0:
5264-
version "8.15.0"
5265-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.15.0.tgz#fea1d55a7062da48d82600d2e0974c55612a11e9"
5266-
integrity sha512-GG5USZ1jhCu8HJkzGgeK8/+RGnHaNYZGrGDzUtigK3BsGESW/rs2az23XqE0WVwDxy1VRvvjSSGu5nB0Bu+6SA==
5263+
eslint@^8.16.0:
5264+
version "8.16.0"
5265+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.16.0.tgz#6d936e2d524599f2a86c708483b4c372c5d3bbae"
5266+
integrity sha512-MBndsoXY/PeVTDJeWsYj7kLZ5hQpJOfMYLsF6LicLHQWbRDG19lK5jOix4DPl8yY4SUFcE3txy86OzFLWT+yoA==
52675267
dependencies:
5268-
"@eslint/eslintrc" "^1.2.3"
5268+
"@eslint/eslintrc" "^1.3.0"
52695269
"@humanwhocodes/config-array" "^0.9.2"
52705270
ajv "^6.10.0"
52715271
chalk "^4.0.0"
@@ -5283,7 +5283,7 @@ eslint@^8.15.0:
52835283
file-entry-cache "^6.0.1"
52845284
functional-red-black-tree "^1.0.1"
52855285
glob-parent "^6.0.1"
5286-
globals "^13.6.0"
5286+
globals "^13.15.0"
52875287
ignore "^5.2.0"
52885288
import-fresh "^3.0.0"
52895289
imurmurhash "^0.1.4"
@@ -6001,10 +6001,10 @@ globals@^11.1.0, globals@^11.12.0:
60016001
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
60026002
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
60036003

6004-
globals@^13.6.0, globals@^13.9.0:
6005-
version "13.9.0"
6006-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.9.0.tgz#4bf2bf635b334a173fb1daf7c5e6b218ecdc06cb"
6007-
integrity sha512-74/FduwI/JaIrr1H8e71UbDE+5x7pIPs1C2rrwC52SszOo043CsWOZEMW7o2Y58xwm9b+0RBKDxY5n2sUpEFxA==
6004+
globals@^13.15.0:
6005+
version "13.15.0"
6006+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.15.0.tgz#38113218c907d2f7e98658af246cef8b77e90bac"
6007+
integrity sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==
60086008
dependencies:
60096009
type-fest "^0.20.2"
60106010

0 commit comments

Comments
 (0)