Skip to content

Commit

Permalink
deps: ci-info@3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Oct 9, 2023
1 parent 6af582f commit fca804a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 13 deletions.
2 changes: 1 addition & 1 deletion node_modules/ci-info/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016-2023 Thomas Watson Steen
Copyright (c) 2016 Thomas Watson Steen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions node_modules/ci-info/package.json
@@ -1,6 +1,6 @@
{
"name": "ci-info",
"version": "3.8.0",
"version": "3.9.0",
"description": "Get details about the current Continuous Integration environment",
"main": "index.js",
"typings": "index.d.ts",
Expand Down Expand Up @@ -35,9 +35,9 @@
},
"devDependencies": {
"clear-module": "^4.1.2",
"husky": "^8.0.2",
"standard": "^17.0.0",
"tape": "^5.6.1"
"husky": "^8.0.3",
"standard": "^17.1.0",
"tape": "^5.7.0"
},
"engines": {
"node": ">=8"
Expand Down
9 changes: 6 additions & 3 deletions node_modules/ci-info/vendors.json
Expand Up @@ -18,8 +18,10 @@
{
"name": "Azure Pipelines",
"constant": "AZURE_PIPELINES",
"env": "SYSTEM_TEAMFOUNDATIONCOLLECTIONURI",
"pr": "SYSTEM_PULLREQUEST_PULLREQUESTID"
"env": "TF_BUILD",
"pr": {
"BUILD_REASON": "PullRequest"
}
},
{
"name": "Bamboo",
Expand Down Expand Up @@ -287,7 +289,8 @@
"NOW_BUILDER",
"VERCEL"
]
}
},
"pr": "VERCEL_GIT_PULL_REQUEST_ID"
},
{
"name": "Visual Studio App Center",
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json
Expand Up @@ -102,7 +102,7 @@
"archy": "~1.0.0",
"cacache": "^18.0.0",
"chalk": "^5.3.0",
"ci-info": "^3.8.0",
"ci-info": "^3.9.0",
"cli-columns": "^4.0.0",
"cli-table3": "^0.6.3",
"columnify": "^1.6.0",
Expand Down Expand Up @@ -4456,9 +4456,9 @@
}
},
"node_modules/ci-info": {
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
"integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
"version": "3.9.0",
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
"integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
"funding": [
{
"type": "github",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -64,7 +64,7 @@
"archy": "~1.0.0",
"cacache": "^18.0.0",
"chalk": "^5.3.0",
"ci-info": "^3.8.0",
"ci-info": "^3.9.0",
"cli-columns": "^4.0.0",
"cli-table3": "^0.6.3",
"columnify": "^1.6.0",
Expand Down

0 comments on commit fca804a

Please sign in to comment.