diff --git a/package.json b/package.json index 4143c01a..78580603 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@renovate/pep440": "1.0.0", "@swc/helpers": "0.5.3", "chalk": "4.1.2", - "ci-info": "3.9.0", + "ci-info": "4.0.0", "commander": "11.1.0", "csv-parse": "5.5.5", "handlebars": "4.7.8", diff --git a/packages/ci-context/package.json b/packages/ci-context/package.json index e2bcca7e..991a0a5d 100644 --- a/packages/ci-context/package.json +++ b/packages/ci-context/package.json @@ -10,7 +10,7 @@ "typings": "./src/index.d.ts", "dependencies": { "@nx-tools/core": "6.0.0-alpha.2", - "ci-info": "3.9.0", + "ci-info": "4.0.0", "@octokit/openapi-types": "19.1.0", "@actions/github": "6.0.0", "properties-file": "3.5.4" diff --git a/packages/core/package.json b/packages/core/package.json index 200f12c8..c35210db 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -12,7 +12,7 @@ "@actions/exec": "1.1.1", "@actions/io": "1.1.3", "chalk": "4.1.2", - "ci-info": "3.9.0", + "ci-info": "4.0.0", "csv-parse": "5.5.5" }, "peerDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0beeca03..da52271a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -30,8 +30,8 @@ dependencies: specifier: 4.1.2 version: 4.1.2 ci-info: - specifier: 3.9.0 - version: 3.9.0 + specifier: 4.0.0 + version: 4.0.0 commander: specifier: 11.1.0 version: 11.1.0 @@ -4262,6 +4262,12 @@ packages: /ci-info@3.9.0: resolution: {integrity: sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==} engines: {node: '>=8'} + dev: true + + /ci-info@4.0.0: + resolution: {integrity: sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==} + engines: {node: '>=8'} + dev: false /cjs-module-lexer@1.2.3: resolution: {integrity: sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ==}