diff --git a/package-lock.json b/package-lock.json index 39072e9..491327c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "@aashari/nodejs-confluence-export", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@aashari/nodejs-confluence-export", - "version": "1.1.1", + "version": "1.1.2", "license": "ISC", "dependencies": { - "@commander-js/extra-typings": "^13.1.0", + "@commander-js/extra-typings": "^14.0.0", "commander": "^13.1.0", "dotenv": "^16.5.0", "fast-safe-stringify": "^2.1.1", @@ -594,12 +594,12 @@ } }, "node_modules/@commander-js/extra-typings": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/@commander-js/extra-typings/-/extra-typings-13.1.0.tgz", - "integrity": "sha512-q5P52BYb1hwVWE6dtID7VvuJWrlfbCv4klj7BjUUOqMz4jbSZD4C9fJ9lRjL2jnBGTg+gDDlaXN51rkWcLk4fg==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/@commander-js/extra-typings/-/extra-typings-14.0.0.tgz", + "integrity": "sha512-hIn0ncNaJRLkZrxBIp5AsW/eXEHNKYQBh0aPdoUqNgD+Io3NIykQqpKFyKcuasZhicGaEZJX/JBSIkZ4e5x8Dg==", "license": "MIT", "peerDependencies": { - "commander": "~13.1.0" + "commander": "~14.0.0" } }, "node_modules/@cspotcode/source-map-support": { diff --git a/package.json b/package.json index f4ef006..193db5b 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "access": "public" }, "dependencies": { - "@commander-js/extra-typings": "^13.1.0", + "@commander-js/extra-typings": "^14.0.0", "commander": "^13.1.0", "dotenv": "^16.5.0", "fast-safe-stringify": "^2.1.1",