From 78bf4093f8292fcded3b1a7eb07a878e7617e1c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 17:46:35 +0000 Subject: [PATCH] Bump @prettier/plugin-ruby from 4.0.3 to 4.0.4 Bumps [@prettier/plugin-ruby](https://github.com/prettier/plugin-ruby) from 4.0.3 to 4.0.4. - [Changelog](https://github.com/prettier/plugin-ruby/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/plugin-ruby/compare/v4.0.3...v4.0.4) --- updated-dependencies: - dependency-name: "@prettier/plugin-ruby" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fab15acf..d3debcdf 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "build": "esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds --public-path=assets" }, "devDependencies": { - "@prettier/plugin-ruby": "^4.0.3", + "@prettier/plugin-ruby": "^4.0.4", "prettier": "^3.1.1" } } diff --git a/yarn.lock b/yarn.lock index 81d5643a..5ff496fa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -112,10 +112,10 @@ resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.19.9.tgz#b2da6219b603e3fa371a78f53f5361260d0c5585" integrity sha512-oxoQgglOP7RH6iasDrhY+R/3cHrfwIDvRlT4CGChflq6twk8iENeVvMJjmvBb94Ik1Z+93iGO27err7w6l54GQ== -"@prettier/plugin-ruby@^4.0.3": - version "4.0.3" - resolved "https://registry.yarnpkg.com/@prettier/plugin-ruby/-/plugin-ruby-4.0.3.tgz#5d916bd25a9c107b71782ede5383154233f30999" - integrity sha512-SrPEjTqqsCoDBJ3UlReLnKZFqE76o4TBOlsIwRCnqPiO7O3kvy8k5ETG0IiGcNf9wqXLSCRzZXsK4+0cb26SQQ== +"@prettier/plugin-ruby@^4.0.4": + version "4.0.4" + resolved "https://registry.yarnpkg.com/@prettier/plugin-ruby/-/plugin-ruby-4.0.4.tgz#73d85fc2a1731a3f62b57ac3116cf1c234027cb6" + integrity sha512-lCpvfS/dQU5WrwN3AQ5vR8qrvj2h5gE41X08NNzAAXvHdM4zwwGRcP2sHSxfu6n6No+ljWCVx95NvJPFTTjCTg== anymatch@~3.1.2: version "3.1.3"