From e1c72cb84730f484fb7cab5480b659d02e21885b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Dec 2021 09:45:35 +0100 Subject: [PATCH] chore(deps-dev): bump eslint-config-marine from 9.0.6 to 9.1.0 (#1354) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d5f1d5b..26f4899 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@typescript-eslint/parser": "^5.5.0", "clean-webpack-plugin": "^4.0.0", "eslint": "^8.3.0", - "eslint-config-marine": "^9.0.6", + "eslint-config-marine": "^9.1.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "prettier": "^2.5.0", @@ -1140,9 +1140,9 @@ } }, "node_modules/eslint-config-marine": { - "version": "9.0.6", - "resolved": "https://registry.npmjs.org/eslint-config-marine/-/eslint-config-marine-9.0.6.tgz", - "integrity": "sha512-PPx84UDPQrLM5kyGG4kaDCQ2EAfzh3bcFjS9Sqg322z2vzERg8di3D4YSjUHWgXNqgooOUor8qjzM2NnPL0AKw==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/eslint-config-marine/-/eslint-config-marine-9.1.0.tgz", + "integrity": "sha512-27gCRgmWB1XL+DIa3+RX0qSVVk4UZP36fG72loDxkt71M4sl6TUE/w8NqsbF+G3S72jGY0fHIpXBVDMvTJIbDA==", "dev": true, "dependencies": { "eslint-config-aqua": "^9.0.2" @@ -3937,9 +3937,9 @@ "dev": true }, "eslint-config-marine": { - "version": "9.0.6", - "resolved": "https://registry.npmjs.org/eslint-config-marine/-/eslint-config-marine-9.0.6.tgz", - "integrity": "sha512-PPx84UDPQrLM5kyGG4kaDCQ2EAfzh3bcFjS9Sqg322z2vzERg8di3D4YSjUHWgXNqgooOUor8qjzM2NnPL0AKw==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/eslint-config-marine/-/eslint-config-marine-9.1.0.tgz", + "integrity": "sha512-27gCRgmWB1XL+DIa3+RX0qSVVk4UZP36fG72loDxkt71M4sl6TUE/w8NqsbF+G3S72jGY0fHIpXBVDMvTJIbDA==", "dev": true, "requires": { "eslint-config-aqua": "^9.0.2" diff --git a/package.json b/package.json index 6926ccc..f6bc68e 100644 --- a/package.json +++ b/package.json @@ -199,7 +199,7 @@ "@typescript-eslint/parser": "^5.5.0", "clean-webpack-plugin": "^4.0.0", "eslint": "^8.3.0", - "eslint-config-marine": "^9.0.6", + "eslint-config-marine": "^9.1.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "prettier": "^2.5.0",