From 27c09ca8102d0b545721bf6dcd4117b165cd5ce0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 03:26:25 +0000 Subject: [PATCH] chore(deps): bump is-ci from 3.0.1 to 4.1.0 Bumps [is-ci](https://github.com/watson/is-ci) from 3.0.1 to 4.1.0. - [Release notes](https://github.com/watson/is-ci/releases) - [Changelog](https://github.com/watson/is-ci/blob/master/CHANGELOG.md) - [Commits](https://github.com/watson/is-ci/compare/v3.0.1...v4.1.0) --- updated-dependencies: - dependency-name: is-ci dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 31 ++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 27 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 52e4de37..5afa4791 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "eslint-plugin-security": "^3.0.1", "husky": "^4.3.8", "inquirer": "^8.2.6", - "is-ci": "^3.0.1", + "is-ci": "^4.1.0", "lint-staged": "15.2.10", "listr": "^0.14.3", "listr-inquirer": "^0.1.0", @@ -3292,6 +3292,7 @@ "version": "3.9.0", "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", + "dev": true, "funding": [ { "type": "github", @@ -5893,16 +5894,36 @@ } }, "node_modules/is-ci": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-3.0.1.tgz", - "integrity": "sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-4.1.0.tgz", + "integrity": "sha512-Ab9bQDQ11lWootZUI5qxgN2ZXwxNI5hTwnsvOc1wyxQ7zQ8OkEDw79mI0+9jI3x432NfwbVRru+3noJfXF6lSQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/sibiraj-s" + } + ], "dependencies": { - "ci-info": "^3.2.0" + "ci-info": "^4.1.0" }, "bin": { "is-ci": "bin.js" } }, + "node_modules/is-ci/node_modules/ci-info": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.1.0.tgz", + "integrity": "sha512-HutrvTNsF48wnxkzERIXOe5/mlcfFcbfCmwcg6CJnizbSue78AbDt+1cgl26zwn61WFxhcPykPfZrbqjGmBb4A==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/sibiraj-s" + } + ], + "engines": { + "node": ">=8" + } + }, "node_modules/is-core-module": { "version": "2.15.1", "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz", diff --git a/package.json b/package.json index e73c4dde..5e09ba30 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "eslint-plugin-security": "^3.0.1", "husky": "^4.3.8", "inquirer": "^8.2.6", - "is-ci": "^3.0.1", + "is-ci": "^4.1.0", "lint-staged": "15.2.10", "listr": "^0.14.3", "listr-inquirer": "^0.1.0",