From 110b9055322b0ff1192956993374156f7835316c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Sep 2023 08:12:46 +0000 Subject: [PATCH] Bump @mediamonks/eslint-config from 2.2.2 to 2.3.0 Bumps [@mediamonks/eslint-config](https://github.com/mediamonks/eslint-config) from 2.2.2 to 2.3.0. - [Release notes](https://github.com/mediamonks/eslint-config/releases) - [Commits](https://github.com/mediamonks/eslint-config/compare/@mediamonks/eslint-config@2.2.2...@mediamonks/eslint-config@2.3.0) --- updated-dependencies: - dependency-name: "@mediamonks/eslint-config" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 71e20c8..92ca440 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2736,12 +2736,12 @@ } }, "node_modules/@mediamonks/eslint-config": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/@mediamonks/eslint-config/-/eslint-config-2.2.2.tgz", - "integrity": "sha512-g0SBTOctRo/oOy9wY+dUrz6tkG2wvcWHsNu3UxbPfOOKJzTprtYbCIQ2Zkaxmf1Or36oWUSwaQz1umc1ZXgJNw==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@mediamonks/eslint-config/-/eslint-config-2.3.0.tgz", + "integrity": "sha512-SvUNbak6ysB9aI3kFNvL/XpaUpn2EwlOETvzdESDTm1mC3apF3b0ZagfruriuXUIISazwelyDG7cq00BiH+zqA==", "dev": true, "dependencies": { - "eslint-config-prettier": "^8.5.0", + "eslint-config-prettier": "^9.0.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-unicorn": "^47.0.0" }, @@ -5697,9 +5697,10 @@ } }, "node_modules/eslint-config-prettier": { - "version": "8.5.0", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz", + "integrity": "sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==", "dev": true, - "license": "MIT", "bin": { "eslint-config-prettier": "bin/cli.js" },