Skip to content

Commit

Permalink
deps: @npmcli/ci-detect@3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Nov 2, 2022
1 parent 024e612 commit 9972ed1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
8 changes: 4 additions & 4 deletions node_modules/@npmcli/ci-detect/package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/ci-detect",
"version": "3.0.0",
"version": "3.0.1",
"description": "Detect what kind of CI environment the program is in",
"author": "GitHub Inc.",
"license": "ISC",
Expand All @@ -22,8 +22,8 @@
]
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "4.4.4",
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.6.2",
"tap": "^16.0.1"
},
"files": [
Expand All @@ -39,6 +39,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.4.4"
"version": "4.6.2"
}
}
9 changes: 5 additions & 4 deletions package-lock.json
Expand Up @@ -87,7 +87,7 @@
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.1.0",
"@npmcli/ci-detect": "^3.0.0",
"@npmcli/ci-detect": "^3.0.1",
"@npmcli/config": "^6.0.1",
"@npmcli/map-workspaces": "^3.0.0",
"@npmcli/package-json": "^3.0.0",
Expand Down Expand Up @@ -2042,9 +2042,10 @@
"link": true
},
"node_modules/@npmcli/ci-detect": {
"version": "3.0.0",
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/@npmcli/ci-detect/-/ci-detect-3.0.1.tgz",
"integrity": "sha512-zQ/qTg2eWnGDToPZH5n7FggNlGC2OYWl6TZv/kDZrTttpm3y2bBcybXSIjlr1ne/ecVp4/vmRNxZP7qTMZo90g==",
"inBundle": true,
"license": "ISC",
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
Expand Down Expand Up @@ -14119,7 +14120,7 @@
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.1.0",
"@npmcli/ci-detect": "^3.0.0",
"@npmcli/ci-detect": "^3.0.1",
"@npmcli/run-script": "^6.0.0",
"chalk": "^4.1.0",
"npm-package-arg": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -57,7 +57,7 @@
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.1.0",
"@npmcli/ci-detect": "^3.0.0",
"@npmcli/ci-detect": "^3.0.1",
"@npmcli/config": "^6.0.1",
"@npmcli/map-workspaces": "^3.0.0",
"@npmcli/package-json": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmexec/package.json
Expand Up @@ -59,7 +59,7 @@
},
"dependencies": {
"@npmcli/arborist": "^6.1.0",
"@npmcli/ci-detect": "^3.0.0",
"@npmcli/ci-detect": "^3.0.1",
"@npmcli/run-script": "^6.0.0",
"chalk": "^4.1.0",
"npm-package-arg": "^10.0.0",
Expand Down

0 comments on commit 9972ed1

Please sign in to comment.