Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 20b8fc4

Browse files
committed
fix: upgrade multiple dependencies with Snyk
Snyk has created this PR to upgrade: - react from 16.4.1 to 16.13.0. See this package in NPM: https://www.npmjs.com/package/react - react-dom from 16.4.1 to 16.13.0. See this package in NPM: https://www.npmjs.com/package/react-dom See this project in Snyk: https://app.snyk.io/org/yowainwright/project/03b099ed-f55b-4b6c-983e-577944d94ddf?utm_source=github&utm_medium=upgrade-pr
1 parent 5dc67cf commit 20b8fc4

File tree

2 files changed

+89
-27
lines changed

2 files changed

+89
-27
lines changed

package-lock.json

Lines changed: 87 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
"open-browser-webpack-plugin": "^0.0.5",
4949
"prop-types": "^15.5.10",
5050
"purecss": "0.6.0",
51-
"react": "^16.4.1",
51+
"react": "^16.13.0",
5252
"react-addons-css-transition-group": "^15.1.0",
5353
"react-addons-transition-group": "^15.1.0",
54-
"react-dom": "^16.4.1",
54+
"react-dom": "^16.13.0",
5555
"react-motion": "^0.4.2",
5656
"react-redux": "^5.0.2",
5757
"react-router-dom": "^4.0.0",

0 commit comments

Comments
 (0)