From 1ebbb4454c09891ca2c9f9a11432c4a10ccf8c32 Mon Sep 17 00:00:00 2001 From: Gar Date: Tue, 4 Oct 2022 10:38:57 -0700 Subject: [PATCH] deps: npm-profile@7.0.0 (#5638) --- node_modules/npm-profile/package.json | 17 +++++++++-------- package-lock.json | 10 +++++----- package.json | 2 +- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/node_modules/npm-profile/package.json b/node_modules/npm-profile/package.json index 457a1fb0988fb..a99125f55bf0c 100644 --- a/node_modules/npm-profile/package.json +++ b/node_modules/npm-profile/package.json @@ -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.", @@ -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", @@ -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" } } diff --git a/package-lock.json b/package-lock.json index 91c914bf595ae..d1ce45af626da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", @@ -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": { diff --git a/package.json b/package.json index 000e99d59f919..4b3255b55c42f 100644 --- a/package.json +++ b/package.json @@ -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",