From e06cd15c6d76425ffd86a4196259dc8afc797fab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Sep 2025 01:59:18 +0000 Subject: [PATCH] fix: upgrade @oclif/core from 4.5.2 to 4.5.3 Snyk has created this PR to upgrade @oclif/core from 4.5.2 to 4.5.3. See this package in npm: @oclif/core See this project in Snyk: https://app.snyk.io/org/contentstack-devex/project/5fa50751-dadd-42e3-8abb-5c787d6308a8?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 52c2009..71bc905 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@contentstack/cli-cm-export": "~1.20.2", "@contentstack/cli-command": "~1.6.1", "@contentstack/cli-utilities": "~1.14.1", - "@oclif/core": "^4.3.0", + "@oclif/core": "^4.5.3", "async": "^3.2.6", "big-json": "^3.2.0", "bluebird": "^3.7.2", @@ -3212,9 +3212,9 @@ } }, "node_modules/@oclif/core": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.5.2.tgz", - "integrity": "sha512-eQcKyrEcDYeZJKu4vUWiu0ii/1Gfev6GF4FsLSgNez5/+aQyAUCjg3ZWlurf491WiYZTXCWyKAxyPWk8DKv2MA==", + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.5.3.tgz", + "integrity": "sha512-ISoFlfmsuxJvNKXhabCO4/KqNXDQdLHchZdTPfZbtqAsQbqTw5IKitLVZq9Sz1LWizN37HILp4u0350B8scBjg==", "license": "MIT", "dependencies": { "ansi-escapes": "^4.3.2", diff --git a/package.json b/package.json index 91566c0..59ec861 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@contentstack/cli-cm-export": "~1.20.2", "@contentstack/cli-command": "~1.6.1", "@contentstack/cli-utilities": "~1.14.1", - "@oclif/core": "^4.3.0", + "@oclif/core": "^4.5.3", "async": "^3.2.6", "big-json": "^3.2.0", "bluebird": "^3.7.2",