Skip to content

Commit

Permalink
fix: upgrade styled-components from 5.1.1 to 5.2.1
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade styled-components from 5.1.1 to 5.2.1.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/kyran/project/a45f1d9c-b6ce-4df8-95dc-c6b86811481c?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot authored and kyranjamie committed Dec 28, 2020
1 parent 6a770de commit 0ce9757
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
"redux-thunk": "2.3.0",
"rpc-websocket-client": "1.1.4",
"source-map-support": "0.5.19",
"styled-components": "5.1.1",
"styled-components": "5.2.1",
"typescript": "4.0.5",
"url-join": "4.0.1",
"valid-url": "1.0.9",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11227,10 +11227,10 @@ style-loader@2.0.0:
loader-utils "^2.0.0"
schema-utils "^3.0.0"

styled-components@5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.1.1.tgz#96dfb02a8025794960863b9e8e365e3b6be5518d"
integrity sha512-1ps8ZAYu2Husx+Vz8D+MvXwEwvMwFv+hqqUwhNlDN5ybg6A+3xyW1ECrAgywhvXapNfXiz79jJyU0x22z0FFTg==
styled-components@5.2.1:
version "5.2.1"
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.2.1.tgz#6ed7fad2dc233825f64c719ffbdedd84ad79101a"
integrity sha512-sBdgLWrCFTKtmZm/9x7jkIabjFNVzCUeKfoQsM6R3saImkUnjx0QYdLwJHBjY9ifEcmjDamJDVfknWm1yxZPxQ==
dependencies:
"@babel/helper-module-imports" "^7.0.0"
"@babel/traverse" "^7.4.5"
Expand Down

0 comments on commit 0ce9757

Please sign in to comment.