From 0218a854a5008af0f37ada44ae2e1aa3bb4d1b48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 23:59:55 +0000 Subject: [PATCH] Bump @webpack-cli/serve from 2.0.5 to 3.0.0 Bumps [@webpack-cli/serve](https://github.com/webpack/webpack-cli) from 2.0.5 to 3.0.0. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/@webpack-cli/serve@2.0.5...@webpack-cli/serve@3.0.0) --- updated-dependencies: - dependency-name: "@webpack-cli/serve" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 77ec633ac..3bae2ab3c 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@sentry/browser": "^8.47.0", "@tailwindcss/forms": "^0.5.9", "@tailwindcss/typography": "^0.5.15", - "@webpack-cli/serve": "^2.0.5", + "@webpack-cli/serve": "^3.0.0", "autoprefixer": "^10.4.20", "event-target-shim": "^6.0.2", "postcss": "^8.4.49", diff --git a/yarn.lock b/yarn.lock index d16d03a3e..564b341ac 100644 --- a/yarn.lock +++ b/yarn.lock @@ -716,6 +716,11 @@ resolved "https://registry.yarnpkg.com/@webpack-cli/serve/-/serve-2.0.5.tgz#325db42395cd49fe6c14057f9a900e427df8810e" integrity sha512-lqaoKnRYBdo1UgDX8uF24AfGMifWK19TxPmM5FHc2vAGxrJ/qtyUyFBWoY1tISZdelsQ5fBcOusifo5o5wSJxQ== +"@webpack-cli/serve@^3.0.0": + version "3.0.0" + resolved "https://registry.yarnpkg.com/@webpack-cli/serve/-/serve-3.0.0.tgz#ce7a5daa6941c77929191a58e630326ff803bb14" + integrity sha512-oX0XqXHb0IgD2jfzxM5sOGuwFTrLpOpfyPT0t4QIXHS69eRRliyuKzbavXgDnOENIs9BxbNnAaDFhTpAEPEChQ== + "@xtuc/ieee754@^1.2.0": version "1.2.0" resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790"