From 2991f9a8e76df5c0711c44bb073f47a6cc7b6f25 Mon Sep 17 00:00:00 2001 From: Gar Date: Tue, 12 Jul 2022 13:02:03 -0700 Subject: [PATCH] deps: npm-profile@6.2.0 --- node_modules/npm-profile/lib/index.js | 1 + node_modules/npm-profile/package.json | 6 +++--- package-lock.json | 8 ++++---- package.json | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/node_modules/npm-profile/lib/index.js b/node_modules/npm-profile/lib/index.js index eb97c621dd18d..e4ac5622e0d5c 100644 --- a/node_modules/npm-profile/lib/index.js +++ b/node_modules/npm-profile/lib/index.js @@ -292,4 +292,5 @@ module.exports = { listTokens, removeToken, createToken, + webAuthCheckLogin, } diff --git a/node_modules/npm-profile/package.json b/node_modules/npm-profile/package.json index 4f9da95d73fe8..bd4ebd3176115 100644 --- a/node_modules/npm-profile/package.json +++ b/node_modules/npm-profile/package.json @@ -1,6 +1,6 @@ { "name": "npm-profile", - "version": "6.1.0", + "version": "6.2.0", "description": "Library for updating an npmjs.com profile", "keywords": [], "author": "GitHub Inc.", @@ -20,7 +20,7 @@ ], "devDependencies": { "@npmcli/eslint-config": "^3.0.1", - "@npmcli/template-oss": "3.4.2", + "@npmcli/template-oss": "3.5.0", "nock": "^13.2.4", "tap": "^16.0.1" }, @@ -44,6 +44,6 @@ }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "3.4.2" + "version": "3.5.0" } } diff --git a/package-lock.json b/package-lock.json index 10e9e2a960b15..dab9fb2c9605f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -134,7 +134,7 @@ "npm-install-checks": "^5.0.0", "npm-package-arg": "^9.1.0", "npm-pick-manifest": "^7.0.1", - "npm-profile": "^6.1.0", + "npm-profile": "^6.2.0", "npm-registry-fetch": "^13.2.0", "npm-user-validate": "^1.0.1", "npmlog": "^6.0.2", @@ -5175,9 +5175,9 @@ } }, "node_modules/npm-profile": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-6.1.0.tgz", - "integrity": "sha512-JHnBzSqS9xPa0M3g90zhaGElSVdxoAipGkraBaM6Jph2XiSiwFN1HmfRTqndYhDkXia2hWRWl8O5RbDvae++GA==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-6.2.0.tgz", + "integrity": "sha512-wG7ZAsLvhqDc2b9COAuGUJgPRUfvCnQI8NEYeifSHZpSYXAgTsHu5812kkcwZeX/5WPd/ARX/MJRWTBFjlUxvg==", "inBundle": true, "dependencies": { "npm-registry-fetch": "^13.0.1", diff --git a/package.json b/package.json index 29e2cb21a1411..1c1d76a9d2ae0 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "npm-install-checks": "^5.0.0", "npm-package-arg": "^9.1.0", "npm-pick-manifest": "^7.0.1", - "npm-profile": "^6.1.0", + "npm-profile": "^6.2.0", "npm-registry-fetch": "^13.2.0", "npm-user-validate": "^1.0.1", "npmlog": "^6.0.2",