From 1eb900a6655fd612a9f41717dfbd4f7827443bdc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 18:59:48 +0000 Subject: [PATCH] build(deps): update dependency dprint/dprint-plugin-json to v0.19.4 --- .dprint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dprint.json b/.dprint.json index c08d7c0e5..976042323 100644 --- a/.dprint.json +++ b/.dprint.json @@ -26,7 +26,7 @@ ], "plugins": [ "https://github.com/dprint/dprint-plugin-typescript/releases/download/0.93.0/plugin.wasm", - "https://github.com/dprint/dprint-plugin-json/releases/download/0.19.3/plugin.wasm", + "https://github.com/dprint/dprint-plugin-json/releases/download/0.19.4/plugin.wasm", "https://github.com/dprint/dprint-plugin-markdown/releases/download/0.17.8/plugin.wasm", "https://github.com/dprint/dprint-plugin-toml/releases/download/0.6.3/plugin.wasm" ]