From 7a9c11b753552a10e57a3f1c2956448942f467f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Feb 2021 11:01:45 -0500 Subject: [PATCH] Bump eslint-config-prettier from 8.0.0 to 8.1.0 in /dependencies (#1262) Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.0.0 to 8.1.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.0.0...v8.1.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies/package-lock.json | 17 +++++++---------- dependencies/package.json | 2 +- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index 5aebead5..f3660a0a 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -16,7 +16,7 @@ "dockerfilelint": "^1.8.0", "eslint": "^7.20.0", "eslint-config-airbnb": "^18.2.1", - "eslint-config-prettier": "^8.0.0", + "eslint-config-prettier": "^8.1.0", "eslint-plugin-jest": "^24.1.5", "eslint-plugin-prettier": "^3.3.1", "gherkin-lint": "^4.1.3", @@ -2399,7 +2399,6 @@ "dependencies": { "anymatch": "~3.1.1", "braces": "~3.0.2", - "fsevents": "~2.1.2", "glob-parent": "~5.1.0", "is-binary-path": "~2.1.0", "is-glob": "~4.0.1", @@ -3410,9 +3409,9 @@ } }, "node_modules/eslint-config-prettier": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.0.0.tgz", - "integrity": "sha512-5EaAVPsIHu+grmm5WKjxUia4yHgRrbkd8I0ffqUSwixCPMVBrbS97UnzlEY/Q7OWo584vgixefM0kJnUfo/VjA==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.1.0.tgz", + "integrity": "sha512-oKMhGv3ihGbCIimCAjqkdzx2Q+jthoqnXSP+d86M9tptwugycmTFdVR4IpLgq2c4SHifbwO90z2fQ8/Aio73yw==", "bin": { "eslint-config-prettier": "bin/cli.js" }, @@ -5289,7 +5288,6 @@ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", "dependencies": { - "graceful-fs": "^4.1.6", "universalify": "^2.0.0" }, "optionalDependencies": { @@ -9010,7 +9008,6 @@ "integrity": "sha1-KcVzMUgFe7Th913zW3qcty5qWd0=", "dependencies": { "source-map": "~0.5.1", - "uglify-to-browserify": "~1.0.0", "yargs": "~3.10.0" }, "bin": { @@ -12470,9 +12467,9 @@ } }, "eslint-config-prettier": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.0.0.tgz", - "integrity": "sha512-5EaAVPsIHu+grmm5WKjxUia4yHgRrbkd8I0ffqUSwixCPMVBrbS97UnzlEY/Q7OWo584vgixefM0kJnUfo/VjA==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.1.0.tgz", + "integrity": "sha512-oKMhGv3ihGbCIimCAjqkdzx2Q+jthoqnXSP+d86M9tptwugycmTFdVR4IpLgq2c4SHifbwO90z2fQ8/Aio73yw==", "requires": {} }, "eslint-config-standard": { diff --git a/dependencies/package.json b/dependencies/package.json index 39fe0b19..e97f6ff2 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -11,7 +11,7 @@ "dockerfilelint": "^1.8.0", "eslint": "^7.20.0", "eslint-config-airbnb": "^18.2.1", - "eslint-config-prettier": "^8.0.0", + "eslint-config-prettier": "^8.1.0", "eslint-plugin-jest": "^24.1.5", "eslint-plugin-prettier": "^3.3.1", "gherkin-lint": "^4.1.3",