Skip to content

Commit

Permalink
fix(deps): update minor and patch for gatsby-plugin-guess-js
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 21, 2020
1 parent a77e1d8 commit 0dd4689
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 21 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-guess-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.12.5",
"guess-webpack": "^0.4.20"
"guess-webpack": "^0.4.22"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
Expand Down
26 changes: 6 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12440,10 +12440,10 @@ guess-ga@^0.4.20:
dependencies:
googleapis "^59.0.0"

guess-webpack@^0.4.20:
version "0.4.20"
resolved "https://registry.yarnpkg.com/guess-webpack/-/guess-webpack-0.4.20.tgz#f344396bbb6455e8d9e60285a91cab3d36af193e"
integrity sha512-v/SkoCu8UgVwiCMSLAhcjr43Oa6uzsy+nsWfT+iuQi+vbB+jiUGxgadQtapPqPSp3RsBxoW8QIzolEsLJHPhmw==
guess-webpack@^0.4.22:
version "0.4.22"
resolved "https://registry.yarnpkg.com/guess-webpack/-/guess-webpack-0.4.22.tgz#df7add92d3f783715d01ea0153459823e332b4f6"
integrity sha512-uo7nSNfcHafWgAM7eq73yif709fUWJ9bNJl4MIsjMNBfocmWADapeWMwjmBpExHpTeVcdpBnSF4yxlgvuVpOWg==
dependencies:
chalk "^2.4.2"
copy-webpack-plugin "^5.0.0"
Expand Down Expand Up @@ -14117,14 +14117,7 @@ is-redirect@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/is-redirect/-/is-redirect-1.0.0.tgz#1d03dded53bd8db0f30c26e4f95d36fc7c87dc24"

is-reference@^1.1.2:
version "1.1.3"
resolved "https://registry.yarnpkg.com/is-reference/-/is-reference-1.1.3.tgz#e99059204b66fdbe09305cfca715a29caa5c8a51"
integrity sha512-W1iHHv/oyBb2pPxkBxtaewxa1BC58Pn5J0hogyCdefwUIvb6R+TGbAcIa4qPNYLqLhb3EnOgUf2MQkkF76BcKw==
dependencies:
"@types/estree" "0.0.39"

is-reference@^1.2.1:
is-reference@^1.1.2, is-reference@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/is-reference/-/is-reference-1.2.1.tgz#8b2dac0b371f4bc994fdeaba9eb542d03002d0b7"
integrity sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==
Expand Down Expand Up @@ -22360,14 +22353,7 @@ rollup@^1, rollup@^1.32.1:
"@types/node" "*"
acorn "^7.1.0"

rollup@^2.0.0:
version "2.23.0"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.23.0.tgz#b7ab1fee0c0e60132fd0553c4df1e9cdacfada9d"
integrity sha512-vLNmZFUGVwrnqNAJ/BvuLk1MtWzu4IuoqsH9UWK5AIdO3rt8/CSiJNvPvCIvfzrbNsqKbNzPAG1V2O4eTe2XZg==
optionalDependencies:
fsevents "~2.1.2"

rollup@^2.34.2, "rollup@^2.34.2 ":
rollup@^2.0.0, rollup@^2.34.2, "rollup@^2.34.2 ":
version "2.34.2"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.34.2.tgz#fa73e05c64df587e9ed4dc80d7d4e7d4a43f8908"
integrity sha512-mvtQLqu3cNeoctS+kZ09iOPxrc1P1/Bt1z15enuQ5feyKOdM3MJAVFjjsygurDpSWn530xB4AlA83TWIzRstXA==
Expand Down

0 comments on commit 0dd4689

Please sign in to comment.