Skip to content

Commit 94936fb

Browse files
chore(deps): update dependency eslint to ^7.18.0 (#29172)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 7e07e2b commit 94936fb

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

packages/create-gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"ansi-wordwrap": "^1.0.2",
2525
"common-tags": "^1.8.0",
2626
"enquirer": "^2.3.6",
27-
"eslint": "^7.17.0",
27+
"eslint": "^7.18.0",
2828
"execa": "^4.1.0",
2929
"fs-extra": "^9.0.1",
3030
"gatsby-plugin-utils": "^0.9.0-next.0",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1610,10 +1610,10 @@
16101610
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz#8eed982e2ee6f7f4e44c253e12962980791efd46"
16111611
integrity sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==
16121612

1613-
"@eslint/eslintrc@^0.2.2":
1614-
version "0.2.2"
1615-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.2.tgz#d01fc791e2fc33e88a29d6f3dc7e93d0cd784b76"
1616-
integrity sha512-EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ==
1613+
"@eslint/eslintrc@^0.3.0":
1614+
version "0.3.0"
1615+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.3.0.tgz#d736d6963d7003b6514e6324bec9c602ac340318"
1616+
integrity sha512-1JTKgrOKAHVivSvOYw+sJOunkBjUOvjqWk1DPja7ZFhIS2mX/4EgTT8M7eTK9jrKhL/FvXXEbQwIs3pg1xp3dg==
16171617
dependencies:
16181618
ajv "^6.12.4"
16191619
debug "^4.1.1"
@@ -1622,7 +1622,7 @@
16221622
ignore "^4.0.6"
16231623
import-fresh "^3.2.1"
16241624
js-yaml "^3.13.1"
1625-
lodash "^4.17.19"
1625+
lodash "^4.17.20"
16261626
minimatch "^3.0.4"
16271627
strip-json-comments "^3.1.1"
16281628

@@ -10356,13 +10356,13 @@ eslint@^6.8.0:
1035610356
text-table "^0.2.0"
1035710357
v8-compile-cache "^2.0.3"
1035810358

10359-
eslint@^7.17.0:
10360-
version "7.17.0"
10361-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.17.0.tgz#4ccda5bf12572ad3bf760e6f195886f50569adb0"
10362-
integrity sha512-zJk08MiBgwuGoxes5sSQhOtibZ75pz0J35XTRlZOk9xMffhpA9BTbQZxoXZzOl5zMbleShbGwtw+1kGferfFwQ==
10359+
eslint@^7.18.0:
10360+
version "7.18.0"
10361+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.18.0.tgz#7fdcd2f3715a41fe6295a16234bd69aed2c75e67"
10362+
integrity sha512-fbgTiE8BfUJZuBeq2Yi7J3RB3WGUQ9PNuNbmgi6jt9Iv8qrkxfy19Ds3OpL1Pm7zg3BtTVhvcUZbIRQ0wmSjAQ==
1036310363
dependencies:
1036410364
"@babel/code-frame" "^7.0.0"
10365-
"@eslint/eslintrc" "^0.2.2"
10365+
"@eslint/eslintrc" "^0.3.0"
1036610366
ajv "^6.10.0"
1036710367
chalk "^4.0.0"
1036810368
cross-spawn "^7.0.2"
@@ -10386,7 +10386,7 @@ eslint@^7.17.0:
1038610386
js-yaml "^3.13.1"
1038710387
json-stable-stringify-without-jsonify "^1.0.1"
1038810388
levn "^0.4.1"
10389-
lodash "^4.17.19"
10389+
lodash "^4.17.20"
1039010390
minimatch "^3.0.4"
1039110391
natural-compare "^1.4.0"
1039210392
optionator "^0.9.1"

0 commit comments

Comments
 (0)