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

Commit f286004

Browse files
fix: upgrade multiple dependencies with Snyk (#3)
Snyk has created this PR to upgrade: - react from 16.0.0 to 16.12.0. See this package in NPM: https://www.npmjs.com/package/react - react-dom from 16.0.0 to 16.12.0. See this package in NPM: https://www.npmjs.com/package/react-dom See this project in Snyk: https://app.snyk.io/org/coderbyheart/project/a5aa72bb-b5d9-4dec-adc9-3238d3e5caa9?utm_source=github&utm_medium=upgrade-pr Co-authored-by: Markus Tacker <[email protected]>
1 parent 67d933f commit f286004

File tree

2 files changed

+47
-101
lines changed

2 files changed

+47
-101
lines changed

Diff for: package-lock.json

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

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"jquery": "^3.4.1",
3333
"meownica-web-fonts-loader": "^1.2.1",
3434
"popper.js": "^1.16.1",
35-
"react": "^16.0.0",
36-
"react-dom": "^16.0.0"
35+
"react": "^16.12.0",
36+
"react-dom": "^16.12.0"
3737
},
3838
"devDependencies": {
3939
"@commitlint/cli": "^4.1.1",

0 commit comments

Comments
 (0)