From fb33780199d6ddad21eb00e20bae23509920ba79 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 20 Apr 2026 05:45:30 +0000 Subject: [PATCH] fix: upgrade @oclif/plugin-help from 6.2.40 to 6.2.41 Snyk has created this PR to upgrade @oclif/plugin-help from 6.2.40 to 6.2.41. See this package in npm: @oclif/plugin-help See this project in Snyk: https://app.snyk.io/org/contentstack-devex/project/7a549652-4fc7-484f-b6bd-0bf453540d60?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c8ffb35..f2475bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@contentstack/cli-utilities": "2.0.0-beta.4", "@contentstack/json-rte-serializer": "~2.1.0", "@oclif/core": "^4.3.0", - "@oclif/plugin-help": "^6.2.37", + "@oclif/plugin-help": "^6.2.41", "chalk": "^4.1.2", "collapse-whitespace": "^1.1.7", "jsdom": "^23.2.0", @@ -2685,9 +2685,9 @@ } }, "node_modules/@oclif/plugin-help": { - "version": "6.2.40", - "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.40.tgz", - "integrity": "sha512-sU/PMrz1LnnnNk4T3qvZU8dTUiSc0MZaL7woh2wfuNSXbCnxicJzx4kX1sYeY6eF0NmqFiYlpNEQJykBG0g1sA==", + "version": "6.2.41", + "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.41.tgz", + "integrity": "sha512-oHqpm9a8NnLY9J5yIA+znchB2QCBqDUu5n7XINdZwfbhO6WOUZ2ANww6QN7crhvAKgpN5HK/ELN8Hy96kgLUuA==", "license": "MIT", "dependencies": { "@oclif/core": "^4" diff --git a/package.json b/package.json index 8ad6de5..1100c52 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@contentstack/cli-utilities": "2.0.0-beta.4", "@contentstack/json-rte-serializer": "~2.1.0", "@oclif/core": "^4.3.0", - "@oclif/plugin-help": "^6.2.37", + "@oclif/plugin-help": "^6.2.41", "chalk": "^4.1.2", "collapse-whitespace": "^1.1.7", "jsdom": "^23.2.0",