Merge pull request #540 from github/dependabot/npm_and_yarn/dependencies/npm-groovy-lint-7.1.0

Bump npm-groovy-lint from 6.1.1 to 7.1.0 in /dependencies
This commit is contained in:
Eric Nemchik 2020-08-10 11:05:35 -05:00 committed by GitHub
commit c3853a17e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 46 additions and 4 deletions

48
dependencies/package-lock.json generated vendored
View file

@ -804,6 +804,11 @@
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
"integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
}, },
"at-least-node": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
"integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg=="
},
"autoprefixer": { "autoprefixer": {
"version": "9.8.5", "version": "9.8.5",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.5.tgz", "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.5.tgz",
@ -3076,6 +3081,42 @@
"resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
"integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo="
}, },
"java-caller": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/java-caller/-/java-caller-1.0.0.tgz",
"integrity": "sha512-FJYCCJchSPoQJh+sCkQwuNO4Nr8oOP48BMRIgP1/3hLnqW0fQ9QRR/8SDiraijtc4dgoTBFhP8IqQQnRbEgK9A==",
"requires": {
"debug": "^4.1.1",
"fs-extra": "^9.0.1"
},
"dependencies": {
"fs-extra": {
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.0.1.tgz",
"integrity": "sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ==",
"requires": {
"at-least-node": "^1.0.0",
"graceful-fs": "^4.2.0",
"jsonfile": "^6.0.1",
"universalify": "^1.0.0"
}
},
"jsonfile": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.0.1.tgz",
"integrity": "sha512-jR2b5v7d2vIOust+w3wtFKZIfpC2pnRmFAhAC/BuweZFQR8qZzxH1OyrQ10HmdVYiXWkYUqPVsz91cG7EL2FBg==",
"requires": {
"graceful-fs": "^4.1.6",
"universalify": "^1.0.0"
}
},
"universalify": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/universalify/-/universalify-1.0.0.tgz",
"integrity": "sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug=="
}
}
},
"js-tokens": { "js-tokens": {
"version": "4.0.0", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
@ -3754,9 +3795,9 @@
"integrity": "sha1-0LFF62kRicY6eNIB3E/bEpPvDAM=" "integrity": "sha1-0LFF62kRicY6eNIB3E/bEpPvDAM="
}, },
"npm-groovy-lint": { "npm-groovy-lint": {
"version": "6.1.1", "version": "7.1.0",
"resolved": "https://registry.npmjs.org/npm-groovy-lint/-/npm-groovy-lint-6.1.1.tgz", "resolved": "https://registry.npmjs.org/npm-groovy-lint/-/npm-groovy-lint-7.1.0.tgz",
"integrity": "sha512-k27X5r4a0MfjJpVZl91pGdMmvdSBUY41zqu87Y+M25CxGjQ0bqiP0AU7tTtJhlO2Xd0Ul7ze5JY53s/onhxeQA==", "integrity": "sha512-Ss1hE8MLyMfZ3+6xMaeNi6aWMhG+spqKghuODNY5wnXe2X0vdxJcS865zhh5tGntMVa+X3QqaTLBNmJLwYb7qA==",
"requires": { "requires": {
"@amplitude/node": "^0.3.3", "@amplitude/node": "^0.3.3",
"ansi-colors": "^4.1.1", "ansi-colors": "^4.1.1",
@ -3770,6 +3811,7 @@
"glob": "^7.1.6", "glob": "^7.1.6",
"import-fresh": "^3.2.1", "import-fresh": "^3.2.1",
"ip": "^1.1.5", "ip": "^1.1.5",
"java-caller": "^1.0.0",
"optionator": "^0.8.3", "optionator": "^0.8.3",
"semver": "^7.1.3", "semver": "^7.1.3",
"strip-json-comments": "^3.0.1", "strip-json-comments": "^3.0.1",

View file

@ -16,7 +16,7 @@
"htmlhint": "^0.14.1", "htmlhint": "^0.14.1",
"jsonlint": "^1.6.3", "jsonlint": "^1.6.3",
"markdownlint-cli": "^0.23.2", "markdownlint-cli": "^0.23.2",
"npm-groovy-lint": "^6.1.1", "npm-groovy-lint": "^7.1.0",
"prettier": "^2.0.5", "prettier": "^2.0.5",
"prettyjson": "^1.2.1", "prettyjson": "^1.2.1",
"standard": "^14.3.4", "standard": "^14.3.4",