From 2384f7a76fe41678ff28edb8df05412f8e8c9a42 Mon Sep 17 00:00:00 2001 From: anupamme Date: Fri, 7 Aug 2026 05:45:57 +0000 Subject: [PATCH] fix: upgrade form-data to 2.5.4, 3.0.4, 4.0.4 (CVE-2025-7783) form-data: Unsafe random function in form-data Resolves CVE-2025-7783 --- admin-core/package.json | 111 +++++++++++++++++++++------------------- 1 file changed, 57 insertions(+), 54 deletions(-) diff --git a/admin-core/package.json b/admin-core/package.json index c6666d0d9a..9513148cfc 100644 --- a/admin-core/package.json +++ b/admin-core/package.json @@ -1,56 +1,59 @@ { - "name": "uag_admin", - "version": "1.0.0", - "description": "UAG Admin", - "main": "Gruntfile.js", - "scripts": { - "build": "wp-scripts build", - "start": "wp-scripts start" - }, - "dependencies": { - "@bsf/force-ui": "git+https://github.com/brainstormforce/bsf-admin-ui#v1.7.7", - "@headlessui/react": "^1.4.3", - "@heroicons/react": "^1.0.5", - "@tailwindcss/forms": "^0.4.0", - "@tailwindcss/typography": "^0.5.1", - "@wordpress/plugins": "^7.14.0", - "browser-sync": "^2.26.14", - "browser-sync-webpack-plugin": "^2.2.2", - "classnames": "^2.2.6", - "html-entities": "^1.3.1", - "lucide-react": "^0.468.0", - "moment-timezone": "^0.5.31", - "node-fetch": "^2.6.1", - "react": "^17.0.2", - "react-dom": "^17.0.2", - "react-html-parser": "^2.0.2", - "react-redux": "^7.2.6", - "react-router-dom": "^5.2.0", - "react-select": "^3.1.0", - "redux": "^4.1.2", - "request": "^2.88.2" - }, - "devDependencies": { - "@types/sortablejs": "^1.10.6", - "@wordpress/api-fetch": "^3.20.0", - "@wordpress/components": "^11.1.0", - "@wordpress/compose": "^3.22.0", - "@wordpress/data": "^4.25.0", - "@wordpress/i18n": "^3.16.0", - "@wordpress/notices": "^2.10.0", - "@wordpress/prettier-config": "^0.4.0", - "@wordpress/scripts": "^19.2.2", - "autoprefixer": "^10.4.2", - "clean-webpack-plugin": "^4.0.0", - "file-loader": "^6.2.0", - "loadash": "^1.0.0", - "shelljs": "^0.8.4", - "tailwindcss": "^3.0.16" - }, - "repository": { - "type": "git", - "url": "https://github.com/ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.git" - }, - "author": "CartFlows", - "license": "ISC" + "name": "uag_admin", + "version": "1.0.0", + "description": "UAG Admin", + "main": "Gruntfile.js", + "scripts": { + "build": "wp-scripts build", + "start": "wp-scripts start" + }, + "dependencies": { + "@bsf/force-ui": "git+https://github.com/brainstormforce/bsf-admin-ui#v1.7.7", + "@headlessui/react": "^1.4.3", + "@heroicons/react": "^1.0.5", + "@tailwindcss/forms": "^0.4.0", + "@tailwindcss/typography": "^0.5.1", + "@wordpress/plugins": "^7.14.0", + "browser-sync": "^2.26.14", + "browser-sync-webpack-plugin": "^2.2.2", + "classnames": "^2.2.6", + "html-entities": "^1.3.1", + "lucide-react": "^0.468.0", + "moment-timezone": "^0.5.31", + "node-fetch": "^2.6.1", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-html-parser": "^2.0.2", + "react-redux": "^7.2.6", + "react-router-dom": "^5.2.0", + "react-select": "^3.1.0", + "redux": "^4.1.2", + "request": "^2.88.2" + }, + "devDependencies": { + "@types/sortablejs": "^1.10.6", + "@wordpress/api-fetch": "^3.20.0", + "@wordpress/components": "^11.1.0", + "@wordpress/compose": "^3.22.0", + "@wordpress/data": "^4.25.0", + "@wordpress/i18n": "^3.16.0", + "@wordpress/notices": "^2.10.0", + "@wordpress/prettier-config": "^0.4.0", + "@wordpress/scripts": "^19.2.2", + "autoprefixer": "^10.4.2", + "clean-webpack-plugin": "^4.0.0", + "file-loader": "^6.2.0", + "loadash": "^1.0.0", + "shelljs": "^0.8.4", + "tailwindcss": "^3.0.16" + }, + "repository": { + "type": "git", + "url": "https://github.com/ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.git" + }, + "author": "CartFlows", + "license": "ISC", + "overrides": { + "form-data": "2.5.4" + } }