From 51130115fc01fb65726801a8de2b90a63f2a559a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 11:55:37 +0100 Subject: [PATCH] build(deps-dev): bump yargs from 17.6.2 to 17.7.1 (#163) Bumps [yargs](https://github.com/yargs/yargs) from 17.6.2 to 17.7.1. - [Release notes](https://github.com/yargs/yargs/releases) - [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md) - [Commits](https://github.com/yargs/yargs/compare/v17.6.2...v17.7.1) --- updated-dependencies: - dependency-name: yargs dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- packages/http/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 040aef3..56469e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15824,9 +15824,9 @@ } }, "node_modules/yargs": { - "version": "17.6.2", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.6.2.tgz", - "integrity": "sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==", + "version": "17.7.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.1.tgz", + "integrity": "sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==", "dev": true, "dependencies": { "cliui": "^8.0.1", @@ -15916,7 +15916,7 @@ "ebec": "^0.2.1", "mustache": "^4.2.0", "ts-node": "^10.4.0", - "yargs": "^17.6.2" + "yargs": "^17.7.1" }, "peerDependencies": { "ebec": ">=0.2.1 <1.0.0" @@ -16738,7 +16738,7 @@ "ebec": "^0.2.1", "mustache": "^4.2.0", "ts-node": "^10.4.0", - "yargs": "^17.6.2" + "yargs": "^17.7.1" } }, "@eslint-community/eslint-utils": { @@ -27744,9 +27744,9 @@ "dev": true }, "yargs": { - "version": "17.6.2", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.6.2.tgz", - "integrity": "sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==", + "version": "17.7.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.1.tgz", + "integrity": "sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==", "dev": true, "requires": { "cliui": "^8.0.1", diff --git a/packages/http/package.json b/packages/http/package.json index f392342..887c40e 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -54,7 +54,7 @@ "ebec": "^0.2.1", "mustache": "^4.2.0", "ts-node": "^10.4.0", - "yargs": "^17.6.2" + "yargs": "^17.7.1" }, "peerDependencies": { "ebec": ">=0.2.1 <1.0.0"