diff --git a/package-lock.json b/package-lock.json index e9a88ac12..45782f50f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2597,11 +2597,11 @@ } }, "node_modules/@oclif/plugin-version": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-1.3.8.tgz", - "integrity": "sha512-FeNTt8k6DY2PRTNAYFY+fofk2wvoEoym5G9wAkMwO/ZnST5c5T9iLV7tSape+HJMUj//WffkPLWW5ox8+oNPaA==", + "version": "1.3.9", + "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-1.3.9.tgz", + "integrity": "sha512-hJpB8wMFqz3u580TQhXsiIV30AWCMI1Hs7FoBYhcfL86prJPNBybp5l6Kl0DjeeA01VK00kEBQDkEBKi9a7Z8w==", "dependencies": { - "@oclif/core": "^2.11.1" + "@oclif/core": "^2.11.10" }, "engines": { "node": ">=14.0.0" @@ -21434,11 +21434,11 @@ } }, "@oclif/plugin-version": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-1.3.8.tgz", - "integrity": "sha512-FeNTt8k6DY2PRTNAYFY+fofk2wvoEoym5G9wAkMwO/ZnST5c5T9iLV7tSape+HJMUj//WffkPLWW5ox8+oNPaA==", + "version": "1.3.9", + "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-1.3.9.tgz", + "integrity": "sha512-hJpB8wMFqz3u580TQhXsiIV30AWCMI1Hs7FoBYhcfL86prJPNBybp5l6Kl0DjeeA01VK00kEBQDkEBKi9a7Z8w==", "requires": { - "@oclif/core": "^2.11.1" + "@oclif/core": "^2.11.10" } }, "@oclif/plugin-warn-if-update-available": {