Skip to content

Commit effb709

Browse files
committed
fix: pubdev/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:react-dom:20180802
1 parent 20c49ee commit effb709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubdev/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"react-debounce-input": "^2.4.0",
5858
"react-dnd": "^2.1.2",
5959
"react-dnd-html5-backend": "^2.1.2",
60-
"react-dom": "^15.0.1",
60+
"react-dom": "^16.0.1",
6161
"react-draggable": "^2.1.1",
6262
"react-dropzone": "^3.6.0",
6363
"react-frame": "^1.0.0",

0 commit comments

Comments
 (0)