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

Commit

Permalink
Update deps in 'universal' example (#2362)
Browse files Browse the repository at this point in the history
Summary:
Apparently there's some vulnerability in debug@0.8.1— 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
  • Loading branch information
mrkev authored and facebook-github-bot committed Mar 24, 2020
1 parent 9dede80 commit dc8bfbb
Show file tree
Hide file tree
Showing 2 changed files with 288 additions and 1,967 deletions.
8 changes: 4 additions & 4 deletions examples/draft-0-10-0/universal/package.json
Expand Up @@ -11,10 +11,10 @@
"react-dom": "file:../../../node_modules/react-dom"
},
"devDependencies": {
"@babel/cli": "^7.7.4",
"@babel/core": "^7.7.4",
"@babel/node": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/node": "^7.8.7",
"@babel/preset-react": "^7.9.1",
"babelify": "^10.0.0",
"browserify": "^16.5.0"
},
Expand Down

0 comments on commit dc8bfbb

Please sign in to comment.