Skip to content

Commit

Permalink
deps: npm-user-validate@2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed May 7, 2024
1 parent 552113e commit d440011
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
11 changes: 6 additions & 5 deletions node_modules/npm-user-validate/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand All @@ -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": [
Expand Down
9 changes: 5 additions & 4 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d440011

Please sign in to comment.