From 84d431b6133ba24ad1b12b63e49939e68a38f13f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 13:50:47 +0000 Subject: [PATCH] Bump json-minimizer-webpack-plugin from 4.0.0 to 5.0.0 (#4583) Bumps [json-minimizer-webpack-plugin](https://github.com/webpack-contrib/json-minimizer-webpack-plugin) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/webpack-contrib/json-minimizer-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/json-minimizer-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/json-minimizer-webpack-plugin/compare/v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: json-minimizer-webpack-plugin dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index c1afb09c6..9c7bcbf15 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "eslint-plugin-yml": "^1.11.0", "html-webpack-plugin": "^5.6.0", "js-yaml": "^4.1.0", - "json-minimizer-webpack-plugin": "^4.0.0", + "json-minimizer-webpack-plugin": "^5.0.0", "lefthook": "^1.5.6", "mini-css-extract-plugin": "^2.7.7", "npm-run-all": "^4.1.5", diff --git a/yarn.lock b/yarn.lock index 5814b43d5..fbfee9a31 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5383,12 +5383,12 @@ json-buffer@3.0.1: resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13" integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ== -json-minimizer-webpack-plugin@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/json-minimizer-webpack-plugin/-/json-minimizer-webpack-plugin-4.0.0.tgz#35e9567db969e06ba291dcfad756acbbae3cdca2" - integrity sha512-PJaNiSeZlZStdyLtJo/QOOC7uHRW9qvc//7F8M0ZH1huPSvmX5kR2qrq2Tn1ODYLi128bTkKepqtgYmtEOkPzQ== +json-minimizer-webpack-plugin@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/json-minimizer-webpack-plugin/-/json-minimizer-webpack-plugin-5.0.0.tgz#441f5dad1c766b0baba4eeed69d2f45021f23f40" + integrity sha512-GT/SZolN2p405EMGjMTBvAVi2+y035p1tSOuLpWbp5QTMl080OHx4DEGXfUH6vbnGw5Z/QKfBe+KpP9Dj0qLmA== dependencies: - schema-utils "^4.0.0" + schema-utils "^4.2.0" json-parse-better-errors@^1.0.1: version "1.0.2"