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

Commit 71ef373

Browse files
Claudio Procidafacebook-github-bot
Claudio Procida
authored andcommitted
Upgrades react-scripts to ^1.1.5 (#2042)
Summary: **Summary** Upgrades react-scripts to ^1.1.5 to remove an indirect dependency on the [vulnerable package [email protected]](https://snyk.io/vuln/SNYK-JS-MACADDRESS-12141). **Test Plan** Smoke test the Draft.js playground ``` cd examples/draft-0-10-0/playground yarn install yarn run start ``` Pull Request resolved: #2042 Reviewed By: anarelion Differential Revision: D14560176 Pulled By: anarelion fbshipit-source-id: b109049e545361db9ed0a35b7242fac5fd85cdc3
1 parent 21753fa commit 71ef373

File tree

2 files changed

+2919
-1184
lines changed

2 files changed

+2919
-1184
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"dependencies": {
66
"codemirror": "^5.32.0",
77
"draft-convert": "^2.0.1",
8-
"draft-js": "file:../../../",
8+
"draft-js": "file:../../..",
99
"immutable": "^3.8.2",
1010
"react": "^16.2.0",
1111
"react-codemirror2": "^3.0.7",
1212
"react-dom": "^16.2.0",
1313
"react-json-tree": "^0.11.0",
1414
"react-panelgroup": "^1.0.5",
15-
"react-scripts": "1.0.17"
15+
"react-scripts": "^1.1.5"
1616
},
1717
"scripts": {
1818
"start": "react-scripts start",

0 commit comments

Comments
 (0)