Skip to content

Commit 1ebbb44

Browse files
authored
deps: npm-profile@7.0.0 (#5638)
1 parent f8433cb commit 1ebbb44

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

node_modules/npm-profile/package.json

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-profile",
3-
"version": "6.2.1",
3+
"version": "7.0.0",
44
"description": "Library for updating an npmjs.com profile",
55
"keywords": [],
66
"author": "GitHub Inc.",
@@ -20,14 +20,11 @@
2020
],
2121
"devDependencies": {
2222
"@npmcli/eslint-config": "^3.0.1",
23-
"@npmcli/template-oss": "3.5.0",
23+
"@npmcli/template-oss": "4.4.4",
2424
"nock": "^13.2.4",
2525
"tap": "^16.0.1"
2626
},
2727
"scripts": {
28-
"preversion": "npm test",
29-
"postversion": "npm publish",
30-
"prepublishOnly": "git push origin --follow-tags",
3128
"posttest": "npm run lint",
3229
"test": "tap",
3330
"snap": "tap",
@@ -37,13 +34,17 @@
3734
"template-oss-apply": "template-oss-apply --force"
3835
},
3936
"tap": {
40-
"check-coverage": true
37+
"check-coverage": true,
38+
"nyc-arg": [
39+
"--exclude",
40+
"tap-snapshots/**"
41+
]
4142
},
4243
"engines": {
43-
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
44+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
4445
},
4546
"templateOSS": {
4647
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
47-
"version": "3.5.0"
48+
"version": "4.4.4"
4849
}
4950
}

package-lock.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"npm-install-checks": "^5.0.0",
138138
"npm-package-arg": "^9.1.2",
139139
"npm-pick-manifest": "^7.0.2",
140-
"npm-profile": "^6.2.0",
140+
"npm-profile": "^7.0.0",
141141
"npm-registry-fetch": "^13.3.1",
142142
"npm-user-validate": "^1.0.1",
143143
"npmlog": "^6.0.2",
@@ -8040,16 +8040,16 @@
80408040
}
80418041
},
80428042
"node_modules/npm-profile": {
8043-
"version": "6.2.1",
8044-
"resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-6.2.1.tgz",
8045-
"integrity": "sha512-Tlu13duByHyDd4Xy0PgroxzxnBYWbGGL5aZifNp8cx2DxUrHSoETXtPKg38aRPsBWMRfDtvcvVfJNasj7oImQQ==",
8043+
"version": "7.0.0",
8044+
"resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-7.0.0.tgz",
8045+
"integrity": "sha512-/WbM1IJzmOECMOsxx75kgpKCn6v2doXsvv2/FQeSmSuHxN2IzeLqqjrsQU2lBOf0fZIbyoR5vxLrnI8vvnXd0A==",
80468046
"inBundle": true,
80478047
"dependencies": {
80488048
"npm-registry-fetch": "^13.0.1",
80498049
"proc-log": "^2.0.0"
80508050
},
80518051
"engines": {
8052-
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
8052+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
80538053
}
80548054
},
80558055
"node_modules/npm-registry-fetch": {

package.json

+1-1
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.2",
104104
"npm-pick-manifest": "^7.0.2",
105-
"npm-profile": "^6.2.0",
105+
"npm-profile": "^7.0.0",
106106
"npm-registry-fetch": "^13.3.1",
107107
"npm-user-validate": "^1.0.1",
108108
"npmlog": "^6.0.2",

0 commit comments

Comments
 (0)