Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit b67584e

Browse files
committed
Update dependency gatsby-plugin-zopfli to v1.2.1
1 parent d9691f8 commit b67584e

2 files changed

Lines changed: 24 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"gatsby-plugin-offline": "2.0.22",
4343
"gatsby-plugin-react-helmet": "3.0.5",
4444
"gatsby-plugin-sass": "2.0.8",
45-
"gatsby-plugin-zopfli": "1.0.4",
45+
"gatsby-plugin-zopfli": "1.2.1",
4646
"gatsby-remark-component": "1.1.3",
4747
"gatsby-remark-copy-linked-files": "2.0.8",
4848
"gatsby-remark-prismjs": "3.2.3",

yarn.lock

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -728,10 +728,10 @@
728728
lodash "^4.17.11"
729729
to-fast-properties "^2.0.0"
730730

731-
"@gfx/zopfli@^1.0.10":
732-
version "1.0.11"
733-
resolved "https://registry.yarnpkg.com/@gfx/zopfli/-/zopfli-1.0.11.tgz#6ced06b4566a5feb0036fe6a1e0262ce6cb1d6c5"
734-
integrity sha512-wW+hi+bqdYCpBIvL8g7RYub9YXf5crhZK9SNk/VZmbF177Em1VwFv488qyh8iBpCo6GptcP1Zam0bJfY3VmMbg==
731+
"@gfx/zopfli@^1.0.12":
732+
version "1.0.13"
733+
resolved "https://registry.yarnpkg.com/@gfx/zopfli/-/zopfli-1.0.13.tgz#88ca5b15567e9c76be73e8d11e166273ce44e0b3"
734+
integrity sha512-pb+e68cuPRN348j6UeHvnR7vsZ0KMkQVUtRFqL4VaP3UlgNy/cAx2MsgVRerPAawRe9OoOrY/c7o2XDyU4RozQ==
735735
dependencies:
736736
base64-js "^1.3.0"
737737

@@ -5004,12 +5004,14 @@ gatsby-plugin-sass@2.0.8:
50045004
"@babel/runtime" "^7.0.0"
50055005
sass-loader "^7.0.1"
50065006

5007-
gatsby-plugin-zopfli@1.0.4:
5008-
version "1.0.4"
5009-
resolved "https://registry.yarnpkg.com/gatsby-plugin-zopfli/-/gatsby-plugin-zopfli-1.0.4.tgz#e146d58f38478d83d6ae669e819fab64d8ff4fae"
5010-
integrity sha512-PEzsItwoygQpeOPgb/X7Dol+PuBMX9w0HOJnzPJh2/d0VpiYZA1emEaY9roQDKY0shyd0+4xSg+4TmhpqhlJ0Q==
5007+
gatsby-plugin-zopfli@1.2.1:
5008+
version "1.2.1"
5009+
resolved "https://registry.yarnpkg.com/gatsby-plugin-zopfli/-/gatsby-plugin-zopfli-1.2.1.tgz#ebaef5d13eab7960059df2074d6851f909efc7c5"
5010+
integrity sha512-B+wwSJMzE5tNPJNRs0xLisOVuKwyb48hyHqXy5TACFqayRjnk/8BwHO9l31ElKzRYmnxXc78Y2IrCTb9CVXdaw==
50115011
dependencies:
5012-
"@gfx/zopfli" "^1.0.10"
5012+
"@gfx/zopfli" "^1.0.12"
5013+
glob "^7.1.4"
5014+
mkdirp "^0.5.1"
50135015

50145016
gatsby-react-router-scroll@^2.0.3:
50155017
version "2.0.7"
@@ -5376,6 +5378,18 @@ glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, gl
53765378
once "^1.3.0"
53775379
path-is-absolute "^1.0.0"
53785380

5381+
glob@^7.1.4:
5382+
version "7.1.4"
5383+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
5384+
integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
5385+
dependencies:
5386+
fs.realpath "^1.0.0"
5387+
inflight "^1.0.4"
5388+
inherits "2"
5389+
minimatch "^3.0.4"
5390+
once "^1.3.0"
5391+
path-is-absolute "^1.0.0"
5392+
53795393
global-dirs@^0.1.0:
53805394
version "0.1.1"
53815395
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"

0 commit comments

Comments
 (0)