Skip to content

Commit f5fe778

Browse files
build(deps-dev): bump the dependencies group with 1 update (#6968)
Bumps the dependencies group with 1 update: [eslint](https://github.com/eslint/eslint). - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.44.0...v8.45.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aaffb79 commit f5fe778

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"directory-tree": "^3.5.1",
9090
"directory-tree-webpack-plugin": "^1.0.3",
9191
"duplexer": "^0.1.1",
92-
"eslint": "^8.44.0",
92+
"eslint": "^8.45.0",
9393
"eslint-config-prettier": "^8.8.0",
9494
"eslint-plugin-cypress": "^2.13.3",
9595
"eslint-plugin-mdx": "^2.1.0",

yarn.lock

+6-8
Original file line numberDiff line numberDiff line change
@@ -5245,10 +5245,10 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
52455245
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
52465246
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
52475247

5248-
eslint@^8.44.0:
5249-
version "8.44.0"
5250-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.44.0.tgz#51246e3889b259bbcd1d7d736a0c10add4f0e500"
5251-
integrity sha512-0wpHoUbDUHgNCyvFB5aXLiQVfK9B0at6gUvzy83k4kAsQ/u769TQDX6iKC+aO4upIHO9WSaA3QoXYQDHbNwf1A==
5248+
eslint@^8.45.0:
5249+
version "8.45.0"
5250+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.45.0.tgz#bab660f90d18e1364352c0a6b7c6db8edb458b78"
5251+
integrity sha512-pd8KSxiQpdYRfYa9Wufvdoct3ZPQQuVuU5O6scNgMuOMYuxvH0IGaYK0wUFjo4UYYQQCUndlXiMbnxopwvvTiw==
52525252
dependencies:
52535253
"@eslint-community/eslint-utils" "^4.2.0"
52545254
"@eslint-community/regexpp" "^4.4.0"
@@ -5275,7 +5275,6 @@ eslint@^8.44.0:
52755275
globals "^13.19.0"
52765276
graphemer "^1.4.0"
52775277
ignore "^5.2.0"
5278-
import-fresh "^3.0.0"
52795278
imurmurhash "^0.1.4"
52805279
is-glob "^4.0.0"
52815280
is-path-inside "^3.0.3"
@@ -5287,7 +5286,6 @@ eslint@^8.44.0:
52875286
natural-compare "^1.4.0"
52885287
optionator "^0.9.3"
52895288
strip-ansi "^6.0.1"
5290-
strip-json-comments "^3.1.0"
52915289
text-table "^0.2.0"
52925290

52935291
espree@^9.5.1, espree@^9.6.0:
@@ -6556,7 +6554,7 @@ immutable@^4.0.0:
65566554
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.0.0.tgz#b86f78de6adef3608395efb269a91462797e2c23"
65576555
integrity sha512-zIE9hX70qew5qTUjSS7wi1iwj/l7+m54KWU247nhM3v806UdGj1yDndXj+IOYxxtW9zyLI+xqFNZjTuDaLUqFw==
65586556

6559-
import-fresh@^3.0.0, import-fresh@^3.2.1:
6557+
import-fresh@^3.2.1:
65606558
version "3.2.2"
65616559
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.2.tgz#fc129c160c5d68235507f4331a6baad186bdbc3e"
65626560
integrity sha512-cTPNrlvJT6twpYy+YmKUKrTSjWFs3bjYjAhCwm+z4EOCubZxAuO+hHpRN64TqjEaYSHs7tJAE0w1CKMGmsG/lw==
@@ -11797,7 +11795,7 @@ strip-indent@^3.0.0:
1179711795
dependencies:
1179811796
min-indent "^1.0.0"
1179911797

11800-
strip-json-comments@^3.1.0, strip-json-comments@^3.1.1, strip-json-comments@~3.1.1:
11798+
strip-json-comments@^3.1.1, strip-json-comments@~3.1.1:
1180111799
version "3.1.1"
1180211800
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
1180311801
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==

0 commit comments

Comments
 (0)