From 3fc98cd34566c3e1d8fcd87527730c1a9e76cef3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 08:53:12 +0000 Subject: [PATCH] fix(deps): Update dependency commander to v12.1.0 --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f09767a..7881900 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@stdlib/assert-is-absolute-path": "0.2.1", "@stdlib/assert-is-relative-path": "0.2.1", "case": "1.6.3", - "commander": "12.0.0", + "commander": "12.1.0", "contentful-export": "7.19.83", "contentful-management": "11.24.3", "javascript-stringify": "2.1.0", @@ -9340,9 +9340,10 @@ } }, "node_modules/commander": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-12.0.0.tgz", - "integrity": "sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==", + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz", + "integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==", + "license": "MIT", "engines": { "node": ">=18" } diff --git a/package.json b/package.json index 8ea8157..641d676 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "@stdlib/assert-is-absolute-path": "0.2.1", "@stdlib/assert-is-relative-path": "0.2.1", "case": "1.6.3", - "commander": "12.0.0", + "commander": "12.1.0", "contentful-export": "7.19.83", "contentful-management": "11.24.3", "javascript-stringify": "2.1.0",