From f1e8821b17cbb3f49b14377bde3b45184a2d52de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 05:33:47 +0000 Subject: [PATCH] Bump @oclif/config from 1.18.10 to 1.18.14 Bumps [@oclif/config](https://github.com/oclif/config) from 1.18.10 to 1.18.14. - [Release notes](https://github.com/oclif/config/releases) - [Changelog](https://github.com/oclif/config/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/config/compare/1.18.10...1.18.14) --- updated-dependencies: - dependency-name: "@oclif/config" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 51 ++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 42 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index a1d221b..4daaadf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -663,13 +663,12 @@ } }, "node_modules/@oclif/config": { - "version": "1.18.10", - "resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.18.10.tgz", - "integrity": "sha512-SjDtdeQwUnHh5rjqqRaBVH6JrBjxtZlHoIwiosOTFcxooLJhW+qcJ/VFOyYw2h/7Jfl95lSKYq+xnMW4aJZd9w==", - "license": "MIT", + "version": "1.18.14", + "resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.18.14.tgz", + "integrity": "sha512-cLT/deFDm6A69LjAfV5ZZMMvMDlPt7sjMHYBrsOgQ5Upq5kDMgbaZM3hEbw74DmYIsuhq2E2wYrPD+Ax2qAfkA==", "dependencies": { "@oclif/errors": "^1.3.6", - "@oclif/parser": "^3.8.12", + "@oclif/parser": "^3.8.14", "debug": "^4.3.4", "globby": "^11.1.0", "is-wsl": "^2.1.1", @@ -929,6 +928,22 @@ "node": ">=8.0.0" } }, + "node_modules/@oclif/help/node_modules/@oclif/config": { + "version": "1.18.10", + "resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.18.10.tgz", + "integrity": "sha512-SjDtdeQwUnHh5rjqqRaBVH6JrBjxtZlHoIwiosOTFcxooLJhW+qcJ/VFOyYw2h/7Jfl95lSKYq+xnMW4aJZd9w==", + "dependencies": { + "@oclif/errors": "^1.3.6", + "@oclif/parser": "^3.8.12", + "debug": "^4.3.4", + "globby": "^11.1.0", + "is-wsl": "^2.1.1", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, "node_modules/@oclif/help/node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", @@ -945,6 +960,25 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, + "node_modules/@oclif/help/node_modules/globby": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", + "dependencies": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/@oclif/linewrap": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/@oclif/linewrap/-/linewrap-1.0.0.tgz", @@ -952,10 +986,9 @@ "license": "ISC" }, "node_modules/@oclif/parser": { - "version": "3.8.13", - "resolved": "https://registry.npmjs.org/@oclif/parser/-/parser-3.8.13.tgz", - "integrity": "sha512-M4RAB4VB5DuPF3ZoVJlXyemyxhflYBKrvP0cBI/ZJVelrfR7Z1fB/iUSrw7SyFvywI13mHmtEQ8Xz0bSUs7g8A==", - "license": "MIT", + "version": "3.8.15", + "resolved": "https://registry.npmjs.org/@oclif/parser/-/parser-3.8.15.tgz", + "integrity": "sha512-M7ljUexkyJkR2efqG+PL31fAWyWDW1dczaMKoY+sOVqk78sm23iDMOJj/1vkfUrhO+W8dhseoPFnpSB6Hewfyw==", "dependencies": { "@oclif/errors": "^1.3.6", "@oclif/linewrap": "^1.0.0",