chore: upgrade tar to version 7.4.3

This commit is contained in:
chenos 2025-04-17 15:09:10 +08:00
parent 3413bffcbb
commit 8abdb8eaac
5 changed files with 103 additions and 1995 deletions

View File

@ -39,7 +39,7 @@
"postcss-preset-env": "^9.1.2", "postcss-preset-env": "^9.1.2",
"react-imported-component": "^6.5.4", "react-imported-component": "^6.5.4",
"style-loader": "^3.3.3", "style-loader": "^3.3.3",
"tar": "^6.2.0", "tar": "^7.4.3",
"tsup": "8.2.4", "tsup": "8.2.4",
"typescript": "5.1.3", "typescript": "5.1.3",
"update-notifier": "3.0.0", "update-notifier": "3.0.0",

View File

@ -21,6 +21,7 @@
"pm2": "^6.0.5", "pm2": "^6.0.5",
"portfinder": "^1.0.28", "portfinder": "^1.0.28",
"tree-kill": "^1.2.2", "tree-kill": "^1.2.2",
"tar": "^7.4.3",
"tsx": "^4.19.0" "tsx": "^4.19.0"
}, },
"devDependencies": { "devDependencies": {

View File

@ -9,7 +9,7 @@
"chalk": "^4.1.1", "chalk": "^4.1.1",
"commander": "^9.2.0", "commander": "^9.2.0",
"fs-extra": "^11.3.0", "fs-extra": "^11.3.0",
"tar": "6.1.11" "tar": "^7.4.3"
}, },
"bin": { "bin": {
"create-nocobase-app": "./bin/index.js" "create-nocobase-app": "./bin/index.js"

View File

@ -28,7 +28,7 @@
"object-path": "^0.11.8", "object-path": "^0.11.8",
"react": "^18.2.0", "react": "^18.2.0",
"semver": "^7.7.1", "semver": "^7.7.1",
"tar": "^6.1.13" "tar": "^7.4.3"
}, },
"peerDependencies": { "peerDependencies": {
"@nocobase/actions": "1.x", "@nocobase/actions": "1.x",

2091
yarn.lock

File diff suppressed because it is too large Load Diff