From 690a098ede532244e4fbb737ed01760cef4ddab5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 14:11:50 +0000 Subject: [PATCH] chore(deps): bump @npmcli/ci-detect from 2.0.0 to 3.0.0 Bumps [@npmcli/ci-detect](https://github.com/npm/ci-detect) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/npm/ci-detect/releases) - [Changelog](https://github.com/npm/ci-detect/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/ci-detect/compare/v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: "@npmcli/ci-detect" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index fee0e3e9a..8b80235f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@actions/core": "^1.6.0", - "@npmcli/ci-detect": "^2.0.0", + "@npmcli/ci-detect": "^3.0.0", "chalk": "^4.1.2", "command-line-args": "^5.2.0", "command-line-usage": "^6.0.2", @@ -1393,11 +1393,11 @@ } }, "node_modules/@npmcli/ci-detect": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@npmcli/ci-detect/-/ci-detect-2.0.0.tgz", - "integrity": "sha512-8yQtQ9ArHh/TzdUDKQwEvwCgpDuhSWTDAbiKMl3854PcT+Dk4UmWaiawuFTLy9n5twzXOBXVflWe+90/ffXQrA==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@npmcli/ci-detect/-/ci-detect-3.0.0.tgz", + "integrity": "sha512-d6eGMbZ2j6n2b1KpGNbTsKNpCe3NU7xe7stzeXu6BJyLbMZ/FGHnSuwozcHEckGRKF06RO+Z8FpHg7nAbBmuUw==", "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/@pkgr/utils": { @@ -11535,9 +11535,9 @@ } }, "@npmcli/ci-detect": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@npmcli/ci-detect/-/ci-detect-2.0.0.tgz", - "integrity": "sha512-8yQtQ9ArHh/TzdUDKQwEvwCgpDuhSWTDAbiKMl3854PcT+Dk4UmWaiawuFTLy9n5twzXOBXVflWe+90/ffXQrA==" + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@npmcli/ci-detect/-/ci-detect-3.0.0.tgz", + "integrity": "sha512-d6eGMbZ2j6n2b1KpGNbTsKNpCe3NU7xe7stzeXu6BJyLbMZ/FGHnSuwozcHEckGRKF06RO+Z8FpHg7nAbBmuUw==" }, "@pkgr/utils": { "version": "2.3.0", diff --git a/package.json b/package.json index 37ed71933..66b10a71e 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "dependencies": { "@actions/core": "^1.6.0", - "@npmcli/ci-detect": "^2.0.0", + "@npmcli/ci-detect": "^3.0.0", "chalk": "^4.1.2", "command-line-args": "^5.2.0", "command-line-usage": "^6.0.2",