From 521a5f5eeac9eba102717b4adb881390659a97c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 00:36:57 +0000 Subject: [PATCH] Bump @oclif/core from 4.0.22 to 4.0.23 Bumps [@oclif/core](https://github.com/oclif/core) from 4.0.22 to 4.0.23. - [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/4.0.22...4.0.23) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 43dd25d93..bfb3822cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5829,9 +5829,9 @@ } }, "node_modules/@oclif/core": { - "version": "4.0.22", - "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.22.tgz", - "integrity": "sha512-aXM2O4g7f+kPNzhhOfqGOVRVYDxTVrH7Y720MuH0Twq5WHMxI4XwntnyBaRscoCPG6FWhItZLtiZxsvaUdupGg==", + "version": "4.0.23", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.23.tgz", + "integrity": "sha512-wDl/eis7XDIM1pQWUGKLB+EQKJO9UrjaQ5NcwIbz7GW0gWuJfo9QAK75csgNUN/9Pbok9Ryt+sJgogS4RCIp5g==", "dependencies": { "ansi-escapes": "^4.3.2", "ansis": "^3.3.2", @@ -5845,6 +5845,7 @@ "is-wsl": "^2.2.0", "lilconfig": "^3.1.2", "minimatch": "^9.0.5", + "semver": "^7.6.3", "string-width": "^4.2.3", "supports-color": "^8", "widest-line": "^3.1.0",