diff --git a/package.json b/package.json index 385a04b..728e877 100755 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "consola": "^2.15.0", - "google-fonts-helper": "^1.0.5" + "google-fonts-helper": "^1.1.0" }, "devDependencies": { "@babel/runtime-corejs2": "latest", diff --git a/yarn.lock b/yarn.lock index a94c8fc..067fecf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1605,10 +1605,10 @@ mustache "^2.3.0" stack-trace "0.0.10" -"@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== +"@sindresorhus/is@^4.0.0": + version "4.0.0" + resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.0.0.tgz#2ff674e9611b45b528896d820d3d7a812de2f0e4" + integrity sha512-FyD2meJpDPjyNQejSjvnhpgI/azsQkA4lGbuu5BQZfjvJ9cbRZXzeWL2HceCekW4lixO9JPesIIQkSoLjeJHNQ== "@sinonjs/commons@^1.7.0": version "1.8.1" @@ -5509,21 +5509,21 @@ globby@^11.0.1: merge2 "^1.3.0" slash "^3.0.0" -google-fonts-helper@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/google-fonts-helper/-/google-fonts-helper-1.0.5.tgz#0321c05df0f1eb88d6e82e66f895cfe3393ef082" - integrity sha512-AX+rqzokRIB+0Q2enmiCZV37H/GXFW1c2kFINgfwRBkBzH939nDutbrNR2wVKA80ZBedIJl/tvLvO6G3XNjibg== +google-fonts-helper@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/google-fonts-helper/-/google-fonts-helper-1.1.0.tgz#d192fa10f590a9f1d6aa9b5c665e39328ee2be31" + integrity sha512-ipyBrL1Mgpqo2daRuDHo5OM4gWoy6ePbTum39p3SdJm0YyF7DY+aGuQrrRTJLAQsELE7hSA/myQLGAqgQoRLGw== dependencies: deepmerge "^4.2.2" fs-extra "^9.0.1" - got "^11.6.1" + got "^11.8.0" -got@^11.6.1: - version "11.6.2" - resolved "https://registry.yarnpkg.com/got/-/got-11.6.2.tgz#79d7bb8c11df212b97f25565407a1f4ae73210ec" - integrity sha512-/21qgUePCeus29Jk7MEti8cgQUNXFSWfIevNIk4H7u1wmXNDrGPKPY6YsPY+o9CIT/a2DjCjRz0x1nM9FtS2/A== +got@^11.8.0: + version "11.8.0" + resolved "https://registry.yarnpkg.com/got/-/got-11.8.0.tgz#be0920c3586b07fd94add3b5b27cb28f49e6545f" + integrity sha512-k9noyoIIY9EejuhaBNLyZ31D5328LeqnyPNXJQb2XlJZcKakLqN5m6O/ikhq/0lw56kUYS54fVm+D1x57YC9oQ== dependencies: - "@sindresorhus/is" "^3.1.1" + "@sindresorhus/is" "^4.0.0" "@szmarczak/http-timer" "^4.0.5" "@types/cacheable-request" "^6.0.1" "@types/responselike" "^1.0.0"