diff --git a/package-lock.json b/package-lock.json index 68445965..2adb585b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6822,12 +6822,12 @@ } }, "node_modules/@oclif/core": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.7.tgz", - "integrity": "sha512-sU4Dx+RXCWAkrMw8tQFYAL6VfcHYKLPxVC9iKfgTXr4aDhcCssDwrbgpx0Di1dnNxvQlDGUhuCEInZuIY/nNfw==", + "version": "4.0.12", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.12.tgz", + "integrity": "sha512-o2dfPtmi2uBGHgpvHr+GNfoRKysKgQGiffONoMN3R+qBVNeIkJIZhVk31HreDkAI9LAzS92BWNgp/l7lXDxdvg==", "dependencies": { "ansi-escapes": "^4.3.2", - "ansis": "^3.1.1", + "ansis": "^3.2.1", "clean-stack": "^3.0.1", "cli-spinners": "^2.9.2", "debug": "^4.3.5", @@ -6837,7 +6837,7 @@ "indent-string": "^4.0.0", "is-wsl": "^2.2.0", "lilconfig": "^3.1.2", - "minimatch": "^9.0.4", + "minimatch": "^9.0.5", "string-width": "^4.2.3", "supports-color": "^8", "widest-line": "^3.1.0", @@ -6890,9 +6890,9 @@ } }, "node_modules/@oclif/core/node_modules/minimatch": { - "version": "9.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz", - "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==", + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -9580,9 +9580,9 @@ "integrity": "sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==" }, "node_modules/ansis": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/ansis/-/ansis-3.2.0.tgz", - "integrity": "sha512-Yk3BkHH9U7oPyCN3gL5Tc7CpahG/+UFv/6UG03C311Vy9lzRmA5uoxDTpU9CO3rGHL6KzJz/pdDeXZCZ5Mu/Sg==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/ansis/-/ansis-3.3.0.tgz", + "integrity": "sha512-RQTFlI2DOTJS00S3jQ5vAnryYKsiU6dBuR0yztid2HQKKN2a1ZZDOLIBfBqCfs3tnvtLpAeubNYtEK7a8zriLg==", "engines": { "node": ">=15" } @@ -23585,7 +23585,7 @@ "dependencies": { "@netwerk-digitaal-erfgoed/network-of-terms-catalog": "*", "@netwerk-digitaal-erfgoed/network-of-terms-query": "*", - "@oclif/core": "^4.0.7", + "@oclif/core": "^4.0.12", "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 26e3f20a..b7407cd0 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.7", + "@oclif/core": "^4.0.12", "cli-ux": "^6.0.9" }, "oclif": {