diff --git a/package-lock.json b/package-lock.json index fa300b0..43aa5be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "chalk": "4.1.2", "cli-progress": "3.12.0", "cross-spawn": "7.0.6", - "degit": "2.8.4", + "degit": "3.6.0", "glob": "13.0.6", "inquirer": "^8.2.7", "mustache": "4.2.0", @@ -5153,15 +5153,15 @@ } }, "node_modules/degit": { - "version": "2.8.4", - "resolved": "https://registry.npmjs.org/degit/-/degit-2.8.4.tgz", - "integrity": "sha512-vqYuzmSA5I50J882jd+AbAhQtgK6bdKUJIex1JNfEUPENCgYsxugzKVZlFyMwV4i06MmnV47/Iqi5Io86zf3Ng==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/degit/-/degit-3.6.0.tgz", + "integrity": "sha512-5s6EaZUqG5oPkSqiIaFmRlj92gitjhhXnzlXx6pbpwqx4vhT7TTyNkoLdkMA7PWnkxMKODYpD2ZzISYOIjtXlg==", "license": "MIT", "bin": { "degit": "degit" }, "engines": { - "node": ">=8.0.0" + "node": ">=20.0.0" } }, "node_modules/destr": { diff --git a/package.json b/package.json index 2e80972..d23b3c2 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "chalk": "4.1.2", "cli-progress": "3.12.0", "cross-spawn": "7.0.6", - "degit": "2.8.4", + "degit": "3.6.0", "glob": "13.0.6", "inquirer": "^8.2.7", "mustache": "4.2.0",