From 284731dd231c76c420ce78610a5168b8bde960dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 23:28:25 +0000 Subject: [PATCH] build(deps-dev): bump @wordpress/npm-package-json-lint-config Bumps [@wordpress/npm-package-json-lint-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/npm-package-json-lint-config) from 4.8.0 to 4.9.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/npm-package-json-lint-config/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/npm-package-json-lint-config@4.9.0/packages/npm-package-json-lint-config) --- updated-dependencies: - dependency-name: "@wordpress/npm-package-json-lint-config" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 66f33ee..2c8d26c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,8 +19,8 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "5.47.0", "@typescript-eslint/experimental-utils": "5.47.0", - "@typescript-eslint/parser": "^5.47.1", - "@wordpress/npm-package-json-lint-config": "4.8.0", + "@typescript-eslint/parser": "5.47.1", + "@wordpress/npm-package-json-lint-config": "4.9.0", "eslint": "8.30.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-prettier": "4.2.1", @@ -816,9 +816,9 @@ } }, "node_modules/@wordpress/npm-package-json-lint-config": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/@wordpress/npm-package-json-lint-config/-/npm-package-json-lint-config-4.8.0.tgz", - "integrity": "sha512-g6Nx3UL/YEhW0jEAi3PdHJJAtWCvBO0MKtOjvFamC4NyJ7LHEe1QzhxlTToVhbs/AxST3jga0z+atPFAg6UtFg==", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/@wordpress/npm-package-json-lint-config/-/npm-package-json-lint-config-4.9.0.tgz", + "integrity": "sha512-Dw5ydl/1l9/04D+DhNjGLnBTwF7ykUef17dRhf26ZS3EZuC3kwDYsLUN6fXGDh7rQqkFZ1hPPNHTPO/bKNVgVQ==", "dev": true, "engines": { "node": ">=14" @@ -7054,9 +7054,9 @@ } }, "@wordpress/npm-package-json-lint-config": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/@wordpress/npm-package-json-lint-config/-/npm-package-json-lint-config-4.8.0.tgz", - "integrity": "sha512-g6Nx3UL/YEhW0jEAi3PdHJJAtWCvBO0MKtOjvFamC4NyJ7LHEe1QzhxlTToVhbs/AxST3jga0z+atPFAg6UtFg==", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/@wordpress/npm-package-json-lint-config/-/npm-package-json-lint-config-4.9.0.tgz", + "integrity": "sha512-Dw5ydl/1l9/04D+DhNjGLnBTwF7ykUef17dRhf26ZS3EZuC3kwDYsLUN6fXGDh7rQqkFZ1hPPNHTPO/bKNVgVQ==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index fbb0022..c731e7e 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@typescript-eslint/eslint-plugin": "5.47.0", "@typescript-eslint/experimental-utils": "5.47.0", "@typescript-eslint/parser": "5.47.1", - "@wordpress/npm-package-json-lint-config": "4.8.0", + "@wordpress/npm-package-json-lint-config": "4.9.0", "eslint": "8.30.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-prettier": "4.2.1",