aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-08 08:29:24 -0400
committerGitHub <noreply@github.com>2023-04-08 08:29:24 -0400
commita82b52717532d9aa885c128adde38f9b27829558 (patch)
tree3bdc87f484b57569fba7e91060715f027e9bcf14
parentc03d9816423a971b1e760f8cebff553cb60505d0 (diff)
downloadsubmelon.dev-a82b52717532d9aa885c128adde38f9b27829558.tar.gz
submelon.dev-a82b52717532d9aa885c128adde38f9b27829558.tar.bz2
submelon.dev-a82b52717532d9aa885c128adde38f9b27829558.zip
Bump babel-plugin-styled-components from 2.0.7 to 2.1.1 (#135)
Bumps [babel-plugin-styled-components](https://github.com/styled-components/babel-plugin-styled-components) from 2.0.7 to 2.1.1. - [Release notes](https://github.com/styled-components/babel-plugin-styled-components/releases) - [Commits](https://github.com/styled-components/babel-plugin-styled-components/compare/v2.0.7...v2.1.1) --- updated-dependencies: - dependency-name: babel-plugin-styled-components dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json18
-rw-r--r--package.json2
2 files changed, 10 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index 513ce5e..537f792 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,7 +9,7 @@
"version": "1.0.x",
"license": "BlueOak-1.0.0",
"dependencies": {
- "babel-plugin-styled-components": "^2.0.7",
+ "babel-plugin-styled-components": "^2.1.1",
"gatsby": "5.8.1",
"gatsby-plugin-html-attributes": "^1.0.5",
"gatsby-plugin-image": "3.8.0",
@@ -5180,14 +5180,14 @@
}
},
"node_modules/babel-plugin-styled-components": {
- "version": "2.0.7",
- "resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-2.0.7.tgz",
- "integrity": "sha512-i7YhvPgVqRKfoQ66toiZ06jPNA3p6ierpfUuEWxNF+fV27Uv5gxBkf8KZLHUCc1nFA9j6+80pYoIpqCeyW3/bA==",
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-2.1.1.tgz",
+ "integrity": "sha512-c8lJlszObVQPguHkI+akXv8+Jgb9Ccujx0EetL7oIvwU100LxO6XAGe45qry37wUL40a5U9f23SYrivro2XKhA==",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.16.0",
"@babel/helper-module-imports": "^7.16.0",
"babel-plugin-syntax-jsx": "^6.18.0",
- "lodash": "^4.17.11",
+ "lodash": "^4.17.21",
"picomatch": "^2.3.0"
},
"peerDependencies": {
@@ -20381,14 +20381,14 @@
}
},
"babel-plugin-styled-components": {
- "version": "2.0.7",
- "resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-2.0.7.tgz",
- "integrity": "sha512-i7YhvPgVqRKfoQ66toiZ06jPNA3p6ierpfUuEWxNF+fV27Uv5gxBkf8KZLHUCc1nFA9j6+80pYoIpqCeyW3/bA==",
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-2.1.1.tgz",
+ "integrity": "sha512-c8lJlszObVQPguHkI+akXv8+Jgb9Ccujx0EetL7oIvwU100LxO6XAGe45qry37wUL40a5U9f23SYrivro2XKhA==",
"requires": {
"@babel/helper-annotate-as-pure": "^7.16.0",
"@babel/helper-module-imports": "^7.16.0",
"babel-plugin-syntax-jsx": "^6.18.0",
- "lodash": "^4.17.11",
+ "lodash": "^4.17.21",
"picomatch": "^2.3.0"
}
},
diff --git a/package.json b/package.json
index 277ad21..c2eab0a 100644
--- a/package.json
+++ b/package.json
@@ -22,7 +22,7 @@
"post-build": "badgen -j \"Last Publish\" -s \"$(date --date=\"@$(cat gatsby-config.ts | grep 'version' | grep -oe '[0-9]*')\" -I)\" -c blue > public/publish-badge.svg"
},
"dependencies": {
- "babel-plugin-styled-components": "^2.0.7",
+ "babel-plugin-styled-components": "^2.1.1",
"gatsby": "5.8.1",
"gatsby-plugin-html-attributes": "^1.0.5",
"gatsby-plugin-image": "3.8.0",