From c78c4d891f0b4f40d4228a83189404578598e13a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Dec 2025 10:06:11 +0000 Subject: [PATCH] fix: admin-core/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- admin-core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-core/package.json b/admin-core/package.json index 69add9ceb..ce14f85f5 100644 --- a/admin-core/package.json +++ b/admin-core/package.json @@ -14,7 +14,7 @@ "@tailwindcss/forms": "^0.4.0", "@tailwindcss/typography": "^0.5.1", "@wordpress/plugins": "^7.14.0", - "browser-sync": "^2.26.14", + "browser-sync": "^2.27.11", "browser-sync-webpack-plugin": "^2.2.2", "classnames": "^2.2.6", "html-entities": "^1.3.1",