From fa3cc81a31209281bf22d12c0aeeaa7cd31d8703 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 12:57:11 +0000 Subject: [PATCH] chore(deps-dev): bump the development-dependencies group across 1 directory with 3 updates Bumps the development-dependencies group with 3 updates in the / directory: [@myunisoft/httpie](https://github.com/MyUnisoft/httpie), [c8](https://github.com/bcoe/c8) and [eslint](https://github.com/eslint/eslint). Updates `@myunisoft/httpie` from 4.0.1 to 5.0.0 - [Release notes](https://github.com/MyUnisoft/httpie/releases) - [Commits](https://github.com/MyUnisoft/httpie/compare/v4.0.1...v5.0.0) 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.5.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.5.0) --- updated-dependencies: - dependency-name: "@myunisoft/httpie" 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 ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0c58468..93be94f 100644 --- a/package.json +++ b/package.json @@ -37,11 +37,11 @@ "spdx-expression-parse": "^4.0.0" }, "devDependencies": { - "@myunisoft/httpie": "^4.0.1", + "@myunisoft/httpie": "^5.0.0", "@nodesecure/eslint-config": "^1.8.0", "astring": "^1.8.6", - "c8": "^9.1.0", - "eslint": "^8.31.0", + "c8": "^10.1.2", + "eslint": "^9.5.0", "node-estree": "^4.0.0" }, "engines": {