Skip to content

Commit

Permalink
deps: npm-profile@7.0.0 (#5638)
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Oct 4, 2022
1 parent f8433cb commit 1ebbb44
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
17 changes: 9 additions & 8 deletions node_modules/npm-profile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm-profile",
"version": "6.2.1",
"version": "7.0.0",
"description": "Library for updating an npmjs.com profile",
"keywords": [],
"author": "GitHub Inc.",
Expand All @@ -20,14 +20,11 @@
],
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "3.5.0",
"@npmcli/template-oss": "4.4.4",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
"scripts": {
"preversion": "npm test",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"posttest": "npm run lint",
"test": "tap",
"snap": "tap",
Expand All @@ -37,13 +34,17 @@
"template-oss-apply": "template-oss-apply --force"
},
"tap": {
"check-coverage": true
"check-coverage": true,
"nyc-arg": [
"--exclude",
"tap-snapshots/**"
]
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "3.5.0"
"version": "4.4.4"
}
}
10 changes: 5 additions & 5 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"npm-install-checks": "^5.0.0",
"npm-package-arg": "^9.1.2",
"npm-pick-manifest": "^7.0.2",
"npm-profile": "^6.2.0",
"npm-profile": "^7.0.0",
"npm-registry-fetch": "^13.3.1",
"npm-user-validate": "^1.0.1",
"npmlog": "^6.0.2",
Expand Down Expand Up @@ -8040,16 +8040,16 @@
}
},
"node_modules/npm-profile": {
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-6.2.1.tgz",
"integrity": "sha512-Tlu13duByHyDd4Xy0PgroxzxnBYWbGGL5aZifNp8cx2DxUrHSoETXtPKg38aRPsBWMRfDtvcvVfJNasj7oImQQ==",
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-7.0.0.tgz",
"integrity": "sha512-/WbM1IJzmOECMOsxx75kgpKCn6v2doXsvv2/FQeSmSuHxN2IzeLqqjrsQU2lBOf0fZIbyoR5vxLrnI8vvnXd0A==",
"inBundle": true,
"dependencies": {
"npm-registry-fetch": "^13.0.1",
"proc-log": "^2.0.0"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
"node_modules/npm-registry-fetch": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"npm-install-checks": "^5.0.0",
"npm-package-arg": "^9.1.2",
"npm-pick-manifest": "^7.0.2",
"npm-profile": "^6.2.0",
"npm-profile": "^7.0.0",
"npm-registry-fetch": "^13.3.1",
"npm-user-validate": "^1.0.1",
"npmlog": "^6.0.2",
Expand Down

0 comments on commit 1ebbb44

Please sign in to comment.