From 8a983cfc8aac9a7374f9e33c62241a50e13fe337 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 18:28:35 +0000 Subject: [PATCH] Bump npm-groovy-lint from 13.0.2 to 14.0.0 in /dependencies (#4997) Bumps [npm-groovy-lint](https://github.com/nvuillam/npm-groovy-lint) from 13.0.2 to 14.0.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/v13.0.2...v14.0.0) --- updated-dependencies: - dependency-name: npm-groovy-lint dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies/package-lock.json | 15 ++++----------- dependencies/package.json | 2 +- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index 259ae21b..e6bac3ed 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -39,7 +39,7 @@ "next": "^14.0.4", "next-pwa": "^5.6.0", "node-fetch": "^3.3.2", - "npm-groovy-lint": "^13.0.2", + "npm-groovy-lint": "^14.0.0", "postcss-less": "^6.0.0", "prettier": "^3.1.1", "prettyjson": "^1.2.5", @@ -13008,11 +13008,6 @@ "tslib": "^2.4.0" } }, - "node_modules/ip": { - "version": "1.1.8", - "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.8.tgz", - "integrity": "sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg==" - }, "node_modules/is-accessor-descriptor": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", @@ -15616,9 +15611,9 @@ } }, "node_modules/npm-groovy-lint": { - "version": "13.0.2", - "resolved": "https://registry.npmjs.org/npm-groovy-lint/-/npm-groovy-lint-13.0.2.tgz", - "integrity": "sha512-tVMsJ/c34fl0JD0nxJTqv2j5qceZaxq/+NuF6fNvFAncVLH4QkquFSF0TpKeY8X9hlltnowcrtxv82oo3sdeBQ==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/npm-groovy-lint/-/npm-groovy-lint-14.0.0.tgz", + "integrity": "sha512-ID/eTicTzBluCpVsxkQRAj4hugOCECn4IxPw6Hw4W6wnHpZW2VZlPkw/lKDw7Xc3jjRsL/1z9fFyezOEprUaMQ==", "dependencies": { "amplitude": "^5.1.6", "ansi-colors": "^4.1.1", @@ -15633,12 +15628,10 @@ "fs-extra": "^8.1.0", "glob": "^7.1.6", "import-fresh": "^3.2.1", - "ip": "^1.1.5", "java-caller": "^3.2.0", "js-yaml": "^4.1.0", "node-sarif-builder": "^2.0.3", "optionator": "^0.8.3", - "semver": "^7.1.3", "strip-json-comments": "^3.0.1", "uuid": "^8.2.0" }, diff --git a/dependencies/package.json b/dependencies/package.json index 9aff64e8..3ba14d2e 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -34,7 +34,7 @@ "next": "^14.0.4", "next-pwa": "^5.6.0", "node-fetch": "^3.3.2", - "npm-groovy-lint": "^13.0.2", + "npm-groovy-lint": "^14.0.0", "postcss-less": "^6.0.0", "prettier": "^3.1.1", "prettyjson": "^1.2.5",