Skip to content

Commit

Permalink
chore(deps): update dependency @types/babel__traverse to ^7.11.0 (#28354
Browse files Browse the repository at this point in the history
)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jan 28, 2021
1 parent 63c1bdb commit d0d3836
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-image/package.json
Expand Up @@ -45,7 +45,7 @@
"@babel/core": "^7.12.3",
"@testing-library/react": "^11.2.2",
"@types/babel__core": "^7.1.12",
"@types/babel__traverse": "^7.0.15",
"@types/babel__traverse": "^7.11.0",
"@types/fs-extra": "^8.1.1",
"@types/node": "^14.10.2",
"@types/prop-types": "^15.7.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -3956,10 +3956,10 @@
"@babel/parser" "^7.1.0"
"@babel/types" "^7.0.0"

"@types/babel__traverse@*", "@types/babel__traverse@^7.0.15", "@types/babel__traverse@^7.0.6":
version "7.0.15"
resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.0.15.tgz#db9e4238931eb69ef8aab0ad6523d4d4caa39d03"
integrity sha512-Pzh9O3sTK8V6I1olsXpCfj2k/ygO2q1X0vhhnDrEQyYLHZesWz+zMZMVcwXLCYf0U36EtmyYaFGPfXlTtDHe3A==
"@types/babel__traverse@*", "@types/babel__traverse@^7.0.6", "@types/babel__traverse@^7.11.0":
version "7.11.0"
resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.11.0.tgz#b9a1efa635201ba9bc850323a8793ee2d36c04a0"
integrity sha512-kSjgDMZONiIfSH1Nxcr5JIRMwUetDki63FSQfpTCz8ogF3Ulqm8+mr5f78dUYs6vMiB6gBusQqfQmBvHZj/lwg==
dependencies:
"@babel/types" "^7.3.0"

Expand Down

0 comments on commit d0d3836

Please sign in to comment.