Skip to content

Commit 1fdc621

Browse files
renovate-botnodebb-misty
authored andcommitted
chore(deps): update dependency eslint to v8.16.0
1 parent 3b14822 commit 1fdc621

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@commitlint/cli": "17.0.0",
5151
"@commitlint/config-angular": "17.0.0",
52-
"eslint": "8.15.0",
52+
"eslint": "8.16.0",
5353
"eslint-config-airbnb-base": "15.0.0",
5454
"eslint-plugin-import": "2.26.0",
5555
"husky": "8.0.1",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -192,15 +192,15 @@
192192
dependencies:
193193
"@cspotcode/source-map-consumer" "0.8.0"
194194

195-
"@eslint/eslintrc@^1.2.3":
196-
version "1.2.3"
197-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.3.tgz#fcaa2bcef39e13d6e9e7f6271f4cc7cae1174886"
198-
integrity sha512-uGo44hIwoLGNyduRpjdEpovcbMdd+Nv7amtmJxnKmI8xj6yd5LncmSwDa5NgX/41lIFJtkjD6YdVfgEzPfJ5UA==
195+
"@eslint/eslintrc@^1.3.0":
196+
version "1.3.0"
197+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
198+
integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==
199199
dependencies:
200200
ajv "^6.12.4"
201201
debug "^4.3.2"
202202
espree "^9.3.2"
203-
globals "^13.9.0"
203+
globals "^13.15.0"
204204
ignore "^5.2.0"
205205
import-fresh "^3.2.1"
206206
js-yaml "^4.1.0"
@@ -950,12 +950,12 @@ eslint-visitor-keys@^3.3.0:
950950
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
951951
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
952952

953-
eslint@8.15.0:
954-
version "8.15.0"
955-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.15.0.tgz#fea1d55a7062da48d82600d2e0974c55612a11e9"
956-
integrity sha512-GG5USZ1jhCu8HJkzGgeK8/+RGnHaNYZGrGDzUtigK3BsGESW/rs2az23XqE0WVwDxy1VRvvjSSGu5nB0Bu+6SA==
953+
eslint@8.16.0:
954+
version "8.16.0"
955+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.16.0.tgz#6d936e2d524599f2a86c708483b4c372c5d3bbae"
956+
integrity sha512-MBndsoXY/PeVTDJeWsYj7kLZ5hQpJOfMYLsF6LicLHQWbRDG19lK5jOix4DPl8yY4SUFcE3txy86OzFLWT+yoA==
957957
dependencies:
958-
"@eslint/eslintrc" "^1.2.3"
958+
"@eslint/eslintrc" "^1.3.0"
959959
"@humanwhocodes/config-array" "^0.9.2"
960960
ajv "^6.10.0"
961961
chalk "^4.0.0"
@@ -973,7 +973,7 @@ eslint@8.15.0:
973973
file-entry-cache "^6.0.1"
974974
functional-red-black-tree "^1.0.1"
975975
glob-parent "^6.0.1"
976-
globals "^13.6.0"
976+
globals "^13.15.0"
977977
ignore "^5.2.0"
978978
import-fresh "^3.0.0"
979979
imurmurhash "^0.1.4"
@@ -1256,10 +1256,10 @@ global-dirs@^0.1.1:
12561256
dependencies:
12571257
ini "^1.3.4"
12581258

1259-
globals@^13.6.0, globals@^13.9.0:
1260-
version "13.12.0"
1261-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.12.0.tgz#4d733760304230a0082ed96e21e5c565f898089e"
1262-
integrity sha512-uS8X6lSKN2JumVoXrbUz+uG4BYG+eiawqm3qFcT7ammfbUHeCBoJMlHcec/S3krSk73/AE/f0szYFmgAA3kYZg==
1259+
globals@^13.15.0:
1260+
version "13.15.0"
1261+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.15.0.tgz#38113218c907d2f7e98658af246cef8b77e90bac"
1262+
integrity sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==
12631263
dependencies:
12641264
type-fest "^0.20.2"
12651265

0 commit comments

Comments
 (0)