From 3efd2e1b2170c1151bc79e83abee621ae0f31e18 Mon Sep 17 00:00:00 2001 From: Ingo Fahrentholz Date: Thu, 8 Jul 2021 12:06:15 +0200 Subject: [PATCH] Release 1.7.7 - use yargs version 16 to prevent breaking change in node version --- package-lock.json | 8 ++++---- package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index edaf62a..3214d0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "aem-clientlib-generator", - "version": "1.7.5", + "version": "1.7.7", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -926,9 +926,9 @@ "dev": true }, "yargs": { - "version": "17.0.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.0.1.tgz", - "integrity": "sha512-xBBulfCc8Y6gLFcrPvtqKz9hz8SO0l1Ni8GgDekvBX2ro0HRQImDGnikfc33cgzcYUSncapnNcZDjVFIH3f6KQ==", + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", "requires": { "cliui": "^7.0.2", "escalade": "^3.1.1", diff --git a/package.json b/package.json index bc910c8..d07a48c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aem-clientlib-generator", - "version": "1.7.6", + "version": "1.7.7", "description": "Creates configuration files for AEM ClientLibs and synchronizes assets.", "author": { "name": "pro!vision GmbH", @@ -51,7 +51,7 @@ "fs-extra": "9.0.1", "glob": "7.1.6", "lodash": "4.17.21", - "yargs": "^17.0.1" + "yargs": "^16.2.0" }, "devDependencies": { "klaw": "3.0.0",