Skip to content

Commit

Permalink
fix: update google-fonts-helper
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Sep 9, 2020
1 parent 24fdd01 commit b32099d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion lib/module.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { resolve } = require('path')
const GoogleFontsHelper = require('google-fonts-helper')
const { GoogleFontsHelper } = require('google-fonts-helper')
const logger = require('./logger')

module.exports = function (moduleOptions) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"consola": "^2.15.0",
"google-fonts-helper": "^1.0.1"
"google-fonts-helper": "^1.0.3"
},
"devDependencies": {
"@babel/runtime-corejs2": "latest",
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1548,10 +1548,10 @@
mustache "^2.3.0"
stack-trace "0.0.10"

"@sindresorhus/is@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-3.0.0.tgz#78fabc5e295adb6e1ef57eaafe4cc5d7aa35b183"
integrity sha512-kqA5I6Yun7PBHk8WN9BBP1c7FfN2SrD05GuVSEYPqDb4nerv7HqYfgBfMIKmT/EuejURkJKLZuLyGKGs6WEG9w==
"@sindresorhus/is@^3.1.1":
version "3.1.2"
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-3.1.2.tgz#548650de521b344e3781fbdb0ece4aa6f729afb8"
integrity sha512-JiX9vxoKMmu8Y3Zr2RVathBL1Cdu4Nt4MuNWemt1Nc06A0RAin9c5FArkhGsyMBWfCu4zj+9b+GxtjAnE4qqLQ==

"@sinonjs/commons@^1.7.0":
version "1.8.1"
Expand Down Expand Up @@ -5419,28 +5419,28 @@ globby@^11.0.1:
merge2 "^1.3.0"
slash "^3.0.0"

google-fonts-helper@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/google-fonts-helper/-/google-fonts-helper-1.0.1.tgz#17a6728586ae2ee2dae8ba2243eae021cae5d3b0"
integrity sha512-fwgV4Z694NjP3W3NLkXsJMqmyzL1OsEXFlDjm/keb0E5hLTTMnGNnLb470r8QizIX3aeTzYpztagAGN8vx6RgA==
google-fonts-helper@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/google-fonts-helper/-/google-fonts-helper-1.0.3.tgz#85a51f8044cdc3cc64f04bf27651370b315c0943"
integrity sha512-4yLgyT/eSMEeqREdgPRYtSG7T2xV/F/1cNuqKKHEGaoOy3B2/SyCh+ffpyszw8tygSIpnCBiXgGVcBHPs6D5wA==
dependencies:
deepmerge "^4.2.2"
fs-extra "^9.0.1"
got "^11.5.1"
got "^11.6.1"

got@^11.5.1:
version "11.5.1"
resolved "https://registry.yarnpkg.com/got/-/got-11.5.1.tgz#bf098a270fe80b3fb88ffd5a043a59ebb0a391db"
integrity sha512-reQEZcEBMTGnujmQ+Wm97mJs/OK6INtO6HmLI+xt3+9CvnRwWjXutUvb2mqr+Ao4Lu05Rx6+udx9sOQAmExMxA==
got@^11.6.1:
version "11.6.1"
resolved "https://registry.yarnpkg.com/got/-/got-11.6.1.tgz#a307122fc136c446f676f7b939d89dbc6ed6b909"
integrity sha512-6izGvOsrd/4CsIdQMgweFOTCtS4sAwJTuCzIuVoTbCDzt3+wa3eGIHhSIMgEF6gfCDenslGlMUmAdPap5DkirQ==
dependencies:
"@sindresorhus/is" "^3.0.0"
"@sindresorhus/is" "^3.1.1"
"@szmarczak/http-timer" "^4.0.5"
"@types/cacheable-request" "^6.0.1"
"@types/responselike" "^1.0.0"
cacheable-lookup "^5.0.3"
cacheable-request "^7.0.1"
decompress-response "^6.0.0"
http2-wrapper "^1.0.0-beta.5.0"
http2-wrapper "^1.0.0-beta.5.2"
lowercase-keys "^2.0.0"
p-cancelable "^2.0.0"
responselike "^2.0.0"
Expand Down Expand Up @@ -5764,7 +5764,7 @@ http-signature@~1.2.0:
jsprim "^1.2.2"
sshpk "^1.7.0"

http2-wrapper@^1.0.0-beta.5.0:
http2-wrapper@^1.0.0-beta.5.2:
version "1.0.0-beta.5.2"
resolved "https://registry.yarnpkg.com/http2-wrapper/-/http2-wrapper-1.0.0-beta.5.2.tgz#8b923deb90144aea65cf834b016a340fc98556f3"
integrity sha512-xYz9goEyBnC8XwXDTuC/MZ6t+MrKVQZOk4s7+PaDkwIsQd8IwqvM+0M6bA/2lvG8GHXcPdf+MejTUeO2LCPCeQ==
Expand Down

0 comments on commit b32099d

Please sign in to comment.