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

Commit dc8bfbb

Browse files
mrkevfacebook-github-bot
authored andcommitted
Update deps in 'universal' example (#2362)
Summary: Apparently there's some vulnerability in [email protected]— it's somewhere on the dependency tree of the 'universal' example. The update seems to have gotten rid of that version and hopefully of the vulnerability too. Pull Request resolved: #2362 Test Plan: Ran example, it still works. Reviewed By: claudiopro Differential Revision: D20593655 Pulled By: mrkev fbshipit-source-id: 0a92d59dbb9425b497617df2494c968dc8ff9837
1 parent 9dede80 commit dc8bfbb

File tree

2 files changed

+288
-1967
lines changed

2 files changed

+288
-1967
lines changed

examples/draft-0-10-0/universal/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"react-dom": "file:../../../node_modules/react-dom"
1212
},
1313
"devDependencies": {
14-
"@babel/cli": "^7.7.4",
15-
"@babel/core": "^7.7.4",
16-
"@babel/node": "^7.7.4",
17-
"@babel/preset-react": "^7.7.4",
14+
"@babel/cli": "^7.8.4",
15+
"@babel/core": "^7.9.0",
16+
"@babel/node": "^7.8.7",
17+
"@babel/preset-react": "^7.9.1",
1818
"babelify": "^10.0.0",
1919
"browserify": "^16.5.0"
2020
},

0 commit comments

Comments
 (0)