From 153bc4e83ad28d317d5212a151523921fbc57972 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 16:53:14 +0800 Subject: [PATCH] chore(deps-dev): bump np from 7.7.0 to 9.2.0 (#608) Bumps [np](https://github.com/sindresorhus/np) from 7.7.0 to 9.2.0. - [Release notes](https://github.com/sindresorhus/np/releases) - [Commits](https://github.com/sindresorhus/np/compare/v7.7.0...v9.2.0) --- updated-dependencies: - dependency-name: np dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: lijianan <574980606@qq.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a1941e28..7c2df693 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "jest-environment-jsdom": "^29.3.1", "less": "^4.1.3", "lint-staged": "^15.1.0", - "np": "^7.2.0", + "np": "^9.2.0", "rc-test": "^7.0.14", "rc-tooltip": "^6.0.1", "react": "^18.2.0",