Skip to content

Commit

Permalink
fix: Update CSpell to (7.3.6) (main) (#1377)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent a3eaabc commit 85b43c4
Show file tree
Hide file tree
Showing 5 changed files with 128 additions and 121 deletions.
4 changes: 2 additions & 2 deletions action-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@octokit/core": "^4.2.4",
"@octokit/plugin-rest-endpoint-methods": "7.1.3",
"@octokit/rest": "^19.0.13",
"cspell": "^7.3.5",
"cspell-glob": "^7.3.5",
"cspell": "^7.3.6",
"cspell-glob": "^7.3.6",
"esbuild": "^0.19.2",
"vscode-uri": "^3.0.7"
}
Expand Down
22 changes: 11 additions & 11 deletions action/lib/main_root.js
Original file line number Diff line number Diff line change
Expand Up @@ -30120,7 +30120,7 @@ var require_package = __commonJS({
"node_modules/cspell/package.json"(exports, module2) {
module2.exports = {
name: "cspell",
version: "7.3.5",
version: "7.3.6",
description: "A Spelling Checker for Code!",
funding: "https://github.com/streetsidesoftware/cspell?sponsor=1",
bin: {
Expand Down Expand Up @@ -30200,20 +30200,20 @@ var require_package = __commonJS({
},
homepage: "https://streetsidesoftware.github.io/cspell/",
dependencies: {
"@cspell/cspell-json-reporter": "7.3.5",
"@cspell/cspell-pipe": "7.3.5",
"@cspell/cspell-types": "7.3.5",
"@cspell/dynamic-import": "7.3.5",
"@cspell/cspell-json-reporter": "7.3.6",
"@cspell/cspell-pipe": "7.3.6",
"@cspell/cspell-types": "7.3.6",
"@cspell/dynamic-import": "7.3.6",
chalk: "^5.3.0",
"chalk-template": "^1.1.0",
commander: "^11.0.0",
"cspell-gitignore": "7.3.5",
"cspell-glob": "7.3.5",
"cspell-io": "7.3.5",
"cspell-lib": "7.3.5",
"cspell-gitignore": "7.3.6",
"cspell-glob": "7.3.6",
"cspell-io": "7.3.6",
"cspell-lib": "7.3.6",
"fast-glob": "^3.3.1",
"fast-json-stable-stringify": "^2.1.0",
"file-entry-cache": "^6.0.1",
"file-entry-cache": "^7.0.0",
"get-stdin": "^9.0.0",
semver: "^7.5.4",
"strip-ansi": "^7.1.0",
Expand All @@ -30230,7 +30230,7 @@ var require_package = __commonJS({
micromatch: "^4.0.5",
minimatch: "^9.0.3"
},
gitHead: "23fb2fbae335526185ab53a22e0cac0f3e8f1a25"
gitHead: "64ab7715f3f6566c1917084557f2ee415798c6f0"
};
}
});
Expand Down
8 changes: 4 additions & 4 deletions action/node_modules/@cspell/cspell-bundled-dicts/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
]
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^7.3.5"
"@cspell/cspell-bundled-dicts": "^7.3.6"
}
}
213 changes: 110 additions & 103 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,10 @@
"@babel/helper-validator-identifier" "^7.22.15"
to-fast-properties "^2.0.0"

"@cspell/cspell-bundled-dicts@7.3.5", "@cspell/cspell-bundled-dicts@^7.3.5":
version "7.3.5"
resolved "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-7.3.5.tgz#bbc33b8a33e64a2c75c4ae067009dedf85f0813e"
integrity sha512-Iz1XdWEaCQsUdlqDVfHVQV/2okkqctXIHNhE97IFVGC7lBwUIwpDMTd/jBnOhazN8+4TPPo30Qi2M+ZAFzXJxQ==
"@cspell/cspell-bundled-dicts@7.3.6", "@cspell/cspell-bundled-dicts@^7.3.6":
version "7.3.6"
resolved "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-7.3.6.tgz#243b6803a563debfc52e265ac559f782946be0aa"
integrity sha512-9T0fFdHbKJXAQgQjLJ9SjtlHvKceKE2Vpa2sdnIXz3K1/coLLF04wHM/wzEPe2VXjYZjbjBatBRfTGjzRGJlbw==
dependencies:
"@cspell/dict-ada" "^4.0.2"
"@cspell/dict-aws" "^4.0.0"
Expand Down Expand Up @@ -272,34 +272,34 @@
"@cspell/dict-typescript" "^3.1.1"
"@cspell/dict-vue" "^3.0.0"

"@cspell/cspell-json-reporter@7.3.5":
version "7.3.5"
resolved "https://registry.npmjs.org/@cspell/cspell-json-reporter/-/cspell-json-reporter-7.3.5.tgz#02360c85485dfc2af79abfce68cc860ab76176c4"
integrity sha512-VDDKwyFPOBaa36+f8utOFEMsGW8D66bQG3etB/DEir5BdhRcDrxXmCzkztv1x2nn6vayxE6gGY52ImjuxjJ9rQ==
"@cspell/cspell-json-reporter@7.3.6":
version "7.3.6"
resolved "https://registry.npmjs.org/@cspell/cspell-json-reporter/-/cspell-json-reporter-7.3.6.tgz#acf4dd67891f519e6bcd858f0e01a926663141c7"
integrity sha512-Op0pSKiImhqXHtQGMVCfx+Fc5tFCGeZwww+fFVQnnPwbU/JkhqbW8ZcYgyPF2KK18lzB8bDOHaltKcePkz13OA==
dependencies:
"@cspell/cspell-types" "7.3.5"
"@cspell/cspell-types" "7.3.6"

"@cspell/cspell-pipe@7.3.5":
version "7.3.5"
resolved "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-7.3.5.tgz#d61ea94a0febc8dba86c5335087c848a48d33d51"
integrity sha512-QC6wtMAmpXUdFj1GvHD4+blOQkEGBmKnF0mPtOq6dh5wIZiQsNw7iAOQlBL+uAO3sG+kPQzjNFRCUch8n6CI9A==
"@cspell/cspell-pipe@7.3.6":
version "7.3.6"
resolved "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-7.3.6.tgz#228a01be64c415ffd0f843c0792262239e604728"
integrity sha512-tvNgi31f/p8M108YlDhkC8nqLJBpD1mvVqYNxL+kB/aQtkaw0AHKDsuRhg0rU6xL5MAEnoi3fXgT1HoADhJpbA==

"@cspell/cspell-resolver@7.3.5":
version "7.3.5"
resolved "https://registry.npmjs.org/@cspell/cspell-resolver/-/cspell-resolver-7.3.5.tgz#fb3d363219832e863ba7458a307f1159025759cc"
integrity sha512-8hLcTEPcTt9K/zcIZINLmtwanc3i2eZhM4Qxctajaz8m0/8suBjQHRjwLwC2nlFbDHXmm644RcPYEY3pgqB0/w==
"@cspell/cspell-resolver@7.3.6":
version "7.3.6"
resolved "https://registry.npmjs.org/@cspell/cspell-resolver/-/cspell-resolver-7.3.6.tgz#234e2b9be224ae478eed6a70098b080add2be445"
integrity sha512-rFmeqhRFfmlq4oh9tYQIIVZ9aWlP88cU48oCBjvwxjj+GambrD/qobWiW9VYl/CQBPVq4S39cTirf5RXbBHMJA==
dependencies:
global-dirs "^3.0.1"

"@cspell/cspell-service-bus@7.3.5":
version "7.3.5"
resolved "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-7.3.5.tgz#ca824612cd8fcccc11acf893d25df48e5030667b"
integrity sha512-YJcVlHEQZNe0juM37S/ZedWnl6mAnF4D86BFLXBEDA3XKON7bF13FQvBqYuduiDS5VpQ47fNDuKfACHPJBshKA==
"@cspell/cspell-service-bus@7.3.6":
version "7.3.6"
resolved "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-7.3.6.tgz#b5f73ccedda11e072d87259f14c62d91380d632f"
integrity sha512-jRXII9ceuostAqr/eft9RJR44TMzivuUkufhNZG4657alfhjHQBv/gME4QeFt/jOQqsDi/ifDhw5+r8ew/LsJA==

"@cspell/cspell-types@7.3.5":
version "7.3.5"
resolved "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-7.3.5.tgz#525b191af4051852b7cf1ce8ad78909a49c3eed6"
integrity sha512-KXoe6pJQKSqXTp0JEdFBh2NHtwzXBu68AULyQfGbDiBf8kbT8XaeboPObt0DOpJMeEIgDgzE3uK7kVwhgBdsEw==
"@cspell/cspell-types@7.3.6":
version "7.3.6"
resolved "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-7.3.6.tgz#d399741fdf510e9b0afb57bf8a19c7b16ae56898"
integrity sha512-JnuIMJasZtJpZm0+hzr3emkRJ0PP6QWc9zgd3fx4U8W0lHGZ3Zil5peg67SnjmdTVm4UE63UviAl1y6DyD4kLg==

"@cspell/dict-ada@^4.0.2":
version "4.0.2"
Expand Down Expand Up @@ -543,17 +543,17 @@
resolved "https://registry.npmjs.org/@cspell/dict-vue/-/dict-vue-3.0.0.tgz#68ccb432ad93fcb0fd665352d075ae9a64ea9250"
integrity sha512-niiEMPWPV9IeRBRzZ0TBZmNnkK3olkOPYxC1Ny2AX4TGlYRajcW0WUtoSHmvvjZNfWLSg2L6ruiBeuPSbjnG6A==

"@cspell/dynamic-import@7.3.5":
version "7.3.5"
resolved "https://registry.npmjs.org/@cspell/dynamic-import/-/dynamic-import-7.3.5.tgz#63f4e4bd513d6baf169b0a55bc913eaf2adddfee"
integrity sha512-eoTny1xV4vGlVWNl9HTiMcZtcZ2f+esNJ3XxytyZoFsQynlevut5U8X1B5SeEVoed5UmXMhYnqM92Qr2t/8tZQ==
"@cspell/dynamic-import@7.3.6":
version "7.3.6"
resolved "https://registry.npmjs.org/@cspell/dynamic-import/-/dynamic-import-7.3.6.tgz#9fc0950c59ec0a208172bb5135c28745c2b940f8"
integrity sha512-NLWawhLkfTSkf36UwYJrRyMh3snXOHhuRFO7eVanPqE7oeU+1+OF/C467sYdiJGZnrCL3ojIr399JTVMz148Iw==
dependencies:
import-meta-resolve "^3.0.0"

"@cspell/strong-weak-map@7.3.5":
version "7.3.5"
resolved "https://registry.npmjs.org/@cspell/strong-weak-map/-/strong-weak-map-7.3.5.tgz#3b8c5fb1b18391945587538e628e1179097af59f"
integrity sha512-Wu9S+DbaYb5L9A28oBmBOJN0j14Y+umh70kGfUJ1zWdvqfk/33YLGKdDIbTt5GhjLP4O9cmU+RXk5S9x1lJg8A==
"@cspell/strong-weak-map@7.3.6":
version "7.3.6"
resolved "https://registry.npmjs.org/@cspell/strong-weak-map/-/strong-weak-map-7.3.6.tgz#9f25b5118687257b3ab0195b42a320a672f6b6f6"
integrity sha512-PoVFTvY8CGhc+7W3uvyPUWIBakc+ga9X5QpSkFI/HQghmaGDDaaQBfbuv/LsS7T9bkEoWz4jLtJoNBas870gZA==

"@esbuild/android-arm64@0.18.20":
version "0.18.20"
Expand Down Expand Up @@ -1744,104 +1744,104 @@ crypto-random-string@^4.0.0:
dependencies:
type-fest "^1.0.1"

cspell-dictionary@7.3.5:
version "7.3.5"
resolved "https://registry.npmjs.org/cspell-dictionary/-/cspell-dictionary-7.3.5.tgz#31eed9f9ad0d59ab445c964945d6d9961fb83fb1"
integrity sha512-D+402fX5CAahY/R8pkE8ZlhGe8nWIYNaIcAQmu2OmebHQqnlNl25picISLtvbYxot7QNrpOQqKcqPlY7jirpxw==
cspell-dictionary@7.3.6:
version "7.3.6"
resolved "https://registry.npmjs.org/cspell-dictionary/-/cspell-dictionary-7.3.6.tgz#e7d0455926c81301b47d94d6ba7181aee1df4ad7"
integrity sha512-8E0qsGTP7uHZeQ0qD6au+bjaj4M9F4AgurssG3VQuvsYpzEI6S/81U3GQVzcn/4mn7Z5KE286CElZQWAiQPLQA==
dependencies:
"@cspell/cspell-pipe" "7.3.5"
"@cspell/cspell-types" "7.3.5"
cspell-trie-lib "7.3.5"
"@cspell/cspell-pipe" "7.3.6"
"@cspell/cspell-types" "7.3.6"
cspell-trie-lib "7.3.6"
fast-equals "^4.0.3"
gensequence "^5.0.2"
gensequence "^6.0.0"

cspell-gitignore@7.3.5:
version "7.3.5"
resolved "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-7.3.5.tgz#b9210d8e199c3cbf2a237fe74922527ae0138239"
integrity sha512-V5My7JMm4jWcFnLDmJ1RCnIvHHgkclCDG6zCzIN4rdYvk2A1ODqKE6e5yaCN8DyqQcVsJ4sBQfvptpmAflAjIw==
cspell-gitignore@7.3.6:
version "7.3.6"
resolved "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-7.3.6.tgz#2e63ee94af8260632fb32f360a38695239e9caa4"
integrity sha512-D/oWUoeW3kgKIIpLpJCJk4KmtxPdb6yqkMX8Ze4rzMXAUjHkw6PPjMd8hcJl7uTJa4T8vHM+UR6L4t3huDuVoA==
dependencies:
cspell-glob "7.3.5"
cspell-glob "7.3.6"
find-up "^5.0.0"

cspell-glob@7.3.5, cspell-glob@^7.3.5:
version "7.3.5"
resolved "https://registry.npmjs.org/cspell-glob/-/cspell-glob-7.3.5.tgz#9abba70235d02bab19596fa6eeb71d0f5741775d"
integrity sha512-ezM11DTv3HTGat6g9/fZMMS+Ufhr7+9QKptlGl8D4DBGtOGJ4Apg8qfIGaoMa261nXyVjxn87/I5yi1DrnuJ0w==
cspell-glob@7.3.6, cspell-glob@^7.3.6:
version "7.3.6"
resolved "https://registry.npmjs.org/cspell-glob/-/cspell-glob-7.3.6.tgz#1ee6a6dd5b1ec17e0089470b90fd7f5c8fe12e8a"
integrity sha512-xfVmqkkg/Pznij3VJCLbUvEKWqs/+AyyHIXo9s1j/d4M0Nw/O4HJFoHwNiMoAk6aceMTgjjVIneGmSZsHVGYZg==
dependencies:
micromatch "^4.0.5"

cspell-grammar@7.3.5:
version "7.3.5"
resolved "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-7.3.5.tgz#08d1e8d3c1d95e4a885ef36a70c7454facff7586"
integrity sha512-MaIvNczGKzjbrtslAXwKl6cXX1074eSx+UnSOsTYfZgMQMfmN1e3uW2EhAasKz3Q8j/HFuOAXFxu3FMJOXRtug==
cspell-grammar@7.3.6:
version "7.3.6"
resolved "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-7.3.6.tgz#8743212badfda8c7cda209bd8b22c4909cfb5986"
integrity sha512-04kvcptwvJBSMfcOTbanEFa194Xkpkjo4wkTImO26Zzu06tGawbL4FPPQdGygMz7yTdc6Wlrlks5TNChWlcn+Q==
dependencies:
"@cspell/cspell-pipe" "7.3.5"
"@cspell/cspell-types" "7.3.5"
"@cspell/cspell-pipe" "7.3.6"
"@cspell/cspell-types" "7.3.6"

cspell-io@7.3.5:
version "7.3.5"
resolved "https://registry.npmjs.org/cspell-io/-/cspell-io-7.3.5.tgz#5fc079f772a5c2e7206b04257f62deb5c45ce863"
integrity sha512-h1YsSzhMkiqP2ZdDI0PGwy7Qgd2bFvCQbgtsU5PqLTOBxNc+HE3kKj58umSw9rf8wObAx69gt+p+a1Fa/Ol6Yw==
cspell-io@7.3.6:
version "7.3.6"
resolved "https://registry.npmjs.org/cspell-io/-/cspell-io-7.3.6.tgz#d2821089bff5d4bca3a2aa400d5c182550ec893f"
integrity sha512-FzynVc3OE9rS4t0cxTCVD9VFwOAnhvhV/WBWMrMUtvi8DVnRu7of/1ZJsC+XDtij+G1Kd6EOrzSnTj5gn9aQaQ==
dependencies:
"@cspell/cspell-service-bus" "7.3.5"
"@cspell/cspell-service-bus" "7.3.6"
node-fetch "^2.7.0"

cspell-lib@7.3.5:
version "7.3.5"
resolved "https://registry.npmjs.org/cspell-lib/-/cspell-lib-7.3.5.tgz#64996be0c8297b6c5727e4b78c8e2c4bc80cbfd6"
integrity sha512-3foZs/gZCxBIc3grMp/OWstgmB3q6sRHLt958vvNnArnJ9a8Yd+WP/NCezJNf8l3iGDjLt6x/KfDY9ZEoHbk4g==
dependencies:
"@cspell/cspell-bundled-dicts" "7.3.5"
"@cspell/cspell-pipe" "7.3.5"
"@cspell/cspell-resolver" "7.3.5"
"@cspell/cspell-types" "7.3.5"
"@cspell/dynamic-import" "7.3.5"
"@cspell/strong-weak-map" "7.3.5"
cspell-lib@7.3.6:
version "7.3.6"
resolved "https://registry.npmjs.org/cspell-lib/-/cspell-lib-7.3.6.tgz#9d1f0b3fccb24665dbcbe08db6818c98e8302ec4"
integrity sha512-ixPnudlaNh4UwFkHeKUXbBYB/wLHNv1Gf+zBGy4oz2Uu9ZZTVgczhE/t2pPTD6ZRcq4+YulGuqxYCS+3qqOQQQ==
dependencies:
"@cspell/cspell-bundled-dicts" "7.3.6"
"@cspell/cspell-pipe" "7.3.6"
"@cspell/cspell-resolver" "7.3.6"
"@cspell/cspell-types" "7.3.6"
"@cspell/dynamic-import" "7.3.6"
"@cspell/strong-weak-map" "7.3.6"
clear-module "^4.1.2"
comment-json "^4.2.3"
configstore "^6.0.0"
cosmiconfig "8.0.0"
cspell-dictionary "7.3.5"
cspell-glob "7.3.5"
cspell-grammar "7.3.5"
cspell-io "7.3.5"
cspell-trie-lib "7.3.5"
cspell-dictionary "7.3.6"
cspell-glob "7.3.6"
cspell-grammar "7.3.6"
cspell-io "7.3.6"
cspell-trie-lib "7.3.6"
fast-equals "^5.0.1"
find-up "^6.3.0"
gensequence "^5.0.2"
gensequence "^6.0.0"
import-fresh "^3.3.0"
resolve-from "^5.0.0"
vscode-languageserver-textdocument "^1.0.8"
vscode-uri "^3.0.7"

cspell-trie-lib@7.3.5:
version "7.3.5"
resolved "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-7.3.5.tgz#8f1d4550a6cf6f75e68f2756abf9b474981c6fcd"
integrity sha512-beEKTG2C1H0nbZLES+wIjpUhDxRYAQUdE5ERyVSJCLB7TKdYN4E6vmPzA5Z0Vh0DbMxTjRwlpWSLxLG8wQB2uw==
cspell-trie-lib@7.3.6:
version "7.3.6"
resolved "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-7.3.6.tgz#4b186b7da4630f96c13955cbb058867ddbf23507"
integrity sha512-75lSsKTdmFpewEl8Q+/WnSbpZ+JjoNnSDobNDcjZHTTnj/TlgCVxXASTaFLlXnqWU51QX+5798smnqpWBcJigg==
dependencies:
"@cspell/cspell-pipe" "7.3.5"
"@cspell/cspell-types" "7.3.5"
gensequence "^5.0.2"
"@cspell/cspell-pipe" "7.3.6"
"@cspell/cspell-types" "7.3.6"
gensequence "^6.0.0"

cspell@^7.3.5:
version "7.3.5"
resolved "https://registry.npmjs.org/cspell/-/cspell-7.3.5.tgz#cef8290097009f2b80627cf1c125ac8ff6dce6d0"
integrity sha512-5CcFqHpi5VoJUvdnmC1bhg2leHTaRlj+ARjt+c5clEgiK9FOv0StdlVKCY4V5R96JEBfnsc3SSaNnCu+6oWAVA==
cspell@^7.3.6:
version "7.3.6"
resolved "https://registry.npmjs.org/cspell/-/cspell-7.3.6.tgz#6b3a031da25e4b04daf46ce14a667060ea03dc7a"
integrity sha512-iN3D05nwCbS6MdignKwK97vQPX3yrT/Nsu3LhhFptU0O5PO4hvRzFuSzEq+AumMby4Tuf9HcGP5Ugvyi7Gb3gw==
dependencies:
"@cspell/cspell-json-reporter" "7.3.5"
"@cspell/cspell-pipe" "7.3.5"
"@cspell/cspell-types" "7.3.5"
"@cspell/dynamic-import" "7.3.5"
"@cspell/cspell-json-reporter" "7.3.6"
"@cspell/cspell-pipe" "7.3.6"
"@cspell/cspell-types" "7.3.6"
"@cspell/dynamic-import" "7.3.6"
chalk "^5.3.0"
chalk-template "^1.1.0"
commander "^11.0.0"
cspell-gitignore "7.3.5"
cspell-glob "7.3.5"
cspell-io "7.3.5"
cspell-lib "7.3.5"
cspell-gitignore "7.3.6"
cspell-glob "7.3.6"
cspell-io "7.3.6"
cspell-lib "7.3.6"
fast-glob "^3.3.1"
fast-json-stable-stringify "^2.1.0"
file-entry-cache "^6.0.1"
file-entry-cache "^7.0.0"
get-stdin "^9.0.0"
semver "^7.5.4"
strip-ansi "^7.1.0"
Expand Down Expand Up @@ -2219,6 +2219,13 @@ file-entry-cache@^6.0.1:
dependencies:
flat-cache "^3.0.4"

file-entry-cache@^7.0.0:
version "7.0.0"
resolved "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-7.0.0.tgz#5bb4aef4f0a7dd2ff95966c6d97256b61504bd0a"
integrity sha512-OWhoO9dvvwspdI7YjGrs5wD7bPggVHc5b1NFAdyd1fEPIeno3Fj70fjBhklAqzUefgX7KCNDBnvrT8rZhS8Shw==
dependencies:
flat-cache "^3.1.0"

fill-range@^7.0.1:
version "7.0.1"
resolved "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
Expand Down Expand Up @@ -2255,7 +2262,7 @@ find-up@^6.3.0:
locate-path "^7.1.0"
path-exists "^5.0.0"

flat-cache@^3.0.4:
flat-cache@^3.0.4, flat-cache@^3.1.0:
version "3.1.0"
resolved "https://registry.npmjs.org/flat-cache/-/flat-cache-3.1.0.tgz#0e54ab4a1a60fe87e2946b6b00657f1c99e1af3f"
integrity sha512-OHx4Qwrrt0E4jEIcI5/Xb+f+QmJYNj2rrK8wiIdQOIrB9WrrJL8cjZvXdXuBTkkEwEqLycb5BeZDV1o2i9bTew==
Expand Down Expand Up @@ -2303,10 +2310,10 @@ function-bind@^1.1.1:
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==

gensequence@^5.0.2:
version "5.0.2"
resolved "https://registry.npmjs.org/gensequence/-/gensequence-5.0.2.tgz#f065be2f9a5b2967b9cad7f33b2d79ce1f22dc82"
integrity sha512-JlKEZnFc6neaeSVlkzBGGgkIoIaSxMgvdamRoPN8r3ozm2r9dusqxeKqYQ7lhzmj2UhFQP8nkyfCaiLQxiLrDA==
gensequence@^6.0.0:
version "6.0.0"
resolved "https://registry.npmjs.org/gensequence/-/gensequence-6.0.0.tgz#ae46a0f89ebd7cc334e45cfb8f1c99a65248694e"
integrity sha512-8WwuywE9pokJRAcg2QFR/plk3cVPebSUqRPzpGQh3WQ0wIiHAw+HyOQj5IuHyUTQBHpBKFoB2JUMu9zT3vJ16Q==

gensync@^1.0.0-beta.2:
version "1.0.0-beta.2"
Expand Down

0 comments on commit 85b43c4

Please sign in to comment.