Bump styled-components from 5.3.0 to 5.3.5 in /awx/ui

Bumps [styled-components](https://github.com/styled-components/styled-components) from 5.3.0 to 5.3.5.
- [Release notes](https://github.com/styled-components/styled-components/releases)
- [Changelog](https://github.com/styled-components/styled-components/blob/main/CHANGELOG.md)
- [Commits](https://github.com/styled-components/styled-components/compare/v5.3.0...v5.3.5)

---
updated-dependencies:
- dependency-name: styled-components
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-05-25 18:46:16 +00:00
committed by GitHub
parent d26c12dd7c
commit d36441489a
2 changed files with 25 additions and 24 deletions

View File

@@ -31,7 +31,7 @@
"react-virtualized": "^9.21.1", "react-virtualized": "^9.21.1",
"rrule": "2.6.4", "rrule": "2.6.4",
"sanitize-html": "2.4.0", "sanitize-html": "2.4.0",
"styled-components": "5.3.0" "styled-components": "5.3.5"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.16.10", "@babel/core": "^7.16.10",
@@ -1956,17 +1956,17 @@
} }
}, },
"node_modules/@emotion/is-prop-valid": { "node_modules/@emotion/is-prop-valid": {
"version": "0.8.8", "version": "1.1.2",
"resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz", "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.1.2.tgz",
"integrity": "sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==", "integrity": "sha512-3QnhqeL+WW88YjYbQL5gUIkthuMw7a0NGbZ7wfFVk2kg/CK5w8w5FFa0RzWjyY1+sujN0NWbtSHH6OJmWHtJpQ==",
"dependencies": { "dependencies": {
"@emotion/memoize": "0.7.4" "@emotion/memoize": "^0.7.4"
} }
}, },
"node_modules/@emotion/memoize": { "node_modules/@emotion/memoize": {
"version": "0.7.4", "version": "0.7.5",
"resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.4.tgz", "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.5.tgz",
"integrity": "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==" "integrity": "sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ=="
}, },
"node_modules/@emotion/stylis": { "node_modules/@emotion/stylis": {
"version": "0.8.5", "version": "0.8.5",
@@ -20035,13 +20035,14 @@
} }
}, },
"node_modules/styled-components": { "node_modules/styled-components": {
"version": "5.3.0", "version": "5.3.5",
"resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.3.0.tgz", "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.3.5.tgz",
"integrity": "sha512-bPJKwZCHjJPf/hwTJl6TbkSZg/3evha+XPEizrZUGb535jLImwDUdjTNxXqjjaASt2M4qO4AVfoHJNe3XB/tpQ==", "integrity": "sha512-ndETJ9RKaaL6q41B69WudeqLzOpY1A/ET/glXkNZ2T7dPjPqpPCXXQjDFYZWwNnE5co0wX+gTCqx9mfxTmSIPg==",
"hasInstallScript": true,
"dependencies": { "dependencies": {
"@babel/helper-module-imports": "^7.0.0", "@babel/helper-module-imports": "^7.0.0",
"@babel/traverse": "^7.4.5", "@babel/traverse": "^7.4.5",
"@emotion/is-prop-valid": "^0.8.8", "@emotion/is-prop-valid": "^1.1.0",
"@emotion/stylis": "^0.8.4", "@emotion/stylis": "^0.8.4",
"@emotion/unitless": "^0.7.4", "@emotion/unitless": "^0.7.4",
"babel-plugin-styled-components": ">= 1.12.0", "babel-plugin-styled-components": ">= 1.12.0",
@@ -23463,17 +23464,17 @@
} }
}, },
"@emotion/is-prop-valid": { "@emotion/is-prop-valid": {
"version": "0.8.8", "version": "1.1.2",
"resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz", "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.1.2.tgz",
"integrity": "sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==", "integrity": "sha512-3QnhqeL+WW88YjYbQL5gUIkthuMw7a0NGbZ7wfFVk2kg/CK5w8w5FFa0RzWjyY1+sujN0NWbtSHH6OJmWHtJpQ==",
"requires": { "requires": {
"@emotion/memoize": "0.7.4" "@emotion/memoize": "^0.7.4"
} }
}, },
"@emotion/memoize": { "@emotion/memoize": {
"version": "0.7.4", "version": "0.7.5",
"resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.4.tgz", "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.5.tgz",
"integrity": "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==" "integrity": "sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ=="
}, },
"@emotion/stylis": { "@emotion/stylis": {
"version": "0.8.5", "version": "0.8.5",
@@ -37320,13 +37321,13 @@
"requires": {} "requires": {}
}, },
"styled-components": { "styled-components": {
"version": "5.3.0", "version": "5.3.5",
"resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.3.0.tgz", "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.3.5.tgz",
"integrity": "sha512-bPJKwZCHjJPf/hwTJl6TbkSZg/3evha+XPEizrZUGb535jLImwDUdjTNxXqjjaASt2M4qO4AVfoHJNe3XB/tpQ==", "integrity": "sha512-ndETJ9RKaaL6q41B69WudeqLzOpY1A/ET/glXkNZ2T7dPjPqpPCXXQjDFYZWwNnE5co0wX+gTCqx9mfxTmSIPg==",
"requires": { "requires": {
"@babel/helper-module-imports": "^7.0.0", "@babel/helper-module-imports": "^7.0.0",
"@babel/traverse": "^7.4.5", "@babel/traverse": "^7.4.5",
"@emotion/is-prop-valid": "^0.8.8", "@emotion/is-prop-valid": "^1.1.0",
"@emotion/stylis": "^0.8.4", "@emotion/stylis": "^0.8.4",
"@emotion/unitless": "^0.7.4", "@emotion/unitless": "^0.7.4",
"babel-plugin-styled-components": ">= 1.12.0", "babel-plugin-styled-components": ">= 1.12.0",

View File

@@ -31,7 +31,7 @@
"react-virtualized": "^9.21.1", "react-virtualized": "^9.21.1",
"rrule": "2.6.4", "rrule": "2.6.4",
"sanitize-html": "2.4.0", "sanitize-html": "2.4.0",
"styled-components": "5.3.0" "styled-components": "5.3.5"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.16.10", "@babel/core": "^7.16.10",