Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: npm-profile@6.2.0 #5158

Merged
merged 1 commit into from Jul 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions node_modules/npm-profile/lib/index.js
Expand Up @@ -292,4 +292,5 @@ module.exports = {
listTokens,
removeToken,
createToken,
webAuthCheckLogin,
}
6 changes: 3 additions & 3 deletions 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.",
Expand All @@ -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"
},
Expand All @@ -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"
}
}
8 changes: 4 additions & 4 deletions package-lock.json
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down