From 6b50cb976f2169b2fb593aa1e89fb8b2d4b78303 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 23:32:13 +0800 Subject: [PATCH] chore(deps): bump @oclif/plugin-warn-if-update-available (#471) Bumps [@oclif/plugin-warn-if-update-available](https://github.com/oclif/plugin-warn-if-update-available) from 2.0.42 to 2.0.43. - [Release notes](https://github.com/oclif/plugin-warn-if-update-available/releases) - [Changelog](https://github.com/oclif/plugin-warn-if-update-available/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/plugin-warn-if-update-available/compare/2.0.42...2.0.43) --- updated-dependencies: - dependency-name: "@oclif/plugin-warn-if-update-available" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Shazron Abdullah <36107+shazron@users.noreply.github.com> --- package-lock.json | 70 +++++++++++++++++++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 66 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6e2967cd..7b095451 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@oclif/plugin-help": "^5.1.12", "@oclif/plugin-not-found": "^2.3.26", "@oclif/plugin-plugins": "^2.1.0", - "@oclif/plugin-warn-if-update-available": "^2.0.4", + "@oclif/plugin-warn-if-update-available": "^2.0.43", "@types/jest": "^29.5.2", "chalk": "^4.1.2", "inquirer": "^8.2.3", @@ -5316,11 +5316,11 @@ } }, "node_modules/@oclif/plugin-warn-if-update-available": { - "version": "2.0.42", - "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.0.42.tgz", - "integrity": "sha512-SeyF2I/cdhstbXPG9sAq0KsFDgQW6G9ZI4kVwnlp8XzqjCG4NOEjCn48MAuFauPpGt7bHOXW9o6+mFVXA8+Fag==", + "version": "2.0.43", + "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.0.43.tgz", + "integrity": "sha512-8nMnBJxV158bKGStsSqcg9FY1PD+WaNc6Soz74py9aq956i+wJax5xL8+U9J5/UmNixHzhdEzlioyHcUH/7CXQ==", "dependencies": { - "@oclif/core": "^2.8.11", + "@oclif/core": "^2.9.3", "chalk": "^4.1.0", "debug": "^4.1.0", "fs-extra": "^9.0.1", @@ -5332,6 +5332,54 @@ "node": ">=12.0.0" } }, + "node_modules/@oclif/plugin-warn-if-update-available/node_modules/@oclif/core": { + "version": "2.9.3", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.9.3.tgz", + "integrity": "sha512-0KLiVpXCJivAjLoj/LAXQf85MtGzyforyPkgNJQEP6QQugnuq2kHcG+DojWEQYz0sADXT2259EdPibslEThUMg==", + "dependencies": { + "@types/cli-progress": "^3.11.0", + "ansi-escapes": "^4.3.2", + "ansi-styles": "^4.3.0", + "cardinal": "^2.1.1", + "chalk": "^4.1.2", + "clean-stack": "^3.0.1", + "cli-progress": "^3.12.0", + "debug": "^4.3.4", + "ejs": "^3.1.8", + "fs-extra": "^9.1.0", + "get-package-type": "^0.1.0", + "globby": "^11.1.0", + "hyperlinker": "^1.0.0", + "indent-string": "^4.0.0", + "is-wsl": "^2.2.0", + "js-yaml": "^3.14.1", + "natural-orderby": "^2.0.3", + "object-treeify": "^1.1.33", + "password-prompt": "^1.1.2", + "semver": "^7.5.3", + "slice-ansi": "^4.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "supports-color": "^8.1.1", + "supports-hyperlinks": "^2.2.0", + "ts-node": "^10.9.1", + "tslib": "^2.5.0", + "widest-line": "^3.1.0", + "wordwrap": "^1.0.0", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@oclif/plugin-warn-if-update-available/node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dependencies": { + "sprintf-js": "~1.0.2" + } + }, "node_modules/@oclif/plugin-warn-if-update-available/node_modules/fs-extra": { "version": "9.1.0", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", @@ -5346,6 +5394,18 @@ "node": ">=10" } }, + "node_modules/@oclif/plugin-warn-if-update-available/node_modules/js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "dependencies": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, "node_modules/@oclif/screen": { "version": "3.0.5", "resolved": "https://registry.npmjs.org/@oclif/screen/-/screen-3.0.5.tgz", diff --git a/package.json b/package.json index e1ea060a..b0c85921 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@oclif/plugin-help": "^5.1.12", "@oclif/plugin-not-found": "^2.3.26", "@oclif/plugin-plugins": "^2.1.0", - "@oclif/plugin-warn-if-update-available": "^2.0.4", + "@oclif/plugin-warn-if-update-available": "^2.0.43", "@types/jest": "^29.5.2", "chalk": "^4.1.2", "inquirer": "^8.2.3",