Skip to content

Commit

Permalink
fix(gatsby-plugin-offline): Cache avif images (gatsbyjs#29394)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViCo0TeCH committed Feb 8, 2021
1 parent ee87d19 commit 169a174
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion yarn.lock
Expand Up @@ -1721,7 +1721,12 @@
"@types/node" "*"
form-data "^3.0.0"

"@types/node@*", "@types/node@^8.5.7":
"@types/node@*":
version "14.14.25"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.25.tgz#15967a7b577ff81383f9b888aa6705d43fbbae93"
integrity sha512-EPpXLOVqDvisVxtlbvzfyqSsFeQxltFbluZNRndIb8tr9KiBnYNLzrc1N3pyKUCww2RNrfHDViqDWWE1LCJQtQ==

"@types/node@^8.5.7":
version "8.10.66"
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.66.tgz#dd035d409df322acc83dff62a602f12a5783bbb3"
integrity sha512-tktOkFUA4kXx2hhhrB8bIFb5TbwzS4uOhKEmwiD+NoiL0qtP2OQ9mFldbgD4dV1djrlBYP6eBuQZiWjuHUpqFw==
Expand Down

0 comments on commit 169a174

Please sign in to comment.