From 42050cb76fa1af78266fb3659f3ac9122b923cc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 08:11:55 +0000 Subject: [PATCH] build(deps-dev): bump eslint-config-prettier in /token/js Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.3.0 to 10.1.3. - [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.3.0...v10.1.3) --- updated-dependencies: - dependency-name: eslint-config-prettier dependency-version: 10.1.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- token/js/package.json | 2 +- token/js/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/token/js/package.json b/token/js/package.json index 91017bdd..5fafeef8 100644 --- a/token/js/package.json +++ b/token/js/package.json @@ -61,7 +61,7 @@ "chai": "^4.3.4", "chai-as-promised": "^7.1.1", "eslint": "^8.7.0", - "eslint-config-prettier": "^8.3.0", + "eslint-config-prettier": "^10.1.3", "eslint-plugin-prettier": "^4.0.0", "gh-pages": "^3.2.3", "mocha": "^9.1.4", diff --git a/token/js/yarn.lock b/token/js/yarn.lock index 92da00fe..b1f4a3ea 100644 --- a/token/js/yarn.lock +++ b/token/js/yarn.lock @@ -939,10 +939,10 @@ escape-string-regexp@^1.0.2: resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= -eslint-config-prettier@^8.3.0: - version "8.3.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a" - integrity sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew== +eslint-config-prettier@^10.1.3: + version "10.1.3" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.3.tgz#b53b626e5fae39aa2a442a929488c35acec53c96" + integrity sha512-vDo4d9yQE+cS2tdIT4J02H/16veRvkHgiLDRpej+WL67oCfbOb97itZXn8wMPJ/GsiEBVjrjs//AVNw2Cp1EcA== eslint-plugin-prettier@^4.0.0: version "4.0.0"