From 5d4751e7d496b5f829c206f32529ee5805258d34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 18:03:53 +0000 Subject: [PATCH] Bump npm from 8.19.3 to 9.4.1 Bumps [npm](https://github.com/npm/cli) from 8.19.3 to 9.4.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.3...v9.4.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..ccb508e 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.4.1", "grunt": "^1.0.4", "grunt-wp-deploy": "^2.0.0", "grunt-wp-i18n": "^1.0.3",