From a3d393092aafa8e5df368dec9836084430dc4f53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 21:55:43 +0000 Subject: [PATCH] chore(deps-dev): bump np from 7.7.0 to 10.0.3 Bumps [np](https://github.com/sindresorhus/np) from 7.7.0 to 10.0.3. - [Release notes](https://github.com/sindresorhus/np/releases) - [Commits](https://github.com/sindresorhus/np/compare/v7.7.0...v10.0.3) --- updated-dependencies: - dependency-name: np dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0cf5ff0..ff7eae4 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "eslint-plugin-jest": "^27.6.0", "eslint-plugin-unicorn": "^49.0.0", "father": "^4.0.0", - "np": "^7.6.4", + "np": "^10.0.3", "rc-test": "^7.0.14", "react": "^18.0.0", "react-dom": "^18.0.0",