From e8d0ff5d65bf1e1e2300e313e24ab6f0c32dd6a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 21:28:41 +0900 Subject: [PATCH] Bump np from 10.0.2 to 10.0.3 (#7615) Bumps [np](https://github.com/sindresorhus/np) from 10.0.2 to 10.0.3. - [Release notes](https://github.com/sindresorhus/np/releases) - [Commits](https://github.com/sindresorhus/np/compare/v10.0.2...v10.0.3) --- updated-dependencies: - dependency-name: np dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 62c253646c..f865035763 100644 --- a/package-lock.json +++ b/package-lock.json @@ -84,7 +84,7 @@ "jest-preset-stylelint": "^7.0.0", "jest-watch-typeahead": "^2.2.2", "lint-staged": "^15.2.2", - "np": "^10.0.2", + "np": "^10.0.3", "npm-run-all": "^4.1.5", "patch-package": "^8.0.0", "postcss-html": "^1.6.0", @@ -13196,9 +13196,9 @@ } }, "node_modules/np": { - "version": "10.0.2", - "resolved": "https://registry.npmjs.org/np/-/np-10.0.2.tgz", - "integrity": "sha512-GVneZPeBZ/KSoVQyW9NjagM1KWFIheGcV2HtrCwYfe4L+z02lQq8lQXVw8eb8vM+weSdhqtzZ57ymaRwubvoTg==", + "version": "10.0.3", + "resolved": "https://registry.npmjs.org/np/-/np-10.0.3.tgz", + "integrity": "sha512-JioZkOd7DtT1nkGnVOUrPfD7P3SlNbjsT2dHxMDsxpZcpd44iP4J4Nn9OTjCAhf9LK4EezTcIfU7QadyupEvxg==", "dev": true, "dependencies": { "chalk": "^5.3.0", diff --git a/package.json b/package.json index dc702ed6cc..853c98b3eb 100644 --- a/package.json +++ b/package.json @@ -233,7 +233,7 @@ "jest-preset-stylelint": "^7.0.0", "jest-watch-typeahead": "^2.2.2", "lint-staged": "^15.2.2", - "np": "^10.0.2", + "np": "^10.0.3", "npm-run-all": "^4.1.5", "patch-package": "^8.0.0", "postcss-html": "^1.6.0",