Skip to content

Commit 71807d4

Browse files
committed
Update dependency eslint to v8.45.0
1 parent 944f894 commit 71807d4

2 files changed

Lines changed: 7 additions & 9 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"babel-core": "6.26.3",
6464
"babel-preset-env": "1.7.0",
6565
"cpx": "1.5.0",
66-
"eslint": "8.44.0",
66+
"eslint": "8.45.0",
6767
"eslint-config-prettier": "8.8.0",
6868
"eslint-plugin-functional": "4.4.1",
6969
"expect.js": "0.3.1",

yarn.lock

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3100,10 +3100,10 @@ eslint-visitor-keys@^3.4.1:
31003100
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
31013101
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
31023102

3103-
eslint@8.44.0:
3104-
version "8.44.0"
3105-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.44.0.tgz#51246e3889b259bbcd1d7d736a0c10add4f0e500"
3106-
integrity sha512-0wpHoUbDUHgNCyvFB5aXLiQVfK9B0at6gUvzy83k4kAsQ/u769TQDX6iKC+aO4upIHO9WSaA3QoXYQDHbNwf1A==
3103+
eslint@8.45.0:
3104+
version "8.45.0"
3105+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.45.0.tgz#bab660f90d18e1364352c0a6b7c6db8edb458b78"
3106+
integrity sha512-pd8KSxiQpdYRfYa9Wufvdoct3ZPQQuVuU5O6scNgMuOMYuxvH0IGaYK0wUFjo4UYYQQCUndlXiMbnxopwvvTiw==
31073107
dependencies:
31083108
"@eslint-community/eslint-utils" "^4.2.0"
31093109
"@eslint-community/regexpp" "^4.4.0"
@@ -3130,7 +3130,6 @@ eslint@8.44.0:
31303130
globals "^13.19.0"
31313131
graphemer "^1.4.0"
31323132
ignore "^5.2.0"
3133-
import-fresh "^3.0.0"
31343133
imurmurhash "^0.1.4"
31353134
is-glob "^4.0.0"
31363135
is-path-inside "^3.0.3"
@@ -3142,7 +3141,6 @@ eslint@8.44.0:
31423141
natural-compare "^1.4.0"
31433142
optionator "^0.9.3"
31443143
strip-ansi "^6.0.1"
3145-
strip-json-comments "^3.1.0"
31463144
text-table "^0.2.0"
31473145

31483146
espree@^9.6.0:
@@ -3814,7 +3812,7 @@ ignore@^5.2.0:
38143812
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
38153813
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
38163814

3817-
import-fresh@^3.0.0, import-fresh@^3.2.1:
3815+
import-fresh@^3.2.1:
38183816
version "3.3.0"
38193817
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
38203818
integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==
@@ -6348,7 +6346,7 @@ strip-final-newline@^2.0.0:
63486346
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad"
63496347
integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==
63506348

6351-
strip-json-comments@3.1.1, strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
6349+
strip-json-comments@3.1.1, strip-json-comments@^3.1.1:
63526350
version "3.1.1"
63536351
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
63546352
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==

0 commit comments

Comments
 (0)