Skip to content

Commit d891230

Browse files
committed
fix: upgrade multiple dependencies with Snyk
Snyk has created this PR to upgrade: - react from 16.11.0 to 16.13.1. See this package in NPM: https://www.npmjs.com/package/react - react-dom from 16.11.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/ashishpatel0720/project/5df45c19-cb3b-41ea-9992-3c613a47d453?utm_source=github&utm_medium=upgrade-pr
1 parent 7675963 commit d891230

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Diff for: package-lock.json

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

100755100644
+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@docusaurus/core": "^2.0.0-alpha.33",
1313
"@docusaurus/preset-classic": "^2.0.0-alpha.33",
1414
"classnames": "^2.2.6",
15-
"react": "^16.8.4",
16-
"react-dom": "^16.8.4"
15+
"react": "^16.13.1",
16+
"react-dom": "^16.13.1"
1717
},
1818
"browserslist": {
1919
"production": [

0 commit comments

Comments
 (0)