Skip to content

Commit b32b809

Browse files
authored
Merge pull request #55 from Staffbase/dependabot/npm_and_yarn/eslint-8.23.1
Bump eslint from 8.23.0 to 8.23.1
2 parents a5f8390 + 16be60e commit b32b809

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

yarn.lock

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,10 +1133,10 @@
11331133
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
11341134
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
11351135

1136-
"@eslint/eslintrc@^1.3.1":
1137-
version "1.3.1"
1138-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.1.tgz#de0807bfeffc37b964a7d0400e0c348ce5a2543d"
1139-
integrity sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ==
1136+
"@eslint/eslintrc@^1.3.2":
1137+
version "1.3.2"
1138+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.2.tgz#58b69582f3b7271d8fa67fe5251767a5b38ea356"
1139+
integrity sha512-AXYd23w1S/bv3fTs3Lz0vjiYemS08jWkI3hYyS9I1ry+0f+Yjs1wm+sU0BS8qDOPrBIkp4qHYC16I8uVtpLajQ==
11401140
dependencies:
11411141
ajv "^6.12.4"
11421142
debug "^4.3.2"
@@ -2542,11 +2542,11 @@ eslint-visitor-keys@^3.3.0:
25422542
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
25432543

25442544
eslint@^8.21.0:
2545-
version "8.23.0"
2546-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.0.tgz#a184918d288820179c6041bb3ddcc99ce6eea040"
2547-
integrity sha512-pBG/XOn0MsJcKcTRLr27S5HpzQo4kLr+HjLQIyK4EiCsijDl/TB+h5uEuJU6bQ8Edvwz1XWOjpaP2qgnXGpTcA==
2545+
version "8.23.1"
2546+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.1.tgz#cfd7b3f7fdd07db8d16b4ac0516a29c8d8dca5dc"
2547+
integrity sha512-w7C1IXCc6fNqjpuYd0yPlcTKKmHlHHktRkzmBPZ+7cvNBQuiNjx0xaMTjAJGCafJhQkrFJooREv0CtrVzmHwqg==
25482548
dependencies:
2549-
"@eslint/eslintrc" "^1.3.1"
2549+
"@eslint/eslintrc" "^1.3.2"
25502550
"@humanwhocodes/config-array" "^0.10.4"
25512551
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
25522552
"@humanwhocodes/module-importer" "^1.0.1"
@@ -2565,7 +2565,6 @@ eslint@^8.21.0:
25652565
fast-deep-equal "^3.1.3"
25662566
file-entry-cache "^6.0.1"
25672567
find-up "^5.0.0"
2568-
functional-red-black-tree "^1.0.1"
25692568
glob-parent "^6.0.1"
25702569
globals "^13.15.0"
25712570
globby "^11.1.0"
@@ -2574,6 +2573,7 @@ eslint@^8.21.0:
25742573
import-fresh "^3.0.0"
25752574
imurmurhash "^0.1.4"
25762575
is-glob "^4.0.0"
2576+
js-sdsl "^4.1.4"
25772577
js-yaml "^4.1.0"
25782578
json-stable-stringify-without-jsonify "^1.0.1"
25792579
levn "^0.4.1"
@@ -3553,6 +3553,11 @@ jest@^29.0.1:
35533553
import-local "^3.0.2"
35543554
jest-cli "^29.0.1"
35553555

3556+
js-sdsl@^4.1.4:
3557+
version "4.1.4"
3558+
resolved "https://registry.yarnpkg.com/js-sdsl/-/js-sdsl-4.1.4.tgz#78793c90f80e8430b7d8dc94515b6c77d98a26a6"
3559+
integrity sha512-Y2/yD55y5jteOAmY50JbUZYwk3CP3wnLPEZnlR1w9oKhITrBEtAxwuWKebFf8hMrPMgbYwFoWK/lH2sBkErELw==
3560+
35563561
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
35573562
version "4.0.0"
35583563
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"

0 commit comments

Comments
 (0)