diff --git a/package-lock.json b/package-lock.json index 8aa94ac5..e9bd4644 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "deprecated-react-native-prop-types": "^2.3.0", "flow-bin": "^0.180.0", "prop-types": "^15.7.2", - "underscore": "^1.13.0", + "underscore": "^1.13.7", "uuid": "^3.4.0" }, "devDependencies": { @@ -12025,9 +12025,10 @@ } }, "node_modules/underscore": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.1.tgz", - "integrity": "sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g==" + "version": "1.13.7", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.7.tgz", + "integrity": "sha512-GMXzWtsc57XAtguZgaQViUOzs0KTkk8ojr3/xAxXLITqf/3EMwxC0inyETfDFjH/Krbhuep0HNbbjI9i/q3F3g==", + "license": "MIT" }, "node_modules/unicode-canonical-property-names-ecmascript": { "version": "1.0.4", @@ -22297,9 +22298,9 @@ } }, "underscore": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.1.tgz", - "integrity": "sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g==" + "version": "1.13.7", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.7.tgz", + "integrity": "sha512-GMXzWtsc57XAtguZgaQViUOzs0KTkk8ojr3/xAxXLITqf/3EMwxC0inyETfDFjH/Krbhuep0HNbbjI9i/q3F3g==" }, "unicode-canonical-property-names-ecmascript": { "version": "1.0.4", diff --git a/package.json b/package.json index cf0bc239..7ede6158 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "deprecated-react-native-prop-types": "^2.3.0", "flow-bin": "^0.180.0", "prop-types": "^15.7.2", - "underscore": "^1.13.0", + "underscore": "^1.13.7", "uuid": "^3.4.0" }, "devDependencies": {