Skip to content

Commit 4f3b0c4

Browse files
committed
updated underlying package
1 parent ffc4230 commit 4f3b0c4

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react-dom": "^16.13.0"
1616
},
1717
"dependencies": {
18-
"@draftbox-co/gatsby-wordpress-theme-libre": "^1.0.41",
18+
"@draftbox-co/gatsby-wordpress-theme-libre": "^1.0.43",
1919
"dotenv": "^8.2.0",
2020
"gatsby": "2.20.24",
2121
"gatsby-plugin-disqus": "^1.1.4",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -993,10 +993,10 @@
993993
dependencies:
994994
"@babel/runtime" "^7.10.5"
995995

996-
"@draftbox-co/gatsby-wordpress-theme-libre@^1.0.41":
997-
version "1.0.41"
998-
resolved "https://registry.yarnpkg.com/@draftbox-co/gatsby-wordpress-theme-libre/-/gatsby-wordpress-theme-libre-1.0.41.tgz#3a3dd5efa324739a00405194c23c4488c2b7484d"
999-
integrity sha512-6StXvgoIoUtPQXvIGDpncPtZTaL0bLcnVRKTcxGqIW5051ZVj/cX7N0lY2IOrfksqAp9Syxub/OKiYsnD/qtVA==
996+
"@draftbox-co/gatsby-wordpress-theme-libre@^1.0.43":
997+
version "1.0.43"
998+
resolved "https://registry.yarnpkg.com/@draftbox-co/gatsby-wordpress-theme-libre/-/gatsby-wordpress-theme-libre-1.0.43.tgz#70d78791745e7fabbee61fc4fc08e195a4f0a01f"
999+
integrity sha512-log0FuI/dHnMg50rMU2zmRYf30hRQoWRHd/2Qaw8BQxE4tSA90C1OAlfZz5Xw1kVRPy6jcz7DCI0WGo9sML4yA==
10001000
dependencies:
10011001
"@draftbox-co/gatsby-plugin-amp" "^0.2.4"
10021002
"@reach/router" "^1.3.3"
@@ -1010,13 +1010,13 @@
10101010
gatsby-plugin-manifest "^2.2.48"
10111011
gatsby-plugin-react-helmet "^3.1.23"
10121012
gatsby-plugin-remove-generator "^1.0.5"
1013-
gatsby-plugin-remove-serviceworker "^1.0.0"
10141013
gatsby-plugin-sharp "^2.4.11"
10151014
gatsby-plugin-typescript "^2.2.3"
10161015
gatsby-source-filesystem "^2.1.53"
10171016
gatsby-source-wordpress "^3.1.69"
10181017
gatsby-transformer-sharp "^2.3.18"
10191018
html-to-text "^5.1.1"
1019+
lodash "^4.17.19"
10201020
node-fetch "^2.6.0"
10211021
react-helmet "^5.2.1"
10221022
react-intersection-observer "^8.26.2"
@@ -6094,11 +6094,6 @@ gatsby-plugin-remove-generator@^1.0.5:
60946094
resolved "https://registry.yarnpkg.com/gatsby-plugin-remove-generator/-/gatsby-plugin-remove-generator-1.0.5.tgz#ca1da320b7a860fb6e7a1974e9b433acc45bdc39"
60956095
integrity sha512-9Iq8JBHcc9BOp/uDCF0ctI9ntr6LjGUTgHkmwEiYiuHG6DQxutwCFQ9OVT9bomYKF/nDFQW0MfbC4eP9il4YCA==
60966096

6097-
gatsby-plugin-remove-serviceworker@^1.0.0:
6098-
version "1.0.0"
6099-
resolved "https://registry.yarnpkg.com/gatsby-plugin-remove-serviceworker/-/gatsby-plugin-remove-serviceworker-1.0.0.tgz#9fb433bc8bd766e14e1d3711c4ac6f051e1dff7c"
6100-
integrity sha1-n7QzvIvXZuFOHTcRxKxvBR4d/3w=
6101-
61026097
gatsby-plugin-segment-js@^3.1.0:
61036098
version "3.1.0"
61046099
resolved "https://registry.yarnpkg.com/gatsby-plugin-segment-js/-/gatsby-plugin-segment-js-3.1.0.tgz#df467aec38555a9cf71bacd34352b2dfbaba3687"
@@ -8660,6 +8655,11 @@ lodash@4.17.15, lodash@^4.11.1, lodash@^4.13.1, lodash@^4.17.11, lodash@^4.17.12
86608655
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
86618656
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
86628657

8658+
lodash@^4.17.19:
8659+
version "4.17.19"
8660+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
8661+
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
8662+
86638663
log-update@^3.0.0:
86648664
version "3.4.0"
86658665
resolved "https://registry.yarnpkg.com/log-update/-/log-update-3.4.0.tgz#3b9a71e00ac5b1185cc193a36d654581c48f97b9"

0 commit comments

Comments
 (0)