From 1eedc092c9be0bd73de1bc557225a6cc33b73c07 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 17 Jul 2025 09:43:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-XMLDOM-3092935 - https://snyk.io/vuln/SNYK-JS-WS-7266574 - https://snyk.io/vuln/SNYK-JS-PLIST-2405644 - https://snyk.io/vuln/SNYK-JS-XMLDOM-3042242 - https://snyk.io/vuln/SNYK-JS-WS-1296835 - https://snyk.io/vuln/SNYK-JS-XMLDOM-1534562 - https://snyk.io/vuln/SNYK-JS-XMLDOM-1084960 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1f4ff6e2239d43..1f93cc6ce02afe 100644 --- a/package.json +++ b/package.json @@ -186,7 +186,7 @@ "promise": "^7.1.1", "prop-types": "^15.5.8", "react-clone-referenced-element": "^1.0.1", - "react-devtools-core": "^2.5.0", + "react-devtools-core": "^4.0.0", "react-timer-mixin": "^0.13.2", "regenerator-runtime": "^0.11.0", "rimraf": "^2.5.4", @@ -195,7 +195,7 @@ "stacktrace-parser": "^0.1.3", "whatwg-fetch": "^1.0.0", "ws": "^1.1.0", - "xcode": "^0.9.1", + "xcode": "^2.0.0", "xmldoc": "^0.4.0", "yargs": "^9.0.0" },