Skip to content

Commit d440011

Browse files
committed
deps: npm-user-validate@2.0.1
1 parent 552113e commit d440011

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

node_modules/npm-user-validate/package.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "npm-user-validate",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "User validations for npm",
55
"main": "lib/index.js",
66
"devDependencies": {
77
"@npmcli/eslint-config": "^4.0.1",
8-
"@npmcli/template-oss": "4.11.0",
8+
"@npmcli/template-oss": "4.22.0",
99
"tap": "^16.3.2"
1010
},
1111
"scripts": {
1212
"test": "tap",
13-
"lint": "eslint \"**/*.js\"",
13+
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
1414
"postlint": "template-oss-check",
1515
"template-oss-apply": "template-oss-apply --force",
1616
"lintfix": "npm run lint -- --fix",
@@ -19,7 +19,7 @@
1919
},
2020
"repository": {
2121
"type": "git",
22-
"url": "https://github.com/npm/npm-user-validate.git"
22+
"url": "git+https://github.com/npm/npm-user-validate.git"
2323
},
2424
"keywords": [
2525
"npm",
@@ -37,7 +37,8 @@
3737
},
3838
"templateOSS": {
3939
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
40-
"version": "4.11.0"
40+
"version": "4.22.0",
41+
"publish": true
4142
},
4243
"tap": {
4344
"nyc-arg": [

package-lock.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"npm-pick-manifest": "^9.0.1",
137137
"npm-profile": "^10.0.0",
138138
"npm-registry-fetch": "^17.0.1",
139-
"npm-user-validate": "^2.0.0",
139+
"npm-user-validate": "^2.0.1",
140140
"p-map": "^4.0.0",
141141
"pacote": "^18.0.5",
142142
"parse-conflict-json": "^3.0.1",
@@ -8941,10 +8941,11 @@
89418941
}
89428942
},
89438943
"node_modules/npm-user-validate": {
8944-
"version": "2.0.0",
8945-
"resolved": "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-2.0.0.tgz",
8946-
"integrity": "sha512-sSWeqAYJ2dUPStJB+AEj0DyLRltr/f6YNcvCA7phkB8/RMLMnVsQ41GMwHo/ERZLYNDsyB2wPm7pZo1mqPOl7Q==",
8944+
"version": "2.0.1",
8945+
"resolved": "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-2.0.1.tgz",
8946+
"integrity": "sha512-d17PKaF2h8LSGFl5j4b1gHOJt1fgH7YUcCm1kNSJvaLWWKXlBsuUvx0bBEkr0qhsVA9XP5LtRZ83hdlhm2QkgA==",
89478947
"inBundle": true,
8948+
"license": "BSD-2-Clause",
89488949
"engines": {
89498950
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
89508951
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"npm-pick-manifest": "^9.0.1",
102102
"npm-profile": "^10.0.0",
103103
"npm-registry-fetch": "^17.0.1",
104-
"npm-user-validate": "^2.0.0",
104+
"npm-user-validate": "^2.0.1",
105105
"p-map": "^4.0.0",
106106
"pacote": "^18.0.5",
107107
"parse-conflict-json": "^3.0.1",

0 commit comments

Comments
 (0)