From 51cc0b659f9dc0cde65d93b2dd10bc3fa9fcf0d1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Feb 2022 05:05:31 +0000 Subject: [PATCH 1/2] fix(deps): update minor and patch dependencies for gatsby-theme-minimal-blog --- themes/gatsby-theme-minimal-blog/package.json | 6 ++--- yarn.lock | 24 +++++++++---------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/themes/gatsby-theme-minimal-blog/package.json b/themes/gatsby-theme-minimal-blog/package.json index 800812362..51a7827f7 100755 --- a/themes/gatsby-theme-minimal-blog/package.json +++ b/themes/gatsby-theme-minimal-blog/package.json @@ -24,14 +24,14 @@ "@loadable/component": "^5.15.2", "@theme-ui/color": "^0.11.1", "@theme-ui/presets": "^0.11.1", - "gatsby-plugin-catch-links": "^4.4.0", - "gatsby-plugin-react-helmet": "^5.4.0", + "gatsby-plugin-catch-links": "^4.6.0", + "gatsby-plugin-react-helmet": "^5.6.0", "gatsby-plugin-theme-ui": "^0.11.1", "lodash.kebabcase": "^4.1.1", "mdx-utils": "^0.2.0", "prism-react-renderer": "^1.2.1", "react-helmet": "^6.1.0", - "react-live": "^2.3.0", + "react-live": "^2.4.1", "theme-ui": "^0.11.1" }, "keywords": [ diff --git a/yarn.lock b/yarn.lock index 4d1bc8c8a..c4e4dc7f7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7816,10 +7816,10 @@ gatsby-page-utils@^2.4.0: lodash "^4.17.21" micromatch "^4.0.4" -gatsby-plugin-catch-links@^4.0.0, gatsby-plugin-catch-links@^4.4.0: - version "4.4.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-4.4.0.tgz#fc787cf1a3d11ca1303f8a68aa9676cac850f283" - integrity sha512-Me6fnwhV0DekZdrPcouIpSynZTp/unvfMoTXt+br8z1qyxqd+nYrdJGCJyET61yUqtUirFskhaw9DlZgKop88A== +gatsby-plugin-catch-links@^4.0.0, gatsby-plugin-catch-links@^4.4.0, gatsby-plugin-catch-links@^4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-4.6.0.tgz#e875b674ee6cf42eae37dcd654857867351218d0" + integrity sha512-/FXReA80nyWtk2KM9dn4Epo7DftTLyW6UKNuKtndAh9tDMLqiXwqmUCYhcRc750auN8O8hN7ddCIxUgD5vGp7g== dependencies: "@babel/runtime" "^7.15.4" escape-string-regexp "^1.0.5" @@ -7950,10 +7950,10 @@ gatsby-plugin-page-creator@^4.4.0: globby "^11.0.4" lodash "^4.17.21" -gatsby-plugin-react-helmet@^5.0.0, gatsby-plugin-react-helmet@^5.4.0: - version "5.4.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-5.4.0.tgz#8c40c8749053b65de2c3360b0451adec019c15db" - integrity sha512-bDJYOBk0HNaK8pKHTqr8U6CFNTRCgFvgqyrGNxHeva4sS2GKV/Rj5axRYx8ti8HXgyHMgNbaMO8SgZIKf8W5DQ== +gatsby-plugin-react-helmet@^5.0.0, gatsby-plugin-react-helmet@^5.4.0, gatsby-plugin-react-helmet@^5.6.0: + version "5.6.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-5.6.0.tgz#9757d9164d66fc1201f1cf9af751c63fdb740420" + integrity sha512-EdJv0w569Bdaxq46sFX2UExsb1COdTGCXcjg53a31nhFmWo42PBuTBUhGKcsbdmomCaipl9j39NsHjj3opioBQ== dependencies: "@babel/runtime" "^7.15.4" @@ -13305,10 +13305,10 @@ react-lifecycles-compat@^3.0.4: resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362" integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA== -react-live@^2.2.3, react-live@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/react-live/-/react-live-2.3.0.tgz#09fbac361903970e7cf51cee60729eeb164a5d87" - integrity sha512-b+Nc7x/bLu2sPX/If1uncrmUvYtXTqxY8QpzBw/X76SA3QJ1ggU0Ld6X5phLXZ469+XWO5lOU7OpAt0JoTyZPQ== +react-live@^2.2.3, react-live@^2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/react-live/-/react-live-2.4.1.tgz#65e674ff9ca9a9a95f83117acc21ffd968aca619" + integrity sha512-r+32f7oV/kBs3QZBRvaT+9vOkQW47UZrDpgwUe5FiIMOl7sdo5pmISgb7Zpj5PGHgY6XQaiXs3FEh+IWw3KbRg== dependencies: "@types/buble" "^0.20.0" buble "0.19.6" From 1abac6c90d241c2422eb6d05151f01975d22ea72 Mon Sep 17 00:00:00 2001 From: Lennart Date: Wed, 2 Feb 2022 19:16:57 +0100 Subject: [PATCH 2/2] Create neat-owls-look.md --- .changeset/neat-owls-look.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/neat-owls-look.md diff --git a/.changeset/neat-owls-look.md b/.changeset/neat-owls-look.md new file mode 100644 index 000000000..2f84b1218 --- /dev/null +++ b/.changeset/neat-owls-look.md @@ -0,0 +1,5 @@ +--- +"@lekoarts/gatsby-theme-minimal-blog": patch +--- + +fix(deps): update minor and patch dependencies for gatsby-theme-minimal-blog