From e0fa81aa4b5800fe778d3265654e55529c1e607a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 20:48:59 +0000 Subject: [PATCH] Bump npm from 6.14.11 to 7.6.3 in /example Bumps [npm](https://github.com/npm/cli) from 6.14.11 to 7.6.3. - [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/v6.14.11...v7.6.3) 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 37d98eb3c..fa94844ca 100644 --- a/example/package.json +++ b/example/package.json @@ -32,7 +32,7 @@ "buffer": "^5.1.0", "debounce": "^1.2.0", "moment": "^2.24.0", - "npm": "^6.13.4", + "npm": "^7.6.3", "prop-types": "^15.7.2", "react": "16.13.1", "react-native": "0.63.4",