From 1ed1f2d859d8f92a615a674fefa791f3146cdac7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Dec 2020 22:17:36 +0000 Subject: [PATCH] fix: upgrade gatsby-plugin-use-dark-mode from 1.1.2 to 1.2.0 Snyk has created this PR to upgrade gatsby-plugin-use-dark-mode from 1.1.2 to 1.2.0. See this package in npm: See this project in Snyk: https://app.snyk.io/org/github-newrelic/project/ee280047-f651-440a-aaec-462aac2b4fe2?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c3a7dcac6..68a26e0c9 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "gatsby-plugin-sass": "^2.3.22", "gatsby-plugin-sharp": "^2.6.43", "gatsby-plugin-sitemap": "^2.4.17", - "gatsby-plugin-use-dark-mode": "^1.1.2", + "gatsby-plugin-use-dark-mode": "^1.2.0", "gatsby-remark-autolink-headers": "^2.3.16", "gatsby-remark-images": "^3.5.1", "gatsby-source-filesystem": "^2.3.35", diff --git a/yarn.lock b/yarn.lock index 287777e0d..c63172574 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9559,6 +9559,14 @@ gatsby-plugin-use-dark-mode@^1.1.2: prop-types "^15.7.2" terser "^4.0.0" +gatsby-plugin-use-dark-mode@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-use-dark-mode/-/gatsby-plugin-use-dark-mode-1.2.0.tgz#bccec15fc136c856c7086bff981ccf0c7003a541" + integrity sha512-eZDy9vB8B1TYT6rBjZzo8+EeQ7EC8PVM1pfHHqgTtL2+r7cYUJhJhdwk+8Nqc8c9Z5+ntMbMWVJCmDY5A+pyNw== + dependencies: + prop-types "^15.7.2" + terser "^4.0.0" + gatsby-plugin-utils@^0.2.40: version "0.2.40" resolved "https://registry.yarnpkg.com/gatsby-plugin-utils/-/gatsby-plugin-utils-0.2.40.tgz#20e997d10efb9a0368270f79ce2e6001346f6336"