diff --git a/node_modules/npm-user-validate/package.json b/node_modules/npm-user-validate/package.json index 8cf48f80f86a8..15a1305356ef3 100644 --- a/node_modules/npm-user-validate/package.json +++ b/node_modules/npm-user-validate/package.json @@ -1,16 +1,16 @@ { "name": "npm-user-validate", - "version": "2.0.0", + "version": "2.0.1", "description": "User validations for npm", "main": "lib/index.js", "devDependencies": { "@npmcli/eslint-config": "^4.0.1", - "@npmcli/template-oss": "4.11.0", + "@npmcli/template-oss": "4.22.0", "tap": "^16.3.2" }, "scripts": { "test": "tap", - "lint": "eslint \"**/*.js\"", + "lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", "postlint": "template-oss-check", "template-oss-apply": "template-oss-apply --force", "lintfix": "npm run lint -- --fix", @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/npm/npm-user-validate.git" + "url": "git+https://github.com/npm/npm-user-validate.git" }, "keywords": [ "npm", @@ -37,7 +37,8 @@ }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.11.0" + "version": "4.22.0", + "publish": true }, "tap": { "nyc-arg": [ diff --git a/package-lock.json b/package-lock.json index 1b359ef175dbc..7d02f427b2e65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -136,7 +136,7 @@ "npm-pick-manifest": "^9.0.1", "npm-profile": "^10.0.0", "npm-registry-fetch": "^17.0.1", - "npm-user-validate": "^2.0.0", + "npm-user-validate": "^2.0.1", "p-map": "^4.0.0", "pacote": "^18.0.5", "parse-conflict-json": "^3.0.1", @@ -8941,10 +8941,11 @@ } }, "node_modules/npm-user-validate": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-2.0.0.tgz", - "integrity": "sha512-sSWeqAYJ2dUPStJB+AEj0DyLRltr/f6YNcvCA7phkB8/RMLMnVsQ41GMwHo/ERZLYNDsyB2wPm7pZo1mqPOl7Q==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-2.0.1.tgz", + "integrity": "sha512-d17PKaF2h8LSGFl5j4b1gHOJt1fgH7YUcCm1kNSJvaLWWKXlBsuUvx0bBEkr0qhsVA9XP5LtRZ83hdlhm2QkgA==", "inBundle": true, + "license": "BSD-2-Clause", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } diff --git a/package.json b/package.json index 35f649fddd14f..d050b128c10ec 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "npm-pick-manifest": "^9.0.1", "npm-profile": "^10.0.0", "npm-registry-fetch": "^17.0.1", - "npm-user-validate": "^2.0.0", + "npm-user-validate": "^2.0.1", "p-map": "^4.0.0", "pacote": "^18.0.5", "parse-conflict-json": "^3.0.1",