diff options
| -rw-r--r-- | package-lock.json | 14 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index cc17213..e52c831 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "gatsby-plugin-manifest": "5.3.1", "gatsby-plugin-offline": "^6.0.0", "gatsby-plugin-sharp": "5.3.2", - "gatsby-plugin-styled-components": "6.2.0", + "gatsby-plugin-styled-components": "6.3.0", "gatsby-source-filesystem": "5.3.1", "gatsby-transformer-sharp": "5.3.1", "react": "18.2.0", @@ -9054,9 +9054,9 @@ "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==" }, "node_modules/gatsby-plugin-styled-components": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-6.2.0.tgz", - "integrity": "sha512-Rvn1K3HDNC+OuxRv8cw/yrBNcJ6TN+3lzDcLibMANpx32OP2hMGFVWNFNgx15mqRCq2gaawZNt6TVte6drgDxA==", + "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==", "dependencies": { "@babel/runtime": "^7.15.4" }, @@ -23394,9 +23394,9 @@ } }, "gatsby-plugin-styled-components": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-6.2.0.tgz", - "integrity": "sha512-Rvn1K3HDNC+OuxRv8cw/yrBNcJ6TN+3lzDcLibMANpx32OP2hMGFVWNFNgx15mqRCq2gaawZNt6TVte6drgDxA==", + "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==", "requires": { "@babel/runtime": "^7.15.4" } diff --git a/package.json b/package.json index ba4bd07..9b9ed01 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "gatsby-plugin-manifest": "5.3.1", "gatsby-plugin-offline": "^6.0.0", "gatsby-plugin-sharp": "5.3.2", - "gatsby-plugin-styled-components": "6.2.0", + "gatsby-plugin-styled-components": "6.3.0", "gatsby-source-filesystem": "5.3.1", "gatsby-transformer-sharp": "5.3.1", "react": "18.2.0", |
