From 34e861c0b8be72a9d7022193dc0358260d9bc01d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 09:36:15 -0400 Subject: build(deps): bump styled-components from 6.0.3 to 6.0.5 (#215) Bumps [styled-components](https://github.com/styled-components/styled-components) from 6.0.3 to 6.0.5. - [Release notes](https://github.com/styled-components/styled-components/releases) - [Commits](https://github.com/styled-components/styled-components/compare/v6.0.3...v6.0.5) --- updated-dependencies: - dependency-name: styled-components dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'package-lock.json') diff --git a/package-lock.json b/package-lock.json index 1c4f6d2..9761181 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-icons": "^4.10.1", - "styled-components": "^6.0.3" + "styled-components": "^6.0.5" }, "devDependencies": { "@types/node": "^20.4.2", @@ -15557,9 +15557,9 @@ } }, "node_modules/styled-components": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-6.0.3.tgz", - "integrity": "sha512-qEyWvDK4CYCyDckNIruRJIcQSvcUR3dVEw/fwxu1v0LFzUMPr2uf5PhXHp17FkGK+S4TkglOS+XIealo1MssQA==", + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-6.0.5.tgz", + "integrity": "sha512-308zi5o7LrA9cVaP4nPD0TaUpOjGPePkAUFb/OGB0xRI3I9ozpW5UyASvRVi9wJcYASG+Y3mLDLDUZC7nqzimw==", "dependencies": { "@babel/cli": "^7.21.0", "@babel/core": "^7.21.0", @@ -28299,9 +28299,9 @@ } }, "styled-components": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-6.0.3.tgz", - "integrity": "sha512-qEyWvDK4CYCyDckNIruRJIcQSvcUR3dVEw/fwxu1v0LFzUMPr2uf5PhXHp17FkGK+S4TkglOS+XIealo1MssQA==", + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-6.0.5.tgz", + "integrity": "sha512-308zi5o7LrA9cVaP4nPD0TaUpOjGPePkAUFb/OGB0xRI3I9ozpW5UyASvRVi9wJcYASG+Y3mLDLDUZC7nqzimw==", "requires": { "@babel/cli": "^7.21.0", "@babel/core": "^7.21.0", -- cgit