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",