Skip to content

Commit 4404002

Browse files
committed
deps: ci-info@4.4.0
1 parent b65af73 commit 4404002

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

node_modules/ci-info/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ci-info",
3-
"version": "4.3.1",
3+
"version": "4.4.0",
44
"description": "Get details about the current Continuous Integration environment",
55
"main": "index.js",
66
"typings": "index.d.ts",

node_modules/ci-info/vendors.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"env": "AGOLA_GIT_REF",
66
"pr": "AGOLA_PULL_REQUEST_ID"
77
},
8+
{
9+
"name": "Alpic",
10+
"constant": "ALPIC",
11+
"env": "ALPIC_HOST"
12+
},
813
{
914
"name": "Appcircle",
1015
"constant": "APPCIRCLE",

package-lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"archy": "~1.0.0",
100100
"cacache": "^20.0.3",
101101
"chalk": "^5.6.2",
102-
"ci-info": "^4.3.1",
102+
"ci-info": "^4.4.0",
103103
"cli-columns": "^4.0.0",
104104
"fastest-levenshtein": "^1.0.16",
105105
"fs-minipass": "^3.0.3",
@@ -3294,9 +3294,9 @@
32943294
}
32953295
},
32963296
"node_modules/ci-info": {
3297-
"version": "4.3.1",
3298-
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.3.1.tgz",
3299-
"integrity": "sha512-Wdy2Igu8OcBpI2pZePZ5oWjPC38tmDVx5WKUXKwlLYkA0ozo85sLsLvkBbBn/sZaSCMFOGZJ14fvW9t5/d7kdA==",
3297+
"version": "4.4.0",
3298+
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.4.0.tgz",
3299+
"integrity": "sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg==",
33003300
"funding": [
33013301
{
33023302
"type": "github",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"archy": "~1.0.0",
6767
"cacache": "^20.0.3",
6868
"chalk": "^5.6.2",
69-
"ci-info": "^4.3.1",
69+
"ci-info": "^4.4.0",
7070
"cli-columns": "^4.0.0",
7171
"fastest-levenshtein": "^1.0.16",
7272
"fs-minipass": "^3.0.3",

0 commit comments

Comments
 (0)