From 2c61a961c1ac2e7467ef84ac1c0896ef8c60d4be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 12:01:14 +0000 Subject: [PATCH] patch: bump @types/yargs from 15.0.5 to 15.0.12 Bumps [@types/yargs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/yargs) from 15.0.5 to 15.0.12. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/yargs) Change-type: patch Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 84664485..26f8f943 100644 --- a/package-lock.json +++ b/package-lock.json @@ -826,9 +826,9 @@ } }, "@types/yargs": { - "version": "15.0.5", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.5.tgz", - "integrity": "sha512-Dk/IDOPtOgubt/IaevIUbTgV7doaKkoorvOyYM2CMwuDyP89bekI7H4xLIwunNYiK9jhCkmc6pUrJk3cj2AB9w==", + "version": "15.0.12", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz", + "integrity": "sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw==", "dev": true, "requires": { "@types/yargs-parser": "*" diff --git a/package.json b/package.json index 0178ffa4..2faf9d19 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@types/terser-webpack-plugin": "^3.0.0", "@types/tmp": "^0.1.0", "@types/webpack": "^4.41.21", - "@types/yargs": "^15.0.5", + "@types/yargs": "^15.0.12", "balena-register-device": "^6.1.6", "blinking": "~0.0.3", "bluebird": "^3.7.2",