From baa22ae9aaf32d561db99a3834effc6d8bed2bd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 18:02:55 +0000 Subject: [PATCH] Bump npm from 8.19.3 to 9.4.0 Bumps [npm](https://github.com/npm/cli) from 8.19.3 to 9.4.0. - [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.0) --- 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..4d448e1 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.0", "grunt": "^1.0.4", "grunt-wp-deploy": "^2.0.0", "grunt-wp-i18n": "^1.0.3",