From 2561ead26415a0df08f657f6fe072288eca73da7 Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Thu, 19 Dec 2024 15:26:26 +0800 Subject: [PATCH] feat: @rspack/core and @rspack/cli 1.1.7 are vulnerable versions (#263) https://github.com/web-infra-dev/rspack/issues/8767#issuecomment-2552738907 --- package.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/package.json b/package.json index 6523549..f1f3bee 100644 --- a/package.json +++ b/package.json @@ -1225,6 +1225,18 @@ "version": "2.13.6", "reason": "https://github.com/youzan/vant/releases/tag/v4.9.15" } + }, + "@rspack/core": { + "1.1.7": { + "version": "1.1.8", + "reason": "https://github.com/web-infra-dev/rspack/issues/8767#issuecomment-2552738907" + } + }, + "@rspack/cli": { + "1.1.7": { + "version": "1.1.8", + "reason": "https://github.com/web-infra-dev/rspack/issues/8767#issuecomment-2552738907" + } } } }