From 3f14f46ea080f622525c6f685abdab3f3f164813 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:31:06 +0100 Subject: [PATCH] chore(deps-dev): bump the development-dependencies group with 2 updates (#68) Bumps the development-dependencies group with 2 updates: [@myunisoft/httpie](https://github.com/MyUnisoft/httpie) and [c8](https://github.com/bcoe/c8). Updates `@myunisoft/httpie` from 2.0.3 to 4.0.1 - [Release notes](https://github.com/MyUnisoft/httpie/releases) - [Commits](https://github.com/MyUnisoft/httpie/compare/v2.0.3...v4.0.1) Updates `c8` from 8.0.1 to 9.1.0 - [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/v8.0.1...v9.1.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 ... 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 e7a63d7..0c58468 100644 --- a/package.json +++ b/package.json @@ -37,10 +37,10 @@ "spdx-expression-parse": "^4.0.0" }, "devDependencies": { - "@myunisoft/httpie": "^2.0.3", + "@myunisoft/httpie": "^4.0.1", "@nodesecure/eslint-config": "^1.8.0", "astring": "^1.8.6", - "c8": "^8.0.1", + "c8": "^9.1.0", "eslint": "^8.31.0", "node-estree": "^4.0.0" },