From 9972ed1423d7a4f7ca03a34f5aa69321b81850fd Mon Sep 17 00:00:00 2001 From: Gar Date: Wed, 2 Nov 2022 09:36:40 -0700 Subject: [PATCH] deps: @npmcli/ci-detect@3.0.1 --- node_modules/@npmcli/ci-detect/package.json | 8 ++++---- package-lock.json | 9 +++++---- package.json | 2 +- workspaces/libnpmexec/package.json | 2 +- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/node_modules/@npmcli/ci-detect/package.json b/node_modules/@npmcli/ci-detect/package.json index eaf1a3a286429..4be4b65fe671f 100644 --- a/node_modules/@npmcli/ci-detect/package.json +++ b/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", @@ -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": [ @@ -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" } } diff --git a/package-lock.json b/package-lock.json index 71097c2adf8fe..f210200f5c22a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", @@ -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" } @@ -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", diff --git a/package.json b/package.json index dbf6a0cb89d74..9980c5b8ec65e 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json index d3c8a4bb4c61a..0d9a1debb1414 100644 --- a/workspaces/libnpmexec/package.json +++ b/workspaces/libnpmexec/package.json @@ -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",