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

Commit dfa9e17

Browse files
authored
fix: upgrade multiple dependencies with Snyk (#43)
Snyk has created this PR to upgrade: - react from 16.5.2 to 16.13.1. See this package in NPM: https://www.npmjs.com/package/react - react-dom from 16.5.2 to 16.13.1. See this package in NPM: https://www.npmjs.com/package/react-dom See this project in Snyk: https://app.snyk.io/org/yowainwright/project/db3755b8-83ff-486a-9398-cc2d2d39d420?utm_source=github&utm_medium=upgrade-pr
1 parent 91083e4 commit dfa9e17

File tree

2 files changed

+19
-11
lines changed

2 files changed

+19
-11
lines changed

finished-application/frontend/package-lock.json

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

finished-application/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
"next-with-apollo": "^3.2.0",
3131
"nprogress": "^0.2.0",
3232
"prop-types": "^15.6.2",
33-
"react": "^16.5.2",
33+
"react": "^16.13.1",
3434
"react-adopt": "^0.6.0",
3535
"react-apollo": "^2.2.1",
36-
"react-dom": "^16.5.2",
36+
"react-dom": "^16.13.1",
3737
"react-stripe-checkout": "^2.6.3",
3838
"react-transition-group": "^2.9.0",
3939
"styled-components": "^3.4.9",

0 commit comments

Comments
 (0)