From bcf38124b9f36e9f842c399a2b4119b2a3571a23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 19:03:13 +0000 Subject: [PATCH] Bump npm from 5.10.0 to 6.14.6 in /example Bumps [npm](https://github.com/npm/cli) from 5.10.0 to 6.14.6. - [Release notes](https://github.com/npm/cli/releases) - [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md) - [Commits](https://github.com/npm/cli/compare/v5.10.0...v6.14.6) Signed-off-by: dependabot[bot] --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 122b44eb2..cd1bf1a56 100644 --- a/example/package.json +++ b/example/package.json @@ -24,7 +24,7 @@ "install": "^0.12.2", "mapbox": "^1.0.0-beta10", "moment": "^2.24.0", - "npm": "^5.10.0", + "npm": "^6.14.6", "prop-types": "^15.7.2", "react": "16.8.3", "react-native": "0.59.0",