From 033861d2fc0e34359da19a60e5061cbf51dccfc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Dec 2020 22:03:15 -0500 Subject: [PATCH] Bump npm-groovy-lint from 8.0.2 to 8.1.0 in /dependencies (#1081) Bumps [npm-groovy-lint](https://github.com/nvuillam/npm-groovy-lint) from 8.0.2 to 8.1.0. - [Release notes](https://github.com/nvuillam/npm-groovy-lint/releases) - [Changelog](https://github.com/nvuillam/npm-groovy-lint/blob/master/CHANGELOG.md) - [Commits](https://github.com/nvuillam/npm-groovy-lint/compare/v8.0.2...v8.1.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies/package-lock.json | 24 ++++++++++++------------ dependencies/package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index ef21ac80..2be005f5 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -1176,9 +1176,9 @@ }, "dependencies": { "axios": { - "version": "0.21.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.0.tgz", - "integrity": "sha512-fmkJBknJKoZwem3/IKSSLpkdNXZeBu5Q7GA/aRsr2btgrptmSCxi2oFjZHqGdK9DoTil9PIHlPIZw2EcRJXRvw==", + "version": "0.21.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", + "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", "requires": { "follow-redirects": "^1.10.0" } @@ -3225,9 +3225,9 @@ "integrity": "sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==" }, "follow-redirects": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.0.tgz", - "integrity": "sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==" + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.1.tgz", + "integrity": "sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==" }, "forever-agent": { "version": "0.6.1", @@ -4763,9 +4763,9 @@ "integrity": "sha1-0LFF62kRicY6eNIB3E/bEpPvDAM=" }, "npm-groovy-lint": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/npm-groovy-lint/-/npm-groovy-lint-8.0.2.tgz", - "integrity": "sha512-26jlU/rEFPaZfd3zDZ+HsIm3KjT+coyiFeP4K1NBMfglgVgFbW+VerfCaJzJ77DMMwrQJpXyisrIOTHwkWHZZg==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/npm-groovy-lint/-/npm-groovy-lint-8.1.0.tgz", + "integrity": "sha512-VPBv0tZlv2pnfbOB+IBsPuZCKDpT1TnJYcl7nnJ1/LCy1xjld9twWyd3XePQcMhjQ6naz3MEW/ZGzqUj8ZlGLg==", "requires": { "amplitude": "^5.1.2", "ansi-colors": "^4.1.1", @@ -4787,9 +4787,9 @@ }, "dependencies": { "uuid": { - "version": "8.3.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.1.tgz", - "integrity": "sha512-FOmRr+FmWEIG8uhZv6C2bTgEVXsHk08kE7mPlrBbEe+c3r9pjceVPgupIfNIhc4yx55H69OXANrUaSuu9eInKg==" + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" } } }, diff --git a/dependencies/package.json b/dependencies/package.json index 5714055a..4ae7463b 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -17,7 +17,7 @@ "htmlhint": "^0.14.2", "jsonlint": "^1.6.3", "markdownlint-cli": "^0.26.0", - "npm-groovy-lint": "^8.0.2", + "npm-groovy-lint": "^8.1.0", "prettier": "^2.2.1", "prettyjson": "^1.2.1", "sql-lint": "0.0.15",