Skip to content

Commit 45a9bde

Browse files
authored
1 parent 4a9f2dc commit 45a9bde

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

node_modules/npm-profile/lib/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,4 +292,5 @@ module.exports = {
292292
listTokens,
293293
removeToken,
294294
createToken,
295+
webAuthCheckLogin,
295296
}

node_modules/npm-profile/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-profile",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"description": "Library for updating an npmjs.com profile",
55
"keywords": [],
66
"author": "GitHub Inc.",
@@ -20,7 +20,7 @@
2020
],
2121
"devDependencies": {
2222
"@npmcli/eslint-config": "^3.0.1",
23-
"@npmcli/template-oss": "3.4.2",
23+
"@npmcli/template-oss": "3.5.0",
2424
"nock": "^13.2.4",
2525
"tap": "^16.0.1"
2626
},
@@ -44,6 +44,6 @@
4444
},
4545
"templateOSS": {
4646
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
47-
"version": "3.4.2"
47+
"version": "3.5.0"
4848
}
4949
}

package-lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"npm-install-checks": "^5.0.0",
135135
"npm-package-arg": "^9.1.0",
136136
"npm-pick-manifest": "^7.0.1",
137-
"npm-profile": "^6.1.0",
137+
"npm-profile": "^6.2.0",
138138
"npm-registry-fetch": "^13.2.0",
139139
"npm-user-validate": "^1.0.1",
140140
"npmlog": "^6.0.2",
@@ -5175,9 +5175,9 @@
51755175
}
51765176
},
51775177
"node_modules/npm-profile": {
5178-
"version": "6.1.0",
5179-
"resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-6.1.0.tgz",
5180-
"integrity": "sha512-JHnBzSqS9xPa0M3g90zhaGElSVdxoAipGkraBaM6Jph2XiSiwFN1HmfRTqndYhDkXia2hWRWl8O5RbDvae++GA==",
5178+
"version": "6.2.0",
5179+
"resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-6.2.0.tgz",
5180+
"integrity": "sha512-wG7ZAsLvhqDc2b9COAuGUJgPRUfvCnQI8NEYeifSHZpSYXAgTsHu5812kkcwZeX/5WPd/ARX/MJRWTBFjlUxvg==",
51815181
"inBundle": true,
51825182
"dependencies": {
51835183
"npm-registry-fetch": "^13.0.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"npm-install-checks": "^5.0.0",
103103
"npm-package-arg": "^9.1.0",
104104
"npm-pick-manifest": "^7.0.1",
105-
"npm-profile": "^6.1.0",
105+
"npm-profile": "^6.2.0",
106106
"npm-registry-fetch": "^13.2.0",
107107
"npm-user-validate": "^1.0.1",
108108
"npmlog": "^6.0.2",

0 commit comments

Comments
 (0)