From cbeeba4c656ca2e1051b98c3ccdb922ac0e39cf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 22:03:54 +0000 Subject: [PATCH] chore(deps-dev): bump np from 7.7.0 to 10.0.4 Bumps [np](https://github.com/sindresorhus/np) from 7.7.0 to 10.0.4. - [Release notes](https://github.com/sindresorhus/np/releases) - [Commits](https://github.com/sindresorhus/np/compare/v7.7.0...v10.0.4) --- 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..0bb44f8 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.4", "rc-test": "^7.0.14", "react": "^18.0.0", "react-dom": "^18.0.0",