From 82edbf8322f2d47d8c37b583378b5ef3cadb3257 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Jan 2021 07:14:13 +0000 Subject: [PATCH] fix: upgrade gatsby-plugin-theme-ui from 0.3.4 to 0.3.5 Snyk has created this PR to upgrade gatsby-plugin-theme-ui from 0.3.4 to 0.3.5. See this package in npm: https://www.npmjs.com/package/gatsby-plugin-theme-ui See this project in Snyk: https://app.snyk.io/org/coderbyheart/project/05d346ec-cfae-4bac-881b-eb65ff7cb671?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index dbe15e0..af970bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11461,9 +11461,9 @@ } }, "gatsby-plugin-theme-ui": { - "version": "0.3.4", - "resolved": "https://registry.npmjs.org/gatsby-plugin-theme-ui/-/gatsby-plugin-theme-ui-0.3.4.tgz", - "integrity": "sha512-Jz3Z+LHkYJvKTotuibfKy5JgN74VuDYMphMk/dWe4P4AY/4MmJh9YN7Uvkr3J0hZc32x8E9m8YgbSDb3M53HsA==" + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/gatsby-plugin-theme-ui/-/gatsby-plugin-theme-ui-0.3.5.tgz", + "integrity": "sha512-IPiBtxY8b63XxxKjUQFg4GWvP1r7AvJ3ub7sc3nP0bSOAyGhMV3ijI7gpSF8phtHcB8oLe5Hf6+olpT22ft7Fg==" }, "gatsby-plugin-typescript": { "version": "2.9.0", diff --git a/package.json b/package.json index 1f78447..d42bd34 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "gatsby-plugin-offline": "3.6.0", "gatsby-plugin-react-helmet": "3.6.0", "gatsby-plugin-sharp": "2.10.0", - "gatsby-plugin-theme-ui": "0.3.4", + "gatsby-plugin-theme-ui": "0.3.5", "gatsby-transformer-sharp": "2.8.0", "prop-types": "^15.7.2", "react": "17.0.1",