From fca1b69d66bda9e1670a38bb927b5a0d927f0c1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 02:09:10 +0000 Subject: [PATCH] Bump @oclif/core from 3.19.2 to 3.19.3 Bumps [@oclif/core](https://github.com/oclif/core) from 3.19.2 to 3.19.3. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/core/compare/3.19.2...3.19.3) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 991788279..df7437d2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5466,9 +5466,9 @@ } }, "node_modules/@oclif/core": { - "version": "3.19.2", - "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.19.2.tgz", - "integrity": "sha512-/kUZZQZO92esToSTn+fnfMQdAj8uDJ/lsMNXBRBCiLQpwnIskHXy8JzYpynxxkzY2wbGREBceQhxCyDV0XpY4g==", + "version": "3.19.3", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.19.3.tgz", + "integrity": "sha512-pILSMpQ1ltAe51dgGxVsjfEVaZrRSEE3pKBGh/GtUkmVCJCP2MiS4AFg1qiLGrwjks0WrzSii3QdM4jDLyMAAA==", "dependencies": { "@types/cli-progress": "^3.11.5", "ansi-escapes": "^4.3.2",