From e3c929b0a416bf959b4bcf916431899edba3ecf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Jan 2023 17:29:13 -0500 Subject: Bump gatsby-plugin-styled-components from 6.3.0 to 6.5.0 (#82) Bumps [gatsby-plugin-styled-components](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-styled-components) from 6.3.0 to 6.5.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-styled-components/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@6.5.0/packages/gatsby-plugin-styled-components) --- updated-dependencies: - dependency-name: gatsby-plugin-styled-components dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 34 +++++++++------------------------- package.json | 2 +- 2 files changed, 10 insertions(+), 26 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2967d79..cec54c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "gatsby-plugin-manifest": "5.4.0", "gatsby-plugin-offline": "^6.0.0", "gatsby-plugin-sharp": "5.4.0", - "gatsby-plugin-styled-components": "6.3.0", + "gatsby-plugin-styled-components": "6.5.0", "gatsby-source-filesystem": "5.5.0", "gatsby-transformer-sharp": "5.4.0", "react": "18.2.0", @@ -9183,11 +9183,11 @@ "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==" }, "node_modules/gatsby-plugin-styled-components": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-6.3.0.tgz", - "integrity": "sha512-681My1lKJmnnhyM4MTQWOH2q3BLhkHv3Ft3h64h0IvmMdCxcNqkrp5HmAJA4Ns3XOmgNvRffOm+sLLAULIH9Tg==", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-6.5.0.tgz", + "integrity": "sha512-ZMsltQANLtjG/1HXgkQeRggwXJ+Ug8YfUNOJcjoTuV2TMe+ZP7sHLd2C/E+OPon+mDznphzES6H+zr7rlxj4LQ==", "dependencies": { - "@babel/runtime": "^7.15.4" + "@babel/runtime": "^7.20.7" }, "engines": { "node": ">=18.0.0" @@ -11558,17 +11558,6 @@ "node": ">=0.10.0" } }, - "node_modules/md5-file": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/md5-file/-/md5-file-5.0.0.tgz", - "integrity": "sha512-xbEFXCYVWrSx/gEKS1VPlg84h/4L20znVIulKw6kMfmBUAZNAnF00eczz9ICMl+/hjQGo5KSXRxbL/47X3rmMw==", - "bin": { - "md5-file": "cli.js" - }, - "engines": { - "node": ">=10.13.0" - } - }, "node_modules/mdn-data": { "version": "2.0.14", "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", @@ -23678,11 +23667,11 @@ } }, "gatsby-plugin-styled-components": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-6.3.0.tgz", - "integrity": "sha512-681My1lKJmnnhyM4MTQWOH2q3BLhkHv3Ft3h64h0IvmMdCxcNqkrp5HmAJA4Ns3XOmgNvRffOm+sLLAULIH9Tg==", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-6.5.0.tgz", + "integrity": "sha512-ZMsltQANLtjG/1HXgkQeRggwXJ+Ug8YfUNOJcjoTuV2TMe+ZP7sHLd2C/E+OPon+mDznphzES6H+zr7rlxj4LQ==", "requires": { - "@babel/runtime": "^7.15.4" + "@babel/runtime": "^7.20.7" } }, "gatsby-plugin-typescript": { @@ -25049,11 +25038,6 @@ "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", "integrity": "sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==" }, - "md5-file": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/md5-file/-/md5-file-5.0.0.tgz", - "integrity": "sha512-xbEFXCYVWrSx/gEKS1VPlg84h/4L20znVIulKw6kMfmBUAZNAnF00eczz9ICMl+/hjQGo5KSXRxbL/47X3rmMw==" - }, "mdn-data": { "version": "2.0.14", "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", diff --git a/package.json b/package.json index 05764bf..75d4ff8 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "gatsby-plugin-manifest": "5.4.0", "gatsby-plugin-offline": "^6.0.0", "gatsby-plugin-sharp": "5.4.0", - "gatsby-plugin-styled-components": "6.3.0", + "gatsby-plugin-styled-components": "6.5.0", "gatsby-source-filesystem": "5.5.0", "gatsby-transformer-sharp": "5.4.0", "react": "18.2.0", -- cgit