aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-02 18:54:34 +0000
committerGitHub <noreply@github.com>2022-03-02 18:54:34 +0000
commit4357067a3f782bed54ae3c7a1d723a7e18898dd8 (patch)
tree5a40c5053d3558985e0e29f4d90281ddf29b0ff7
parentBump @typescript-eslint/parser from 5.12.1 to 5.13.0 (#16) (diff)
downloadee4511w-web-4357067a3f782bed54ae3c7a1d723a7e18898dd8.tar
ee4511w-web-4357067a3f782bed54ae3c7a1d723a7e18898dd8.tar.gz
ee4511w-web-4357067a3f782bed54ae3c7a1d723a7e18898dd8.tar.bz2
ee4511w-web-4357067a3f782bed54ae3c7a1d723a7e18898dd8.tar.lz
ee4511w-web-4357067a3f782bed54ae3c7a1d723a7e18898dd8.tar.xz
ee4511w-web-4357067a3f782bed54ae3c7a1d723a7e18898dd8.tar.zst
ee4511w-web-4357067a3f782bed54ae3c7a1d723a7e18898dd8.zip
Bump eslint from 8.9.0 to 8.10.0 (#15)
Diffstat (limited to '')
-rw-r--r--package.json2
-rw-r--r--yarn.lock18
2 files changed, 10 insertions, 10 deletions
diff --git a/package.json b/package.json
index 16d8303..c9828d5 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
"@types/shell-quote": "^1.7.1",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.13.0",
- "eslint": "^8.9.0",
+ "eslint": "^8.10.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"install": "^0.13.0",
diff --git a/yarn.lock b/yarn.lock
index 9af7f99..6d1c30f 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -20,10 +20,10 @@
"@babel/helper-validator-identifier" "^7.15.7"
to-fast-properties "^2.0.0"
-"@eslint/eslintrc@^1.1.0":
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.1.0.tgz#583d12dbec5d4f22f333f9669f7d0b7c7815b4d3"
- integrity sha512-C1DfL7XX4nPqGd6jcP01W9pVM1HYCuUkFk1432D7F0v3JSlUIeOYn9oCoi3eoLZ+iwBSb29BMFxxny0YrrEZqg==
+"@eslint/eslintrc@^1.2.0":
+ version "1.2.0"
+ resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.0.tgz#7ce1547a5c46dfe56e1e45c3c9ed18038c721c6a"
+ integrity sha512-igm9SjJHNEJRiUnecP/1R5T3wKLEJ7pL6e2P+GUSfCd0dGjPYYZve08uzw8L2J8foVHFz+NGu12JxRcU2gGo6w==
dependencies:
ajv "^6.12.4"
debug "^4.3.2"
@@ -1070,12 +1070,12 @@ eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0:
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
-eslint@^8.9.0:
- version "8.9.0"
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.9.0.tgz#a2a8227a99599adc4342fd9b854cb8d8d6412fdb"
- integrity sha512-PB09IGwv4F4b0/atrbcMFboF/giawbBLVC7fyDamk5Wtey4Jh2K+rYaBhCAbUyEI4QzB1ly09Uglc9iCtFaG2Q==
+eslint@^8.10.0:
+ version "8.10.0"
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.10.0.tgz#931be395eb60f900c01658b278e05b6dae47199d"
+ integrity sha512-tcI1D9lfVec+R4LE1mNDnzoJ/f71Kl/9Cv4nG47jOueCMBrCCKYXr4AUVS7go6mWYGFD4+EoN6+eXSrEbRzXVw==
dependencies:
- "@eslint/eslintrc" "^1.1.0"
+ "@eslint/eslintrc" "^1.2.0"
"@humanwhocodes/config-array" "^0.9.2"
ajv "^6.10.0"
chalk "^4.0.0"