From bb06721cd3193df528608db82e060955ad212554 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Apr 2021 05:54:39 +0000 Subject: [PATCH] Bump npm from 6.14.12 to 7.7.6 in /example Bumps [npm](https://github.com/npm/cli) from 6.14.12 to 7.7.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/v6.14.12...v7.7.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 37d98eb3c..bb545e9fb 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.7.6", "prop-types": "^15.7.2", "react": "16.13.1", "react-native": "0.63.4",