From 3c00b84f36107c14a1886c1f5d30c781d08042dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 07:13:08 +0000 Subject: [PATCH] feat: bump degit from 2.8.4 to 3.5.0 Bumps [degit](https://github.com/Rich-Harris/degit) from 2.8.4 to 3.5.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.5.0) --- updated-dependencies: - dependency-name: degit dependency-version: 3.5.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..5494c60 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.5.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.5.0", + "resolved": "https://registry.npmjs.org/degit/-/degit-3.5.0.tgz", + "integrity": "sha512-9/s7QoGg+WBNCwuYM5AO/sHOi1TonUCbIm/uOI88paxHGhEPn99hU94suoGDgMh+vF15oHnD1Xyhyszc/O/oqQ==", "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..de14010 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.5.0", "glob": "13.0.6", "inquirer": "^8.2.7", "mustache": "4.2.0",