From b65c64f853d6362e3c19d307110fc7c25ef7e6df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 07:07:30 +0000 Subject: [PATCH] feat: bump degit from 2.8.4 to 3.6.0 Bumps [degit](https://github.com/Rich-Harris/degit) from 2.8.4 to 3.6.0. - [Changelog](https://github.com/Rich-Harris/degit/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/Rich-Harris/degit/compare/v2.8.4...v3.6.0) --- updated-dependencies: - dependency-name: degit dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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",