From 7c0898c6309420ca3a386decaca0d41ee4308cbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 14:28:22 +0000 Subject: [PATCH] Bump npm-groovy-lint from 14.4.1 to 14.5.0 Bumps [npm-groovy-lint](https://github.com/nvuillam/npm-groovy-lint) from 14.4.1 to 14.5.0. - [Release notes](https://github.com/nvuillam/npm-groovy-lint/releases) - [Changelog](https://github.com/nvuillam/npm-groovy-lint/blob/main/CHANGELOG.md) - [Commits](https://github.com/nvuillam/npm-groovy-lint/compare/v14.4.1...v14.5.0) --- updated-dependencies: - dependency-name: npm-groovy-lint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 ecc7c5a..e2e99d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "cspell": "^8.7.0", "husky": "^9.0.11", "jscpd": "^3.5.10", - "npm-groovy-lint": "^14.4.1", + "npm-groovy-lint": "^14.5.0", "npm-run-all": "^4.1.5", "remark-cli": "^12.0.0", "remark-frontmatter": "^5.0.0", @@ -10702,9 +10702,9 @@ } }, "node_modules/npm-groovy-lint": { - "version": "14.4.1", - "resolved": "https://registry.npmjs.org/npm-groovy-lint/-/npm-groovy-lint-14.4.1.tgz", - "integrity": "sha512-GN5Ln3ve14Fp4oy82rlARaXoj3PKuqMrUHlk/wtczVJTwCLbV9GtwCMKRbUVWe8IwiIYOlJ0hg/i65aQItLusA==", + "version": "14.5.0", + "resolved": "https://registry.npmjs.org/npm-groovy-lint/-/npm-groovy-lint-14.5.0.tgz", + "integrity": "sha512-B4eDHYHcrNEaGLA659g5JntZnyPMhCkMWz50wnClDwn92rcooy6a/kIxrBQcyBelRMOEYogvXA98lu2RR/OS5Q==", "dev": true, "dependencies": { "ansi-colors": "^4.1.1", diff --git a/package.json b/package.json index ef52f90..2c3ce8a 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "cspell": "^8.7.0", "husky": "^9.0.11", "jscpd": "^3.5.10", - "npm-groovy-lint": "^14.4.1", + "npm-groovy-lint": "^14.5.0", "npm-run-all": "^4.1.5", "remark-cli": "^12.0.0", "remark-frontmatter": "^5.0.0",