Skip to content

Commit b28dbb1

Browse files
committedOct 2, 2024
deps: update npm-user-validate@3.0.0
1 parent d13a20b commit b28dbb1

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed
 

‎node_modules/npm-user-validate/package.json

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
{
22
"name": "npm-user-validate",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "User validations for npm",
55
"main": "lib/index.js",
66
"devDependencies": {
7-
"@npmcli/eslint-config": "^4.0.1",
8-
"@npmcli/template-oss": "4.22.0",
7+
"@npmcli/eslint-config": "^5.0.0",
8+
"@npmcli/template-oss": "4.23.3",
99
"tap": "^16.3.2"
1010
},
1111
"scripts": {
1212
"test": "tap",
13-
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
13+
"lint": "npm run eslint",
1414
"postlint": "template-oss-check",
1515
"template-oss-apply": "template-oss-apply --force",
16-
"lintfix": "npm run lint -- --fix",
16+
"lintfix": "npm run eslint -- --fix",
1717
"snap": "tap",
18-
"posttest": "npm run lint"
18+
"posttest": "npm run lint",
19+
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
1920
},
2021
"repository": {
2122
"type": "git",
@@ -33,11 +34,11 @@
3334
"lib/"
3435
],
3536
"engines": {
36-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
37+
"node": "^18.17.0 || >=20.5.0"
3738
},
3839
"templateOSS": {
3940
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
40-
"version": "4.22.0",
41+
"version": "4.23.3",
4142
"publish": true
4243
},
4344
"tap": {

‎package-lock.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"npm-pick-manifest": "^10.0.0",
137137
"npm-profile": "^11.0.1",
138138
"npm-registry-fetch": "^18.0.1",
139-
"npm-user-validate": "^2.0.1",
139+
"npm-user-validate": "^3.0.0",
140140
"p-map": "^4.0.0",
141141
"pacote": "^18.0.6",
142142
"parse-conflict-json": "^3.0.1",
@@ -10467,13 +10467,13 @@
1046710467
}
1046810468
},
1046910469
"node_modules/npm-user-validate": {
10470-
"version": "2.0.1",
10471-
"resolved": "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-2.0.1.tgz",
10472-
"integrity": "sha512-d17PKaF2h8LSGFl5j4b1gHOJt1fgH7YUcCm1kNSJvaLWWKXlBsuUvx0bBEkr0qhsVA9XP5LtRZ83hdlhm2QkgA==",
10470+
"version": "3.0.0",
10471+
"resolved": "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-3.0.0.tgz",
10472+
"integrity": "sha512-9xi0RdSmJ4mPYTC393VJPz1Sp8LyCx9cUnm/L9Qcb3cFO8gjT4mN20P9FAsea8qDHdQ7LtcN8VLh2UT47SdKCw==",
1047310473
"inBundle": true,
1047410474
"license": "BSD-2-Clause",
1047510475
"engines": {
10476-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
10476+
"node": "^18.17.0 || >=20.5.0"
1047710477
}
1047810478
},
1047910479
"node_modules/nth-check": {

‎package.json

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

0 commit comments

Comments
 (0)
Please sign in to comment.