Skip to content

Commit d343ac9

Browse files
fix(deps): update minor and patch for gatsby-plugin-guess-js (#27121)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 817d062 commit d343ac9

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

packages/gatsby-plugin-guess-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"license": "MIT",
3030
"dependencies": {
3131
"@babel/runtime": "^7.11.2",
32-
"guess-webpack": "^0.4.19"
32+
"guess-webpack": "^0.4.20"
3333
},
3434
"devDependencies": {
3535
"@babel/cli": "^7.11.6",

yarn.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11418,7 +11418,7 @@ google-p12-pem@^3.0.0:
1141811418
dependencies:
1141911419
node-forge "^0.10.0"
1142011420

11421-
googleapis-common@^4.0.0:
11421+
googleapis-common@^4.4.0:
1142211422
version "4.4.0"
1142311423
resolved "https://registry.yarnpkg.com/googleapis-common/-/googleapis-common-4.4.0.tgz#b806e41c4e883f22b68769aafb3ed11802919091"
1142411424
integrity sha512-Bgrs8/1OZQFFIfVuX38L9t48rPAkVUXttZy6NzhhXxFOEMSHgfFIjxou7RIXOkBHxmx2pVwct9WjKkbnqMYImQ==
@@ -11430,13 +11430,13 @@ googleapis-common@^4.0.0:
1143011430
url-template "^2.0.8"
1143111431
uuid "^8.0.0"
1143211432

11433-
googleapis@^49.0.0:
11434-
version "49.0.0"
11435-
resolved "https://registry.yarnpkg.com/googleapis/-/googleapis-49.0.0.tgz#e2e8bfc070dc1c09aa77fdd842bddd685d9ffb11"
11436-
integrity sha512-UoUuDbOzLxtU6fZnDyj6IvYvczBYP08RK3Sn0AknssQJceUYiHldaCjEFT1PDcT9MiKSJrbPze6PRdzQDny0Xw==
11433+
googleapis@^59.0.0:
11434+
version "59.0.0"
11435+
resolved "https://registry.yarnpkg.com/googleapis/-/googleapis-59.0.0.tgz#aec5c6f5b0b347c9c6996d45fa8ad8176e585fae"
11436+
integrity sha512-GV/E4KRN89a4GxSk7D7cwUfRYgcJHR05sOgm/WGdwc/u8dxNXG5lWmz9gF5ZwFGk2yKtVxL4VZNn4zBuZ6rmGg==
1143711437
dependencies:
1143811438
google-auth-library "^6.0.0"
11439-
googleapis-common "^4.0.0"
11439+
googleapis-common "^4.4.0"
1144011440

1144111441
got@8.3.2, got@^8.3.1, got@^8.3.2:
1144211442
version "8.3.2"
@@ -11715,24 +11715,24 @@ gud@^1.0.0:
1171511715
version "1.0.0"
1171611716
resolved "https://registry.yarnpkg.com/gud/-/gud-1.0.0.tgz#a489581b17e6a70beca9abe3ae57de7a499852c0"
1171711717

11718-
guess-ga@^0.4.19:
11719-
version "0.4.19"
11720-
resolved "https://registry.yarnpkg.com/guess-ga/-/guess-ga-0.4.19.tgz#1766f4a65cc794038d0d1e4250bb3d2eadafe8d0"
11721-
integrity sha512-mXh+9YxpxtyGT88fMB9KcsMAO942+6hwtc/Lx7rC0FILX2HXdZvyW8xe05O9IYAZ7Y2YptMWPVrSVOnKZrMD4Q==
11718+
guess-ga@^0.4.20:
11719+
version "0.4.20"
11720+
resolved "https://registry.yarnpkg.com/guess-ga/-/guess-ga-0.4.20.tgz#9a2255ec53965af6d7b08c419f4ccd3a57b72a65"
11721+
integrity sha512-BmYJTFapi5oQpNPg8gQqIbqsvVCgLReqZCT0zj64fHGgn+WoTLs4cnDkrYZsdoLYFVYj6lfN5Co1K9c0BeB8ZQ==
1172211722
dependencies:
11723-
googleapis "^49.0.0"
11723+
googleapis "^59.0.0"
1172411724

11725-
guess-webpack@^0.4.19:
11726-
version "0.4.19"
11727-
resolved "https://registry.yarnpkg.com/guess-webpack/-/guess-webpack-0.4.19.tgz#1177206a8c0156eea8c6c47b413f7cd63b4c20c4"
11728-
integrity sha512-TStzlLgrJbmS1b8c5Se2/Ox+J0gbzY1uKKPxqh9i5dgFXVFrz8DCcqDVom5SItX4ZLo6b+cFRXSU0sdZ5tPTzA==
11725+
guess-webpack@^0.4.20:
11726+
version "0.4.20"
11727+
resolved "https://registry.yarnpkg.com/guess-webpack/-/guess-webpack-0.4.20.tgz#f344396bbb6455e8d9e60285a91cab3d36af193e"
11728+
integrity sha512-v/SkoCu8UgVwiCMSLAhcjr43Oa6uzsy+nsWfT+iuQi+vbB+jiUGxgadQtapPqPSp3RsBxoW8QIzolEsLJHPhmw==
1172911729
dependencies:
1173011730
chalk "^2.4.2"
1173111731
copy-webpack-plugin "^5.0.0"
1173211732
flat-cache "^2.0.0"
1173311733
google-oauth2-node "0.0.3"
11734-
googleapis "^49.0.0"
11735-
guess-ga "^0.4.19"
11734+
googleapis "^59.0.0"
11735+
guess-ga "^0.4.20"
1173611736
lodash.template "^4.4.0"
1173711737
rollup "^2.0.0"
1173811738
rollup-plugin-hypothetical "^2.1.0"

0 commit comments

Comments
 (0)