From be8840b07cfdd142facc811cc68a60c225ae44e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 10:08:28 +0000 Subject: [PATCH] chore(deps): update dependency is-ci to v4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 19 ++++++------------- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index f90d816..5bccfcb 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@types/react": "^19.0.1", "@types/react-dom": "^19.0.1", "husky": "^9.1.7", - "is-ci": "^3.0.1", + "is-ci": "^4.1.0", "prettier": "^3.4.2", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "0.6.5", diff --git a/yarn.lock b/yarn.lock index ce24048..59ea70d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2613,13 +2613,6 @@ __metadata: languageName: node linkType: hard -"ci-info@npm:^3.2.0": - version: 3.9.0 - resolution: "ci-info@npm:3.9.0" - checksum: 10/75bc67902b4d1c7b435497adeb91598f6d52a3389398e44294f6601b20cfef32cf2176f7be0eb961d9e085bb333a8a5cae121cb22f81cf238ae7f58eb80e9397 - languageName: node - linkType: hard - "ci-info@npm:^4.1.0": version: 4.1.0 resolution: "ci-info@npm:4.1.0" @@ -3860,14 +3853,14 @@ __metadata: languageName: node linkType: hard -"is-ci@npm:^3.0.1": - version: 3.0.1 - resolution: "is-ci@npm:3.0.1" +"is-ci@npm:^4.1.0": + version: 4.1.0 + resolution: "is-ci@npm:4.1.0" dependencies: - ci-info: "npm:^3.2.0" + ci-info: "npm:^4.1.0" bin: is-ci: bin.js - checksum: 10/192c66dc7826d58f803ecae624860dccf1899fc1f3ac5505284c0a5cf5f889046ffeb958fa651e5725d5705c5bcb14f055b79150ea5fcad7456a9569de60260e + checksum: 10/f63a9e951262b9f4ccea73f47743efb1bfe87de84b5352dc02966c90bf61c2a9e9426a43ef53fdd18bd5f33616015b97bb5ae89251fb0f573e6cf7a01d036295 languageName: node linkType: hard @@ -6154,7 +6147,7 @@ __metadata: class-variance-authority: "npm:^0.7.1" clsx: "npm:^2.1.1" husky: "npm:^9.1.7" - is-ci: "npm:^3.0.1" + is-ci: "npm:^4.1.0" lucide-react: "npm:^0.468.0" prettier: "npm:^3.4.2" prettier-plugin-astro: "npm:^0.14.1"