From 161a638e028ce99bc5facf307c02a3fcdbb3eb4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:15:47 +0200 Subject: [PATCH] chore(deps-dev): bump the development-dependencies group across 1 directory with 2 updates (#147) Bumps the development-dependencies group with 2 updates in the / directory: [c8](https://github.com/bcoe/c8) and [glob](https://github.com/isaacs/node-glob). Updates `c8` from 9.1.0 to 10.1.2 - [Release notes](https://github.com/bcoe/c8/releases) - [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md) - [Commits](https://github.com/bcoe/c8/compare/v9.1.0...v10.1.2) Updates `glob` from 10.4.5 to 11.0.0 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.4.5...v11.0.0) --- updated-dependencies: - dependency-name: c8 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e6a3c8f..809051d 100644 --- a/package.json +++ b/package.json @@ -34,8 +34,8 @@ "devDependencies": { "@nodesecure/eslint-config": "^1.8.0", "@types/node": "^20.10.2", - "c8": "^9.1.0", - "glob": "^10.3.10", + "c8": "^10.1.2", + "glob": "^11.0.0", "tsx": "^4.5.0", "typescript": "^5.3.2" }