Skip to content

Commit 9972ed1

Browse files
committed
deps: @npmcli/ci-detect@3.0.1
1 parent 024e612 commit 9972ed1

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

node_modules/@npmcli/ci-detect/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/ci-detect",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Detect what kind of CI environment the program is in",
55
"author": "GitHub Inc.",
66
"license": "ISC",
@@ -22,8 +22,8 @@
2222
]
2323
},
2424
"devDependencies": {
25-
"@npmcli/eslint-config": "^3.0.1",
26-
"@npmcli/template-oss": "4.4.4",
25+
"@npmcli/eslint-config": "^4.0.0",
26+
"@npmcli/template-oss": "4.6.2",
2727
"tap": "^16.0.1"
2828
},
2929
"files": [
@@ -39,6 +39,6 @@
3939
},
4040
"templateOSS": {
4141
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
42-
"version": "4.4.4"
42+
"version": "4.6.2"
4343
}
4444
}

package-lock.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"dependencies": {
8888
"@isaacs/string-locale-compare": "^1.1.0",
8989
"@npmcli/arborist": "^6.1.0",
90-
"@npmcli/ci-detect": "^3.0.0",
90+
"@npmcli/ci-detect": "^3.0.1",
9191
"@npmcli/config": "^6.0.1",
9292
"@npmcli/map-workspaces": "^3.0.0",
9393
"@npmcli/package-json": "^3.0.0",
@@ -2042,9 +2042,10 @@
20422042
"link": true
20432043
},
20442044
"node_modules/@npmcli/ci-detect": {
2045-
"version": "3.0.0",
2045+
"version": "3.0.1",
2046+
"resolved": "https://registry.npmjs.org/@npmcli/ci-detect/-/ci-detect-3.0.1.tgz",
2047+
"integrity": "sha512-zQ/qTg2eWnGDToPZH5n7FggNlGC2OYWl6TZv/kDZrTttpm3y2bBcybXSIjlr1ne/ecVp4/vmRNxZP7qTMZo90g==",
20462048
"inBundle": true,
2047-
"license": "ISC",
20482049
"engines": {
20492050
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
20502051
}
@@ -14119,7 +14120,7 @@
1411914120
"license": "ISC",
1412014121
"dependencies": {
1412114122
"@npmcli/arborist": "^6.1.0",
14122-
"@npmcli/ci-detect": "^3.0.0",
14123+
"@npmcli/ci-detect": "^3.0.1",
1412314124
"@npmcli/run-script": "^6.0.0",
1412414125
"chalk": "^4.1.0",
1412514126
"npm-package-arg": "^10.0.0",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"dependencies": {
5858
"@isaacs/string-locale-compare": "^1.1.0",
5959
"@npmcli/arborist": "^6.1.0",
60-
"@npmcli/ci-detect": "^3.0.0",
60+
"@npmcli/ci-detect": "^3.0.1",
6161
"@npmcli/config": "^6.0.1",
6262
"@npmcli/map-workspaces": "^3.0.0",
6363
"@npmcli/package-json": "^3.0.0",

workspaces/libnpmexec/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
"dependencies": {
6161
"@npmcli/arborist": "^6.1.0",
62-
"@npmcli/ci-detect": "^3.0.0",
62+
"@npmcli/ci-detect": "^3.0.1",
6363
"@npmcli/run-script": "^6.0.0",
6464
"chalk": "^4.1.0",
6565
"npm-package-arg": "^10.0.0",

0 commit comments

Comments
 (0)