From 34b02942ef6386819dc4311ae66d03e955980154 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 07:24:29 +0000 Subject: [PATCH] build(deps-dev): bump eslint-config-prettier in /tools/syn2mas Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.8.0 to 9.0.0. - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.8.0...v9.0.0) --- updated-dependencies: - dependency-name: eslint-config-prettier dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tools/syn2mas/package-lock.json | 9 ++++----- tools/syn2mas/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/tools/syn2mas/package-lock.json b/tools/syn2mas/package-lock.json index f39317f68..822c8c08e 100644 --- a/tools/syn2mas/package-lock.json +++ b/tools/syn2mas/package-lock.json @@ -25,7 +25,7 @@ "@typescript-eslint/parser": "^5.62.0", "eslint": "^8.51.0", "eslint-config-google": "^0.14.0", - "eslint-config-prettier": "^8.8.0", + "eslint-config-prettier": "^9.0.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-matrix-org": "github:matrix-org/eslint-plugin-matrix-org", "eslint-plugin-unicorn": "^46.0.0", @@ -2211,11 +2211,10 @@ } }, "node_modules/eslint-config-prettier": { - "version": "8.8.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.8.0.tgz", - "integrity": "sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==", + "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" }, diff --git a/tools/syn2mas/package.json b/tools/syn2mas/package.json index 3cdef644a..301384f25 100644 --- a/tools/syn2mas/package.json +++ b/tools/syn2mas/package.json @@ -19,7 +19,7 @@ "@typescript-eslint/parser": "^5.62.0", "eslint": "^8.51.0", "eslint-config-google": "^0.14.0", - "eslint-config-prettier": "^8.8.0", + "eslint-config-prettier": "^9.0.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-matrix-org": "github:matrix-org/eslint-plugin-matrix-org", "eslint-plugin-unicorn": "^46.0.0",