fix: upgrade styled-components from 5.3.6 to 5.3.8

Snyk has created this PR to upgrade styled-components from 5.3.6 to 5.3.8.

See this package in npm:
https://www.npmjs.com/package/styled-components

See this project in Snyk:
https://app.snyk.io/org/mastermindzh/project/1579c544-8846-4f3a-a47d-08a9afd505f2?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot 2023-03-29 02:15:10 +00:00
parent 9ad3608d47
commit 37758e337c
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078
2 changed files with 8 additions and 9 deletions

15
package-lock.json generated
View File

@ -21,7 +21,7 @@
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.8.2",
"styled-components": "^5.3.6"
"styled-components": "^5.3.8"
},
"devDependencies": {
"@babel/core": "^7.20.2",
@ -18984,10 +18984,9 @@
}
},
"node_modules/styled-components": {
"version": "5.3.6",
"resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.3.6.tgz",
"integrity": "sha512-hGTZquGAaTqhGWldX7hhfzjnIYBZ0IXQXkCYdvF1Sq3DsUaLx6+NTHC5Jj1ooM2F68sBiVz3lvhfwQs/S3l6qg==",
"hasInstallScript": true,
"version": "5.3.8",
"resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.3.8.tgz",
"integrity": "sha512-6jQrlvaJQ16uWVVO0rBfApaTPItkqaG32l3746enNZzpMDxMvzmHzj8rHUg39bvVtom0Y8o8ZzWuchEXKGjVsg==",
"dependencies": {
"@babel/helper-module-imports": "^7.0.0",
"@babel/traverse": "^7.4.5",
@ -34462,9 +34461,9 @@
"requires": {}
},
"styled-components": {
"version": "5.3.6",
"resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.3.6.tgz",
"integrity": "sha512-hGTZquGAaTqhGWldX7hhfzjnIYBZ0IXQXkCYdvF1Sq3DsUaLx6+NTHC5Jj1ooM2F68sBiVz3lvhfwQs/S3l6qg==",
"version": "5.3.8",
"resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.3.8.tgz",
"integrity": "sha512-6jQrlvaJQ16uWVVO0rBfApaTPItkqaG32l3746enNZzpMDxMvzmHzj8rHUg39bvVtom0Y8o8ZzWuchEXKGjVsg==",
"requires": {
"@babel/helper-module-imports": "^7.0.0",
"@babel/traverse": "^7.4.5",

View File

@ -56,7 +56,7 @@
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.8.2",
"styled-components": "^5.3.6"
"styled-components": "^5.3.8"
},
"devDependencies": {
"@babel/core": "^7.20.2",