chore(deps): update dependency is-ci to v4 (#1168)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-12-20 12:16:07 +02:00
committed by GitHub
parent 6c13d341a6
commit 5c6e5ca7bb
2 changed files with 10 additions and 20 deletions

28
package-lock.json generated
View File

@@ -26,7 +26,7 @@
"eslint-plugin-local": "^6.0.0",
"gen-esm-wrapper": "^1.1.3",
"husky": "^9.0.11",
"is-ci": "^3.0.1",
"is-ci": "^4.0.0",
"lint-staged": "^15.2.2",
"npm-run-all2": "^7.0.0",
"prettier": "^3.2.5",
@@ -7148,22 +7148,9 @@
}
},
"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==",
"dev": true,
"license": "MIT",
"dependencies": {
"ci-info": "^3.2.0"
},
"bin": {
"is-ci": "bin.js"
}
},
"node_modules/is-ci/node_modules/ci-info": {
"version": "3.9.0",
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
"integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/is-ci/-/is-ci-4.1.0.tgz",
"integrity": "sha512-Ab9bQDQ11lWootZUI5qxgN2ZXwxNI5hTwnsvOc1wyxQ7zQ8OkEDw79mI0+9jI3x432NfwbVRru+3noJfXF6lSQ==",
"dev": true,
"funding": [
{
@@ -7172,8 +7159,11 @@
}
],
"license": "MIT",
"engines": {
"node": ">=8"
"dependencies": {
"ci-info": "^4.1.0"
},
"bin": {
"is-ci": "bin.js"
}
},
"node_modules/is-core-module": {

View File

@@ -144,7 +144,7 @@
"eslint-plugin-local": "^6.0.0",
"gen-esm-wrapper": "^1.1.3",
"husky": "^9.0.11",
"is-ci": "^3.0.1",
"is-ci": "^4.0.0",
"lint-staged": "^15.2.2",
"npm-run-all2": "^7.0.0",
"prettier": "^3.2.5",