From de7fb92143b2b8cd4f915f9c1a54a833135d1b4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 00:55:22 +0200 Subject: [PATCH] chore(deps-dev): bump the development-dependencies group across 1 directory with 4 updates (#105) Bumps the development-dependencies group with 4 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [c8](https://github.com/bcoe/c8), [eslint](https://github.com/eslint/eslint) and [glob](https://github.com/isaacs/node-glob). Updates `@types/node` from 20.14.15 to 22.2.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) 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 `eslint` from 8.57.0 to 9.9.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v9.9.0) 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: "@types/node" dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: c8 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: eslint 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b6de66d..280fbe3 100644 --- a/package.json +++ b/package.json @@ -44,10 +44,10 @@ "@matteo.collina/tspl": "^0.1.1", "@nodesecure/eslint-config": "^1.9.0", "@slimio/is": "^2.0.0", - "@types/node": "^20.11.20", - "c8": "^9.1.0", - "eslint": "^8.57.0", - "glob": "^10.3.10", + "@types/node": "^22.2.0", + "c8": "^10.1.2", + "eslint": "^9.9.0", + "glob": "^11.0.0", "is-svg": "^5.0.0", "registry-url": "^6.0.1", "tsx": "^4.7.1",