mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Update styled-components to version 4.3.1
This commit is contained in:
parent
5f5a9437e3
commit
503c9779ff
2 changed files with 18 additions and 4 deletions
20
package-lock.json
generated
20
package-lock.json
generated
|
|
@ -6189,6 +6189,11 @@
|
|||
"integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=",
|
||||
"dev": true
|
||||
},
|
||||
"is-what": {
|
||||
"version": "3.2.3",
|
||||
"resolved": "https://registry.npmjs.org/is-what/-/is-what-3.2.3.tgz",
|
||||
"integrity": "sha512-c4syLgFnjXTH5qd82Fp/qtUIeM0wA69xbI0KH1QpurMIvDaZFrS8UtAa4U52Dc2qSznaMxHit0gErMp6A/Qk1w=="
|
||||
},
|
||||
"is-whitespace-character": {
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/is-whitespace-character/-/is-whitespace-character-1.0.2.tgz",
|
||||
|
|
@ -7140,6 +7145,14 @@
|
|||
"readable-stream": "^2.0.1"
|
||||
}
|
||||
},
|
||||
"merge-anything": {
|
||||
"version": "2.2.5",
|
||||
"resolved": "https://registry.npmjs.org/merge-anything/-/merge-anything-2.2.5.tgz",
|
||||
"integrity": "sha512-WgZGR7EQ1D8pyh57uKBbkPhUCJZLGdMzbDaxL4MDTJSGsvtpGdm8myr6DDtgJwT46xiFBlHqxbveDRpFBWlKWQ==",
|
||||
"requires": {
|
||||
"is-what": "^3.2.3"
|
||||
}
|
||||
},
|
||||
"micromatch": {
|
||||
"version": "3.1.10",
|
||||
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
|
||||
|
|
@ -9670,9 +9683,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"styled-components": {
|
||||
"version": "4.2.1",
|
||||
"resolved": "https://registry.npmjs.org/styled-components/-/styled-components-4.2.1.tgz",
|
||||
"integrity": "sha512-zBSMOJW1zfQ1rASGHJ5dHXIkn3VoOGLtQAYhkd4Ib7e+eI//uwMJWsI65JRe3aGrN2Xx8IT9jxxnVSXt9LaLCw==",
|
||||
"version": "4.3.1",
|
||||
"resolved": "https://registry.npmjs.org/styled-components/-/styled-components-4.3.1.tgz",
|
||||
"integrity": "sha512-04XKQFFSEx3qTeN5I4kiSeajrwG6juDMw2+vUgvfxeXFegE40TuPKS4fFey8RJP1Ii1AoVQVUOglrdUUey0ZHw==",
|
||||
"requires": {
|
||||
"@babel/helper-module-imports": "^7.0.0",
|
||||
"@emotion/is-prop-valid": "^0.7.3",
|
||||
|
|
@ -9680,6 +9693,7 @@
|
|||
"babel-plugin-styled-components": ">= 1",
|
||||
"css-to-react-native": "^2.2.2",
|
||||
"memoize-one": "^5.0.0",
|
||||
"merge-anything": "^2.2.4",
|
||||
"prop-types": "^15.5.4",
|
||||
"react-is": "^16.6.0",
|
||||
"stylis": "^3.5.0",
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
"react-clipboard.js": "^2.0.12",
|
||||
"react-dom": "^16.8.0-alpha.0",
|
||||
"react-markdown": "^4.0.8",
|
||||
"styled-components": "^4.2.1",
|
||||
"styled-components": "^4.3.1",
|
||||
"throttle-debounce": "^2.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue