Skip to content

Commit 128d945

Browse files
committed
fix: upgrade multiple dependencies with Snyk
Snyk has created this PR to upgrade: - react from 16.13.0 to 16.13.1. See this package in NPM: https://www.npmjs.com/package/react - react-dom from 16.13.0 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/ryanhefner-github-marketplace/project/d27f3688-36fe-42f1-bc19-82ec16b0daf9?utm_source=github&utm_medium=upgrade-pr
1 parent c0fc2da commit 128d945

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

examples/circles/package-lock.json

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

examples/circles/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"react": "^16.13.0",
7-
"react-dom": "^16.13.0",
6+
"react": "^16.13.1",
7+
"react-dom": "^16.13.1",
88
"react-scripts": "^3.4.0"
99
},
1010
"scripts": {

0 commit comments

Comments
 (0)