diff --git a/package-lock.json b/package-lock.json index a1d221b..13aa132 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.15", + "resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.18.15.tgz", + "integrity": "sha512-eBTiFXGfXSzghc4Yjp3EutYU+6MrHX1kzk4j5i4CsR5AEor43ynXFrzpO6v7IwbR1KyUo+9SYE2D69Y+sHIMpg==", "dependencies": { "@oclif/errors": "^1.3.6", - "@oclif/parser": "^3.8.12", + "@oclif/parser": "^3.8.15", "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",