Skip to content

Commit 4ceca0c

Browse files
committed
Update dependency gatsby-plugin-webfonts to v2.2.0
1 parent 62ec497 commit 4ceca0c

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"gatsby-plugin-less": "6.0.0",
2929
"gatsby-plugin-react-helmet": "5.0.0",
3030
"gatsby-plugin-typegen": "2.2.4",
31-
"gatsby-plugin-webfonts": "2.1.1",
31+
"gatsby-plugin-webfonts": "2.2.0",
3232
"gatsby-source-filesystem": "4.0.0",
3333
"gatsby-transformer-remark": "5.0.0",
3434
"globby": "11.0.4",

yarn.lock

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3113,6 +3113,13 @@ axios@^0.21.0, axios@^0.21.1:
31133113
dependencies:
31143114
follow-redirects "^1.10.0"
31153115

3116+
axios@^0.24.0:
3117+
version "0.24.0"
3118+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.24.0.tgz#804e6fa1e4b9c5288501dd9dff56a7a0940d20d6"
3119+
integrity sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==
3120+
dependencies:
3121+
follow-redirects "^1.14.4"
3122+
31163123
axobject-query@^2.2.0:
31173124
version "2.2.0"
31183125
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"
@@ -5766,6 +5773,11 @@ follow-redirects@^1.0.0, follow-redirects@^1.10.0:
57665773
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db"
57675774
integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==
57685775

5776+
follow-redirects@^1.14.4:
5777+
version "1.14.5"
5778+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.5.tgz#f09a5848981d3c772b5392309778523f8d85c381"
5779+
integrity sha512-wtphSXy7d4/OR+MvIFbCVBDzZ5520qV8XfPklSN5QtxuMUJZ+b0Wnst1e1lCDocfzuCkHqj8k0FpZqO+UIaKNA==
5780+
57695781
for-in@^1.0.2:
57705782
version "1.0.2"
57715783
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
@@ -6069,12 +6081,12 @@ gatsby-plugin-utils@^2.0.0:
60696081
"@babel/runtime" "^7.15.4"
60706082
joi "^17.4.2"
60716083

6072-
gatsby-plugin-webfonts@2.1.1:
6073-
version "2.1.1"
6074-
resolved "https://registry.yarnpkg.com/gatsby-plugin-webfonts/-/gatsby-plugin-webfonts-2.1.1.tgz#52159f719369b22cc49d0f82d9119a2f6c78c9d1"
6075-
integrity sha512-eeek8hQ2kTrGIIxR97RmRxqDFwd5Uh0TbkJsSwcPowrBM1RrUVhAwERUYOcmQjK7+COjPOer3u61pcAyF7LX1w==
6084+
gatsby-plugin-webfonts@2.2.0:
6085+
version "2.2.0"
6086+
resolved "https://registry.yarnpkg.com/gatsby-plugin-webfonts/-/gatsby-plugin-webfonts-2.2.0.tgz#baa7b420276d55fcf36eeda9da60d6abd2de1d1f"
6087+
integrity sha512-6EvTK4cjydbg6S1k8BE7dMt/cViQNcwxN5rxVYQHnghVsCUbDQ2P1+dZiQysxY22IH6LBwzGrbC9e7sbFMuiSQ==
60766088
dependencies:
6077-
axios "^0.21.1"
6089+
axios "^0.24.0"
60786090
cssnano "^5.0.7"
60796091
fs-extra "^10.0.0"
60806092
lodash.isempty "^4.4.0"

0 commit comments

Comments
 (0)