Skip to content

Commit 287e313

Browse files
chore(deps): update dependency @types/babel__core to ^7.1.12 (#27764)
Co-authored-by: Renovate Bot <[email protected]>
1 parent a2c49dd commit 287e313

File tree

2 files changed

+10
-72
lines changed

2 files changed

+10
-72
lines changed

packages/gatsby-plugin-image/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"devDependencies": {
4949
"@babel/cli": "^7.8.7",
5050
"@babel/core": "^7.8.7",
51-
"@types/babel__core": "^7.1.10",
51+
"@types/babel__core": "^7.1.12",
5252
"@types/babel__traverse": "^7.0.15",
5353
"@types/fs-extra": "^8.1.0",
5454
"@types/node": "^14.10.2",

yarn.lock

Lines changed: 9 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -3581,10 +3581,10 @@
35813581
resolved "https://registry.yarnpkg.com/@types/babel__code-frame/-/babel__code-frame-7.0.2.tgz#e0c0f1648cbc09a9d4e5b4ed2ae9a6f7c8f5aeb0"
35823582
integrity sha512-imO+jT/yjOKOAS5GQZ8SDtwiIloAGGr6OaZDKB0V5JVaSfGZLat5K5/ZRtyKW6R60XHV3RHYPTFfhYb+wDKyKg==
35833583

3584-
"@types/babel__core@^7.1.0", "@types/babel__core@^7.1.10":
3585-
version "7.1.10"
3586-
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.10.tgz#ca58fc195dd9734e77e57c6f2df565623636ab40"
3587-
integrity sha512-x8OM8XzITIMyiwl5Vmo2B1cR1S1Ipkyv4mdlbJjMa1lmuKvKY9FrBbEANIaMlnWn5Rf7uO+rC/VgYabNkE17Hw==
3584+
"@types/babel__core@^7.1.0", "@types/babel__core@^7.1.12":
3585+
version "7.1.12"
3586+
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.12.tgz#4d8e9e51eb265552a7e4f1ff2219ab6133bdfb2d"
3587+
integrity sha512-wMTHiiTiBAAPebqaPiPDLFA4LYPKr6Ph0Xq/6rq1Ur3v66HXyG+clfR9CNETkD7MQS8ZHvpQOtA53DLws5WAEQ==
35883588
dependencies:
35893589
"@babel/parser" "^7.1.0"
35903590
"@babel/types" "^7.0.0"
@@ -5400,11 +5400,6 @@ aws4@^1.8.0:
54005400
version "1.8.0"
54015401
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f"
54025402

5403-
axe-core@^3.5.4:
5404-
version "3.5.5"
5405-
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-3.5.5.tgz#84315073b53fa3c0c51676c588d59da09a192227"
5406-
integrity sha512-5P0QZ6J5xGikH780pghEdbEKijCTrruK9KxtPZCFWUpef0f6GipO+xEZ5GKCb020mmqgbiNO6TcA55CriL784Q==
5407-
54085403
axe-core@^4.0.2:
54095404
version "4.0.2"
54105405
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.0.2.tgz#c7cf7378378a51fcd272d3c09668002a4990b1cb"
@@ -5431,7 +5426,7 @@ axios@^0.21.0:
54315426
dependencies:
54325427
follow-redirects "^1.10.0"
54335428

5434-
axobject-query@^2.1.2, axobject-query@^2.2.0:
5429+
axobject-query@^2.2.0:
54355430
version "2.2.0"
54365431
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"
54375432
integrity sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==
@@ -9673,24 +9668,7 @@ eslint-plugin-import@^2.22.0, eslint-plugin-import@^2.22.1:
96739668
resolve "^1.17.0"
96749669
tsconfig-paths "^3.9.0"
96759670

9676-
eslint-plugin-jsx-a11y@^6.3.1:
9677-
version "6.3.1"
9678-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.3.1.tgz#99ef7e97f567cc6a5b8dd5ab95a94a67058a2660"
9679-
integrity sha512-i1S+P+c3HOlBJzMFORRbC58tHa65Kbo8b52/TwCwSKLohwvpfT5rm2GjGWzOHTEuq4xxf2aRlHHTtmExDQOP+g==
9680-
dependencies:
9681-
"@babel/runtime" "^7.10.2"
9682-
aria-query "^4.2.2"
9683-
array-includes "^3.1.1"
9684-
ast-types-flow "^0.0.7"
9685-
axe-core "^3.5.4"
9686-
axobject-query "^2.1.2"
9687-
damerau-levenshtein "^1.0.6"
9688-
emoji-regex "^9.0.0"
9689-
has "^1.0.3"
9690-
jsx-ast-utils "^2.4.1"
9691-
language-tags "^1.0.5"
9692-
9693-
eslint-plugin-jsx-a11y@^6.4.1:
9671+
eslint-plugin-jsx-a11y@^6.3.1, eslint-plugin-jsx-a11y@^6.4.1:
96949672
version "6.4.1"
96959673
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.4.1.tgz#a2d84caa49756942f42f1ffab9002436391718fd"
96969674
integrity sha512-0rGPJBbwHoGNPU73/QCLP/vveMlM1b1Z9PponxO87jfr6tuH5ligXbDT6nHSSzBC8ovX2Z+BQu7Bk5D/Xgq9zg==
@@ -9719,24 +9697,7 @@ eslint-plugin-react-hooks@^1.7.0:
97199697
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-1.7.0.tgz#6210b6d5a37205f0b92858f895a4e827020a7d04"
97209698
integrity sha512-iXTCFcOmlWvw4+TOE8CLWj6yX1GwzT0Y6cUfHHZqWnSk144VmVIRcVGtUAzrLES7C798lmvnt02C7rxaOX1HNA==
97219699

9722-
eslint-plugin-react@^7.20.6:
9723-
version "7.21.4"
9724-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.21.4.tgz#31060b2e5ff82b12e24a3cc33edb7d12f904775c"
9725-
integrity sha512-uHeQ8A0hg0ltNDXFu3qSfFqTNPXm1XithH6/SY318UX76CMj7Q599qWpgmMhVQyvhq36pm7qvoN3pb6/3jsTFg==
9726-
dependencies:
9727-
array-includes "^3.1.1"
9728-
array.prototype.flatmap "^1.2.3"
9729-
doctrine "^2.1.0"
9730-
has "^1.0.3"
9731-
jsx-ast-utils "^2.4.1 || ^3.0.0"
9732-
object.entries "^1.1.2"
9733-
object.fromentries "^2.0.2"
9734-
object.values "^1.1.1"
9735-
prop-types "^15.7.2"
9736-
resolve "^1.17.0"
9737-
string.prototype.matchall "^4.0.2"
9738-
9739-
eslint-plugin-react@^7.21.5:
9700+
eslint-plugin-react@^7.20.6, eslint-plugin-react@^7.21.5:
97409701
version "7.21.5"
97419702
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.21.5.tgz#50b21a412b9574bfe05b21db176e8b7b3b15bff3"
97429703
integrity sha512-8MaEggC2et0wSF6bUeywF7qQ46ER81irOdWS4QWxnnlAEsnzeBevk1sWh7fhpCghPpXb+8Ks7hvaft6L/xsR6g==
@@ -14882,23 +14843,7 @@ jsprim@^1.2.2:
1488214843
json-schema "0.2.3"
1488314844
verror "1.10.0"
1488414845

14885-
jsx-ast-utils@^2.4.1:
14886-
version "2.4.1"
14887-
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.4.1.tgz#1114a4c1209481db06c690c2b4f488cc665f657e"
14888-
integrity sha512-z1xSldJ6imESSzOjd3NNkieVJKRlKYSOtMG8SFyCj2FIrvSaSuli/WjpBkEzCBoR9bYYYFgqJw61Xhu7Lcgk+w==
14889-
dependencies:
14890-
array-includes "^3.1.1"
14891-
object.assign "^4.1.0"
14892-
14893-
"jsx-ast-utils@^2.4.1 || ^3.0.0":
14894-
version "3.0.0"
14895-
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.0.0.tgz#0f49d5093bafa4b45d3fe02147d8b40ffc6c7438"
14896-
integrity sha512-sPuicm6EPKYI/UnWpOatvg4pI50qaBo4dSOMGUPutmJ26ttedFKXr0It0XXPk4HKnQ/1X0st4eSS2w2jhFk9Ow==
14897-
dependencies:
14898-
array-includes "^3.1.1"
14899-
object.assign "^4.1.1"
14900-
14901-
jsx-ast-utils@^3.1.0:
14846+
"jsx-ast-utils@^2.4.1 || ^3.0.0", jsx-ast-utils@^3.1.0:
1490214847
version "3.1.0"
1490314848
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.1.0.tgz#642f1d7b88aa6d7eb9d8f2210e166478444fa891"
1490414849
integrity sha512-d4/UOjg+mxAWxCiF0c5UTSwyqbchkbqCvK87aBovhnh8GtysTjWmgC63tY0cJx/HzGgm9qnA147jVBdpOiQ2RA==
@@ -21695,14 +21640,7 @@ [email protected]:
2169521640
dependencies:
2169621641
path-parse "^1.0.6"
2169721642

21698-
resolve@^1.1.3, resolve@^1.1.5, resolve@^1.1.6, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.11.1, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.16.0, resolve@^1.17.0, resolve@^1.2.0, resolve@^1.3.2, resolve@^1.8.1:
21699-
version "1.17.0"
21700-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
21701-
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
21702-
dependencies:
21703-
path-parse "^1.0.6"
21704-
21705-
resolve@^1.18.1:
21643+
resolve@^1.1.3, resolve@^1.1.5, resolve@^1.1.6, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.11.1, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.16.0, resolve@^1.17.0, resolve@^1.18.1, resolve@^1.2.0, resolve@^1.3.2, resolve@^1.8.1:
2170621644
version "1.18.1"
2170721645
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.18.1.tgz#018fcb2c5b207d2a6424aee361c5a266da8f4130"
2170821646
integrity sha512-lDfCPaMKfOJXjy0dPayzPdF1phampNWr3qFCjAu+rw/qbQmr5jWH5xN2hwh9QKfw9E5v4hwV7A+jrCmL8yjjqA==

0 commit comments

Comments
 (0)