diff --git a/vuu-ui/package-lock.json b/vuu-ui/package-lock.json index 6182c12d2e..5a3d0ea851 100644 --- a/vuu-ui/package-lock.json +++ b/vuu-ui/package-lock.json @@ -26,7 +26,7 @@ "@typescript-eslint/parser": "^5.41.0", "clsx": "^2.0.0", "html-to-image": "^1.11.11", - "patch-package": "^8.0.0", + "patch-package": "^8.0.1", "react": "^19.1.0", "react-dom": "^19.1.0", "rollup-plugin-webpack-stats": "^0.2.5", @@ -2844,6 +2844,7 @@ }, "node_modules/at-least-node": { "version": "1.0.0", + "dev": true, "license": "ISC", "engines": { "node": ">= 4.0.0" @@ -5026,6 +5027,7 @@ }, "node_modules/fs-extra": { "version": "9.1.0", + "dev": true, "license": "MIT", "dependencies": { "at-least-node": "^1.0.0", @@ -8082,13 +8084,6 @@ "node": ">= 0.8.0" } }, - "node_modules/os-tmpdir": { - "version": "1.0.2", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/ospath": { "version": "1.2.2", "dev": true, @@ -8228,7 +8223,9 @@ } }, "node_modules/patch-package": { - "version": "8.0.0", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/patch-package/-/patch-package-8.0.1.tgz", + "integrity": "sha512-VsKRIA8f5uqHQ7NGhwIna6Bx6D9s/1iXlA1hthBVBEbkq+t4kXD0HHt+rJhf/Z+Ci0F/HCB2hvn0qLdLG+Qxlw==", "license": "MIT", "dependencies": { "@yarnpkg/lockfile": "^1.1.0", @@ -8236,15 +8233,14 @@ "ci-info": "^3.7.0", "cross-spawn": "^7.0.3", "find-yarn-workspace-root": "^2.0.0", - "fs-extra": "^9.0.0", + "fs-extra": "^10.0.0", "json-stable-stringify": "^1.0.2", "klaw-sync": "^6.0.0", "minimist": "^1.2.6", "open": "^7.4.2", - "rimraf": "^2.6.3", "semver": "^7.5.3", "slash": "^2.0.0", - "tmp": "^0.0.33", + "tmp": "^0.2.4", "yaml": "^2.2.2" }, "bin": { @@ -8282,22 +8278,18 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/patch-package/node_modules/glob": { - "version": "7.2.3", - "license": "ISC", + "node_modules/patch-package/node_modules/fs-extra": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", + "license": "MIT", "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" }, "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "node": ">=12" } }, "node_modules/patch-package/node_modules/open": { @@ -8314,16 +8306,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/patch-package/node_modules/rimraf": { - "version": "2.7.1", - "license": "ISC", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - } - }, "node_modules/patch-package/node_modules/slash": { "version": "2.0.0", "license": "MIT", @@ -8341,16 +8323,6 @@ "node": ">=8" } }, - "node_modules/patch-package/node_modules/tmp": { - "version": "0.0.33", - "license": "MIT", - "dependencies": { - "os-tmpdir": "~1.0.2" - }, - "engines": { - "node": ">=0.6.0" - } - }, "node_modules/path-exists": { "version": "4.0.0", "license": "MIT", @@ -10183,7 +10155,6 @@ }, "node_modules/tmp": { "version": "0.2.5", - "dev": true, "license": "MIT", "engines": { "node": ">=14.14" diff --git a/vuu-ui/package.json b/vuu-ui/package.json index 8be45220be..0b973a859b 100644 --- a/vuu-ui/package.json +++ b/vuu-ui/package.json @@ -62,7 +62,7 @@ "@typescript-eslint/parser": "^5.41.0", "clsx": "^2.0.0", "html-to-image": "^1.11.11", - "patch-package": "^8.0.0", + "patch-package": "^8.0.1", "react": "^19.1.0", "react-dom": "^19.1.0", "rollup-plugin-webpack-stats": "^0.2.5",