Skip to content

Commit b54b327

Browse files
Bump eslint from 8.23.0 to 8.23.1 (#705)
Bumps [eslint](https://github.com/eslint/eslint) from 8.23.0 to 8.23.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.23.0...v8.23.1) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bae3aa6 commit b54b327

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@
540540
"@typescript-eslint/eslint-plugin": "^5.37.0",
541541
"@typescript-eslint/parser": "^5.36.2",
542542
"@vscode/test-electron": "^2.1.5",
543-
"eslint": "^8.23.0",
543+
"eslint": "^8.23.1",
544544
"glob": "^8.0.3",
545545
"husky": "^8.0.1",
546546
"mocha": "^10.0.0",

yarn.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
2929
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
3030

31-
"@eslint/eslintrc@^1.3.1":
32-
version "1.3.1"
33-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.1.tgz#de0807bfeffc37b964a7d0400e0c348ce5a2543d"
34-
integrity sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ==
31+
"@eslint/eslintrc@^1.3.2":
32+
version "1.3.2"
33+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.2.tgz#58b69582f3b7271d8fa67fe5251767a5b38ea356"
34+
integrity sha512-AXYd23w1S/bv3fTs3Lz0vjiYemS08jWkI3hYyS9I1ry+0f+Yjs1wm+sU0BS8qDOPrBIkp4qHYC16I8uVtpLajQ==
3535
dependencies:
3636
ajv "^6.12.4"
3737
debug "^4.3.2"
@@ -1091,12 +1091,12 @@ eslint-visitor-keys@^3.3.0:
10911091
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
10921092
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
10931093

1094-
eslint@^8.23.0:
1095-
version "8.23.0"
1096-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.0.tgz#a184918d288820179c6041bb3ddcc99ce6eea040"
1097-
integrity sha512-pBG/XOn0MsJcKcTRLr27S5HpzQo4kLr+HjLQIyK4EiCsijDl/TB+h5uEuJU6bQ8Edvwz1XWOjpaP2qgnXGpTcA==
1094+
eslint@^8.23.1:
1095+
version "8.23.1"
1096+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.1.tgz#cfd7b3f7fdd07db8d16b4ac0516a29c8d8dca5dc"
1097+
integrity sha512-w7C1IXCc6fNqjpuYd0yPlcTKKmHlHHktRkzmBPZ+7cvNBQuiNjx0xaMTjAJGCafJhQkrFJooREv0CtrVzmHwqg==
10981098
dependencies:
1099-
"@eslint/eslintrc" "^1.3.1"
1099+
"@eslint/eslintrc" "^1.3.2"
11001100
"@humanwhocodes/config-array" "^0.10.4"
11011101
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
11021102
"@humanwhocodes/module-importer" "^1.0.1"
@@ -1115,7 +1115,6 @@ eslint@^8.23.0:
11151115
fast-deep-equal "^3.1.3"
11161116
file-entry-cache "^6.0.1"
11171117
find-up "^5.0.0"
1118-
functional-red-black-tree "^1.0.1"
11191118
glob-parent "^6.0.1"
11201119
globals "^13.15.0"
11211120
globby "^11.1.0"
@@ -1124,6 +1123,7 @@ eslint@^8.23.0:
11241123
import-fresh "^3.0.0"
11251124
imurmurhash "^0.1.4"
11261125
is-glob "^4.0.0"
1126+
js-sdsl "^4.1.4"
11271127
js-yaml "^4.1.0"
11281128
json-stable-stringify-without-jsonify "^1.0.1"
11291129
levn "^0.4.1"
@@ -1600,6 +1600,11 @@ jest-worker@^27.4.5:
16001600
merge-stream "^2.0.0"
16011601
supports-color "^8.0.0"
16021602

1603+
js-sdsl@^4.1.4:
1604+
version "4.1.4"
1605+
resolved "https://registry.yarnpkg.com/js-sdsl/-/js-sdsl-4.1.4.tgz#78793c90f80e8430b7d8dc94515b6c77d98a26a6"
1606+
integrity sha512-Y2/yD55y5jteOAmY50JbUZYwk3CP3wnLPEZnlR1w9oKhITrBEtAxwuWKebFf8hMrPMgbYwFoWK/lH2sBkErELw==
1607+
16031608
js-tokens@^4.0.0:
16041609
version "4.0.0"
16051610
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"

0 commit comments

Comments
 (0)