Skip to content

Commit 31ed4d3

Browse files
committed
fix: upgrade react from 16.11.0 to 16.14.0
Snyk has created this PR to upgrade react from 16.11.0 to 16.14.0. See this package in yarn: react See this project in Snyk: https://app.snyk.io/org/lposen/project/f1bf0619-4ed4-44e0-9d9d-449358decce6?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 2f87799 commit 31ed4d3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"eslint-plugin-standard": "^4.0.0",
5353
"i": "^0.3.5",
5454
"jest": "^26.0.1",
55-
"react": "16.11.0",
55+
"react": "16.14.0",
5656
"react-native": "^0.68.0",
5757
"ts-jest": "^26.0.0",
5858
"typescript": "^3.9.5"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6234,10 +6234,10 @@ react-shallow-renderer@16.14.1:
62346234
object-assign "^4.1.1"
62356235
react-is "^16.12.0 || ^17.0.0"
62366236

6237-
react@16.11.0:
6238-
version "16.11.0"
6239-
resolved "https://registry.yarnpkg.com/react/-/react-16.11.0.tgz#d294545fe62299ccee83363599bf904e4a07fdbb"
6240-
integrity sha512-M5Y8yITaLmU0ynd0r1Yvfq98Rmll6q8AxaEe88c8e7LxO8fZ2cNgmFt0aGAS9wzf1Ao32NKXtCl+/tVVtkxq6g==
6237+
react@16.14.0:
6238+
version "16.14.0"
6239+
resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d"
6240+
integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==
62416241
dependencies:
62426242
loose-envify "^1.1.0"
62436243
object-assign "^4.1.1"

0 commit comments

Comments
 (0)