From ce2c6536daa742c52590b07306decda1d9d2ba6b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 8 Jun 2021 16:54:25 +0000 Subject: [PATCH] chore(deps): update dependency @netlify/eslint-config-node to ^3.1.3 --- package-lock.json | 75 ++++++++++++++++++++++++++++++++--------------- package.json | 2 +- 2 files changed, 52 insertions(+), 25 deletions(-) diff --git a/package-lock.json b/package-lock.json index 97557ee8a0..90e7a96c0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "commander": "^7.1.0", "debounce-fn": "^4.0.0", "etag": "^1.8.1", - "execa": "^5.1.1", + "execa": "^5.0.0", "fastq": "^1.11.0", "find-cache-dir": "^3.3.1", "find-up": "^5.0.0", @@ -35,7 +35,7 @@ "netlify-plugin-nextjs": "src/next-on-netlify.js" }, "devDependencies": { - "@netlify/eslint-config-node": "^3.1.1", + "@netlify/eslint-config-node": "^3.1.3", "cpy": "^8.1.1", "cypress": "^7.0.0", "folder-hash": "^4.0.0", @@ -1786,9 +1786,9 @@ } }, "node_modules/@babel/eslint-parser": { - "version": "7.14.2", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.14.2.tgz", - "integrity": "sha512-g1YXHASb84MvEkReG/nZ74emTPAMjip1Ey6azZqKTEWidpgEzPGl/uoc6IPJjaMGw424u40sNm1V70tuYOQmeA==", + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.14.4.tgz", + "integrity": "sha512-7CTckFLPBGEfCKqlrnJq2PIId3UmJ5hW+D4dsv/VvuA5DapgqyZFCttq+8oeRIJMZQizFIe5gel3xm2SbrqlYA==", "dev": true, "dependencies": { "eslint-scope": "^5.1.0", @@ -4296,9 +4296,9 @@ } }, "node_modules/@netlify/eslint-config-node": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@netlify/eslint-config-node/-/eslint-config-node-3.1.1.tgz", - "integrity": "sha512-gfDEoyYrTE/I2mjKAHLp6u0TTRmgzHNBVqzm0aMbPMcjRDxliLs0G82AvyVjcIk6DVuMzllchsDkG/vj1UG1jw==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/@netlify/eslint-config-node/-/eslint-config-node-3.1.3.tgz", + "integrity": "sha512-w3yMg6oWo2p0FSzLE3ynQ4VfI2YOKtkYh7vrUbfXAclGoQIZRjybZmT4ry7u815V9+sVG6euS0ZN0Z+hRahaPA==", "dev": true, "dependencies": { "@babel/core": "^7.13.8", @@ -4319,7 +4319,7 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.0.0", "eslint-plugin-react": "^7.21.5", - "eslint-plugin-unicorn": "^32.0.0", + "eslint-plugin-unicorn": "^33.0.0", "eslint-plugin-you-dont-need-lodash-underscore": "^6.10.0", "execa": "^5.0.0", "husky": "^4.3.0", @@ -9086,15 +9086,15 @@ } }, "node_modules/eslint-plugin-unicorn": { - "version": "32.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-32.0.1.tgz", - "integrity": "sha512-LaZ9utnXtOJjnoDkpm+nQsONUUmyRR0WD6PGROSdQRRW3LRmgK/ZP8wxjW+Ai+2uolKTtuJzLx2mvbIeIoLqpg==", + "version": "33.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-33.0.1.tgz", + "integrity": "sha512-VxX/L/9DUEyB3D0v00185LrgsB5/fBwkgA4IC7ehHRu5hFSgA6VecmdpFybhsr4GQ/Y1iyXMHf6q+JKvcR2MwA==", "dev": true, "dependencies": { "ci-info": "^3.1.1", "clean-regexp": "^1.0.0", "eslint-template-visitor": "^2.3.2", - "eslint-utils": "^2.1.0", + "eslint-utils": "^3.0.0", "import-modules": "^2.1.0", "is-builtin-module": "^3.1.0", "lodash": "^4.17.21", @@ -9115,6 +9115,24 @@ "eslint": ">=7.23.0" } }, + "node_modules/eslint-plugin-unicorn/node_modules/eslint-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", + "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", + "dev": true, + "dependencies": { + "eslint-visitor-keys": "^2.0.0" + }, + "engines": { + "node": "^10.0.0 || ^12.0.0 || >= 14.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/mysticatea" + }, + "peerDependencies": { + "eslint": ">=5" + } + }, "node_modules/eslint-plugin-unicorn/node_modules/find-up": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", @@ -39813,9 +39831,9 @@ } }, "@babel/eslint-parser": { - "version": "7.14.2", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.14.2.tgz", - "integrity": "sha512-g1YXHASb84MvEkReG/nZ74emTPAMjip1Ey6azZqKTEWidpgEzPGl/uoc6IPJjaMGw424u40sNm1V70tuYOQmeA==", + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.14.4.tgz", + "integrity": "sha512-7CTckFLPBGEfCKqlrnJq2PIId3UmJ5hW+D4dsv/VvuA5DapgqyZFCttq+8oeRIJMZQizFIe5gel3xm2SbrqlYA==", "dev": true, "requires": { "eslint-scope": "^5.1.0", @@ -41845,9 +41863,9 @@ } }, "@netlify/eslint-config-node": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@netlify/eslint-config-node/-/eslint-config-node-3.1.1.tgz", - "integrity": "sha512-gfDEoyYrTE/I2mjKAHLp6u0TTRmgzHNBVqzm0aMbPMcjRDxliLs0G82AvyVjcIk6DVuMzllchsDkG/vj1UG1jw==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/@netlify/eslint-config-node/-/eslint-config-node-3.1.3.tgz", + "integrity": "sha512-w3yMg6oWo2p0FSzLE3ynQ4VfI2YOKtkYh7vrUbfXAclGoQIZRjybZmT4ry7u815V9+sVG6euS0ZN0Z+hRahaPA==", "dev": true, "requires": { "@babel/core": "^7.13.8", @@ -41868,7 +41886,7 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.0.0", "eslint-plugin-react": "^7.21.5", - "eslint-plugin-unicorn": "^32.0.0", + "eslint-plugin-unicorn": "^33.0.0", "eslint-plugin-you-dont-need-lodash-underscore": "^6.10.0", "execa": "^5.0.0", "husky": "^4.3.0", @@ -45673,15 +45691,15 @@ } }, "eslint-plugin-unicorn": { - "version": "32.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-32.0.1.tgz", - "integrity": "sha512-LaZ9utnXtOJjnoDkpm+nQsONUUmyRR0WD6PGROSdQRRW3LRmgK/ZP8wxjW+Ai+2uolKTtuJzLx2mvbIeIoLqpg==", + "version": "33.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-33.0.1.tgz", + "integrity": "sha512-VxX/L/9DUEyB3D0v00185LrgsB5/fBwkgA4IC7ehHRu5hFSgA6VecmdpFybhsr4GQ/Y1iyXMHf6q+JKvcR2MwA==", "dev": true, "requires": { "ci-info": "^3.1.1", "clean-regexp": "^1.0.0", "eslint-template-visitor": "^2.3.2", - "eslint-utils": "^2.1.0", + "eslint-utils": "^3.0.0", "import-modules": "^2.1.0", "is-builtin-module": "^3.1.0", "lodash": "^4.17.21", @@ -45693,6 +45711,15 @@ "semver": "^7.3.5" }, "dependencies": { + "eslint-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", + "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", + "dev": true, + "requires": { + "eslint-visitor-keys": "^2.0.0" + } + }, "find-up": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", diff --git a/package.json b/package.json index f396567ad5..43a1d191aa 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "sharp": "^0.28.1" }, "devDependencies": { - "@netlify/eslint-config-node": "^3.1.1", + "@netlify/eslint-config-node": "^3.1.3", "cpy": "^8.1.1", "cypress": "^7.0.0", "folder-hash": "^4.0.0",