From 82b855b4f2fc61899949e1aa1f90780b5c001e3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 11:39:57 +0000 Subject: [PATCH] build(deps): bump @oclif/core from 4.0.33 to 4.2.0 (#1484) Bumps [@oclif/core](https://github.com/oclif/core) from 4.0.33 to 4.2.0. - [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.33...4.2.0) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 26 ++++++++++------------ packages/network-of-terms-cli/package.json | 2 +- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index fd616747..11ae771c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7385,21 +7385,21 @@ } }, "node_modules/@oclif/core": { - "version": "4.0.33", - "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.33.tgz", - "integrity": "sha512-NoTDwJ2L/ywpsSjcN7jAAHf3m70Px4Yim2SJrm16r70XpnfbNOdlj1x0HEJ0t95gfD+p/y5uy+qPT/VXTh/1gw==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.0.tgz", + "integrity": "sha512-ETM2N/GL7W37Kv1Afv1j1Gh77CynS2ubEPP+p+MnjUXEjghNe7+bKAWhPkHnBuFAVFAqdv0qMpUAjxKLbsmbJw==", "dependencies": { "ansi-escapes": "^4.3.2", "ansis": "^3.3.2", "clean-stack": "^3.0.1", "cli-spinners": "^2.9.2", - "debug": "^4.3.7", + "debug": "^4.4.0", "ejs": "^3.1.10", "get-package-type": "^0.1.0", "globby": "^11.1.0", "indent-string": "^4.0.0", "is-wsl": "^2.2.0", - "lilconfig": "^3.1.2", + "lilconfig": "^3.1.3", "minimatch": "^9.0.5", "semver": "^7.6.3", "string-width": "^4.2.3", @@ -12136,10 +12136,9 @@ } }, "node_modules/debug": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", - "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", - "license": "MIT", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", + "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", "dependencies": { "ms": "^2.1.3" }, @@ -17273,10 +17272,9 @@ } }, "node_modules/lilconfig": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz", - "integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==", - "license": "MIT", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz", + "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==", "engines": { "node": ">=14" }, @@ -24931,7 +24929,7 @@ "dependencies": { "@netwerk-digitaal-erfgoed/network-of-terms-catalog": "*", "@netwerk-digitaal-erfgoed/network-of-terms-query": "*", - "@oclif/core": "^4.0.33", + "@oclif/core": "^4.2.0", "cli-ux": "^6.0.9" }, "bin": { diff --git a/packages/network-of-terms-cli/package.json b/packages/network-of-terms-cli/package.json index 15c024f8..903f5a83 100644 --- a/packages/network-of-terms-cli/package.json +++ b/packages/network-of-terms-cli/package.json @@ -24,7 +24,7 @@ "dependencies": { "@netwerk-digitaal-erfgoed/network-of-terms-catalog": "*", "@netwerk-digitaal-erfgoed/network-of-terms-query": "*", - "@oclif/core": "^4.0.33", + "@oclif/core": "^4.2.0", "cli-ux": "^6.0.9" }, "oclif": {