summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Bjorn Lu <bjornlu.dev@gmail.com> 2024-04-20 00:11:20 +0800
committerGravatar GitHub <noreply@github.com> 2024-04-20 00:11:20 +0800
commit237e17c8feea244b06b00ceaed08cb16d3d6baeb (patch)
treef4071628b0c5df058e7da60ad0fd505887023e7c /scripts
parent91219a5cf84061a36fd08f86012e9b728a3f3ccb (diff)
downloadastro-237e17c8feea244b06b00ceaed08cb16d3d6baeb.tar.gz
astro-237e17c8feea244b06b00ceaed08cb16d3d6baeb.tar.zst
astro-237e17c8feea244b06b00ceaed08cb16d3d6baeb.zip
Update major deps (#10823)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/cmd/copy.js2
-rw-r--r--scripts/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/cmd/copy.js b/scripts/cmd/copy.js
index 377a60a39..943c998df 100644
--- a/scripts/cmd/copy.js
+++ b/scripts/cmd/copy.js
@@ -2,7 +2,7 @@ import arg from 'arg';
import { globby as glob } from 'globby';
import { promises as fs, readFileSync } from 'node:fs';
import { posix } from 'node:path';
-import tar from 'tar';
+import * as tar from 'tar/create';
const { resolve, dirname, sep, join } = posix;
diff --git a/scripts/package.json b/scripts/package.json
index 2365867f5..3ea28ab25 100644
--- a/scripts/package.json
+++ b/scripts/package.json
@@ -14,7 +14,7 @@
"kleur": "^4.1.4",
"p-limit": "^5.0.0",
"svelte": "^4.2.5",
- "tar": "^6.1.15"
+ "tar": "^7.0.1"
},
"devDependencies": {
"@octokit/action": "^6.0.5",