Skip to content

Commit b1c4770

Browse files
committed
deps: update [email protected]
1 parent 8206c4f commit b1c4770

File tree

10 files changed

+61
-58
lines changed

10 files changed

+61
-58
lines changed

node_modules/.gitignore

+2-6
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
!/@npmcli/git/node_modules/npm-package-arg
3131
!/@npmcli/git/node_modules/npm-pick-manifest
3232
!/@npmcli/git/node_modules/proc-log
33+
!/@npmcli/git/node_modules/validate-npm-package-name
3334
!/@npmcli/installed-package-contents
3435
!/@npmcli/map-workspaces
3536
!/@npmcli/map-workspaces/node_modules/
@@ -62,6 +63,7 @@
6263
!/@npmcli/metavuln-calculator/node_modules/ssri
6364
!/@npmcli/metavuln-calculator/node_modules/unique-filename
6465
!/@npmcli/metavuln-calculator/node_modules/unique-slug
66+
!/@npmcli/metavuln-calculator/node_modules/validate-npm-package-name
6567
!/@npmcli/name-from-folder
6668
!/@npmcli/node-gyp
6769
!/@npmcli/package-json
@@ -175,9 +177,6 @@
175177
!/indent-string
176178
!/ini
177179
!/init-package-json
178-
!/init-package-json/node_modules/
179-
/init-package-json/node_modules/*
180-
!/init-package-json/node_modules/validate-npm-package-name
181180
!/ip-address
182181
!/ip-regex
183182
!/is-cidr
@@ -246,9 +245,6 @@
246245
!/npm-install-checks
247246
!/npm-normalize-package-bin
248247
!/npm-package-arg
249-
!/npm-package-arg/node_modules/
250-
/npm-package-arg/node_modules/*
251-
!/npm-package-arg/node_modules/validate-npm-package-name
252248
!/npm-packlist
253249
!/npm-pick-manifest
254250
!/npm-pick-manifest/node_modules/

node_modules/init-package-json/node_modules/validate-npm-package-name/package.json node_modules/@npmcli/git/node_modules/validate-npm-package-name/package.json

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
11
{
22
"name": "validate-npm-package-name",
3-
"version": "6.0.0",
3+
"version": "5.0.1",
44
"description": "Give me a string and I'll tell you if it's a valid npm package name",
55
"main": "lib/",
66
"directories": {
77
"test": "test"
88
},
99
"devDependencies": {
10-
"@npmcli/eslint-config": "^5.0.0",
11-
"@npmcli/template-oss": "4.23.3",
10+
"@npmcli/eslint-config": "^4.0.0",
11+
"@npmcli/template-oss": "4.22.0",
1212
"tap": "^16.0.1"
1313
},
1414
"scripts": {
1515
"cov:test": "TAP_FLAGS='--cov' npm run test:code",
1616
"test:code": "tap ${TAP_FLAGS:-'--'} test/*.js",
1717
"test:style": "standard",
1818
"test": "tap",
19-
"lint": "npm run eslint",
19+
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
2020
"postlint": "template-oss-check",
2121
"template-oss-apply": "template-oss-apply --force",
22-
"lintfix": "npm run eslint -- --fix",
22+
"lintfix": "npm run lint -- --fix",
2323
"snap": "tap",
24-
"posttest": "npm run lint",
25-
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
24+
"posttest": "npm run lint"
2625
},
2726
"repository": {
2827
"type": "git",
@@ -45,11 +44,11 @@
4544
"lib/"
4645
],
4746
"engines": {
48-
"node": "^18.17.0 || >=20.5.0"
47+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
4948
},
5049
"templateOSS": {
5150
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
52-
"version": "4.23.3",
51+
"version": "4.22.0",
5352
"publish": true
5453
},
5554
"tap": {

node_modules/npm-package-arg/node_modules/validate-npm-package-name/package.json node_modules/@npmcli/metavuln-calculator/node_modules/validate-npm-package-name/package.json

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
11
{
22
"name": "validate-npm-package-name",
3-
"version": "6.0.0",
3+
"version": "5.0.1",
44
"description": "Give me a string and I'll tell you if it's a valid npm package name",
55
"main": "lib/",
66
"directories": {
77
"test": "test"
88
},
99
"devDependencies": {
10-
"@npmcli/eslint-config": "^5.0.0",
11-
"@npmcli/template-oss": "4.23.3",
10+
"@npmcli/eslint-config": "^4.0.0",
11+
"@npmcli/template-oss": "4.22.0",
1212
"tap": "^16.0.1"
1313
},
1414
"scripts": {
1515
"cov:test": "TAP_FLAGS='--cov' npm run test:code",
1616
"test:code": "tap ${TAP_FLAGS:-'--'} test/*.js",
1717
"test:style": "standard",
1818
"test": "tap",
19-
"lint": "npm run eslint",
19+
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
2020
"postlint": "template-oss-check",
2121
"template-oss-apply": "template-oss-apply --force",
22-
"lintfix": "npm run eslint -- --fix",
22+
"lintfix": "npm run lint -- --fix",
2323
"snap": "tap",
24-
"posttest": "npm run lint",
25-
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
24+
"posttest": "npm run lint"
2625
},
2726
"repository": {
2827
"type": "git",
@@ -45,11 +44,11 @@
4544
"lib/"
4645
],
4746
"engines": {
48-
"node": "^18.17.0 || >=20.5.0"
47+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
4948
},
5049
"templateOSS": {
5150
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
52-
"version": "4.23.3",
51+
"version": "4.22.0",
5352
"publish": true
5453
},
5554
"tap": {

node_modules/validate-npm-package-name/package.json

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,28 @@
11
{
22
"name": "validate-npm-package-name",
3-
"version": "5.0.1",
3+
"version": "6.0.0",
44
"description": "Give me a string and I'll tell you if it's a valid npm package name",
55
"main": "lib/",
66
"directories": {
77
"test": "test"
88
},
99
"devDependencies": {
10-
"@npmcli/eslint-config": "^4.0.0",
11-
"@npmcli/template-oss": "4.22.0",
10+
"@npmcli/eslint-config": "^5.0.0",
11+
"@npmcli/template-oss": "4.23.3",
1212
"tap": "^16.0.1"
1313
},
1414
"scripts": {
1515
"cov:test": "TAP_FLAGS='--cov' npm run test:code",
1616
"test:code": "tap ${TAP_FLAGS:-'--'} test/*.js",
1717
"test:style": "standard",
1818
"test": "tap",
19-
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
19+
"lint": "npm run eslint",
2020
"postlint": "template-oss-check",
2121
"template-oss-apply": "template-oss-apply --force",
22-
"lintfix": "npm run lint -- --fix",
22+
"lintfix": "npm run eslint -- --fix",
2323
"snap": "tap",
24-
"posttest": "npm run lint"
24+
"posttest": "npm run lint",
25+
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
2526
},
2627
"repository": {
2728
"type": "git",
@@ -44,11 +45,11 @@
4445
"lib/"
4546
],
4647
"engines": {
47-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
48+
"node": "^18.17.0 || >=20.5.0"
4849
},
4950
"templateOSS": {
5051
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
51-
"version": "4.22.0",
52+
"version": "4.23.3",
5253
"publish": true
5354
},
5455
"tap": {

package-lock.json

+33-25
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
"text-table": "~0.2.0",
152152
"tiny-relative-date": "^1.3.0",
153153
"treeverse": "^3.0.0",
154-
"validate-npm-package-name": "^5.0.1",
154+
"validate-npm-package-name": "^6.0.0",
155155
"which": "^4.0.0",
156156
"write-file-atomic": "^5.0.1"
157157
},
@@ -1688,6 +1688,15 @@
16881688
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
16891689
}
16901690
},
1691+
"node_modules/@npmcli/git/node_modules/validate-npm-package-name": {
1692+
"version": "5.0.1",
1693+
"resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-5.0.1.tgz",
1694+
"integrity": "sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==",
1695+
"license": "ISC",
1696+
"engines": {
1697+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
1698+
}
1699+
},
16911700
"node_modules/@npmcli/installed-package-contents": {
16921701
"version": "2.1.0",
16931702
"resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-2.1.0.tgz",
@@ -2048,6 +2057,15 @@
20482057
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
20492058
}
20502059
},
2060+
"node_modules/@npmcli/metavuln-calculator/node_modules/validate-npm-package-name": {
2061+
"version": "5.0.1",
2062+
"resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-5.0.1.tgz",
2063+
"integrity": "sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==",
2064+
"license": "ISC",
2065+
"engines": {
2066+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2067+
}
2068+
},
20512069
"node_modules/@npmcli/mock-globals": {
20522070
"resolved": "mock-globals",
20532071
"link": true
@@ -2417,6 +2435,16 @@
24172435
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
24182436
}
24192437
},
2438+
"node_modules/@npmcli/template-oss/node_modules/validate-npm-package-name": {
2439+
"version": "5.0.1",
2440+
"resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-5.0.1.tgz",
2441+
"integrity": "sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==",
2442+
"dev": true,
2443+
"license": "ISC",
2444+
"engines": {
2445+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2446+
}
2447+
},
24202448
"node_modules/@octokit/auth-token": {
24212449
"version": "3.0.4",
24222450
"resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-3.0.4.tgz",
@@ -7400,16 +7428,6 @@
74007428
"node": "^18.17.0 || >=20.5.0"
74017429
}
74027430
},
7403-
"node_modules/init-package-json/node_modules/validate-npm-package-name": {
7404-
"version": "6.0.0",
7405-
"resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-6.0.0.tgz",
7406-
"integrity": "sha512-d7KLgL1LD3U3fgnvWEY1cQXoO/q6EQ1BSz48Sa149V/5zVTAbgmZIpyI8TRi6U9/JNyeYLlTKsEMPtLC27RFUg==",
7407-
"inBundle": true,
7408-
"license": "ISC",
7409-
"engines": {
7410-
"node": "^18.17.0 || >=20.5.0"
7411-
}
7412-
},
74137431
"node_modules/internal-slot": {
74147432
"version": "1.0.7",
74157433
"resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz",
@@ -10500,16 +10518,6 @@
1050010518
"node": "^18.17.0 || >=20.5.0"
1050110519
}
1050210520
},
10503-
"node_modules/npm-package-arg/node_modules/validate-npm-package-name": {
10504-
"version": "6.0.0",
10505-
"resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-6.0.0.tgz",
10506-
"integrity": "sha512-d7KLgL1LD3U3fgnvWEY1cQXoO/q6EQ1BSz48Sa149V/5zVTAbgmZIpyI8TRi6U9/JNyeYLlTKsEMPtLC27RFUg==",
10507-
"inBundle": true,
10508-
"license": "ISC",
10509-
"engines": {
10510-
"node": "^18.17.0 || >=20.5.0"
10511-
}
10512-
},
1051310521
"node_modules/npm-packlist": {
1051410522
"version": "8.0.2",
1051510523
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-8.0.2.tgz",
@@ -16589,13 +16597,13 @@
1658916597
}
1659016598
},
1659116599
"node_modules/validate-npm-package-name": {
16592-
"version": "5.0.1",
16593-
"resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-5.0.1.tgz",
16594-
"integrity": "sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==",
16600+
"version": "6.0.0",
16601+
"resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-6.0.0.tgz",
16602+
"integrity": "sha512-d7KLgL1LD3U3fgnvWEY1cQXoO/q6EQ1BSz48Sa149V/5zVTAbgmZIpyI8TRi6U9/JNyeYLlTKsEMPtLC27RFUg==",
1659516603
"inBundle": true,
1659616604
"license": "ISC",
1659716605
"engines": {
16598-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
16606+
"node": "^18.17.0 || >=20.5.0"
1659916607
}
1660016608
},
1660116609
"node_modules/vfile": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"text-table": "~0.2.0",
117117
"tiny-relative-date": "^1.3.0",
118118
"treeverse": "^3.0.0",
119-
"validate-npm-package-name": "^5.0.1",
119+
"validate-npm-package-name": "^6.0.0",
120120
"which": "^4.0.0",
121121
"write-file-atomic": "^5.0.1"
122122
},

0 commit comments

Comments
 (0)