From ab77b7ced7d81e74039285a311abd60f151064f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 18:16:51 +0000 Subject: [PATCH] Bump npm from 8.19.4 to 9.5.1 Bumps [npm](https://github.com/npm/cli) from 8.19.4 to 9.5.1. - [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/v8.19.4...v9.5.1) --- updated-dependencies: - dependency-name: npm 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 ced9208..78edd8b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "wordpress-semantic-linkbacks", "description": "Semantic Trackbacks/Pingbacks/WebMentions for WordPress!", "devDependencies": { - "npm": "^8.0.0", + "npm": "^9.5.1", "grunt": "^1.0.4", "grunt-wp-deploy": "^2.0.0", "grunt-wp-i18n": "^1.0.3",