Skip to content

Commit 75786ad

Browse files
committed
deps: update @npmcli/[email protected]
1 parent 1c25a1d commit 75786ad

File tree

3 files changed

+18
-17
lines changed

3 files changed

+18
-17
lines changed

node_modules/@npmcli/query/package.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
22
"name": "@npmcli/query",
3-
"version": "3.1.0",
3+
"version": "4.0.0",
44
"description": "npm query parser and tools",
55
"main": "lib/index.js",
66
"scripts": {
77
"test": "tap",
8-
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
8+
"lint": "npm run eslint",
99
"postlint": "template-oss-check",
1010
"template-oss-apply": "template-oss-apply --force",
11-
"lintfix": "npm run lint -- --fix",
11+
"lintfix": "npm run eslint -- --fix",
1212
"snap": "tap",
13-
"posttest": "npm run lint"
13+
"posttest": "npm run lint",
14+
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
1415
},
1516
"contributors": [
1617
{
@@ -35,24 +36,24 @@
3536
"lib/"
3637
],
3738
"engines": {
38-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
39+
"node": "^18.17.0 || >=20.5.0"
3940
},
4041
"templateOSS": {
4142
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
42-
"version": "4.21.3",
43+
"version": "4.23.3",
4344
"publish": true
4445
},
4546
"devDependencies": {
46-
"@npmcli/eslint-config": "^4.0.0",
47-
"@npmcli/template-oss": "4.21.3",
47+
"@npmcli/eslint-config": "^5.0.0",
48+
"@npmcli/template-oss": "4.23.3",
4849
"tap": "^16.2.0"
4950
},
5051
"dependencies": {
51-
"postcss-selector-parser": "^6.0.10"
52+
"postcss-selector-parser": "^6.1.2"
5253
},
5354
"repository": {
5455
"type": "git",
55-
"url": "https://github.com/npm/query.git"
56+
"url": "git+https://github.com/npm/query.git"
5657
},
5758
"tap": {
5859
"nyc-arg": [

package-lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1725,15 +1725,15 @@
17251725
}
17261726
},
17271727
"node_modules/@npmcli/query": {
1728-
"version": "3.1.0",
1729-
"resolved": "https://registry.npmjs.org/@npmcli/query/-/query-3.1.0.tgz",
1730-
"integrity": "sha512-C/iR0tk7KSKGldibYIB9x8GtO/0Bd0I2mhOaDb8ucQL/bQVTmGoeREaFj64Z5+iCBRf3dQfed0CjJL7I8iTkiQ==",
1728+
"version": "4.0.0",
1729+
"resolved": "https://registry.npmjs.org/@npmcli/query/-/query-4.0.0.tgz",
1730+
"integrity": "sha512-3pPbese0fbCiFJ/7/X1GBgxAKYFE8sxBddA7GtuRmOgNseH4YbGsXJ807Ig3AEwNITjDUISHglvy89cyDJnAwA==",
17311731
"license": "ISC",
17321732
"dependencies": {
1733-
"postcss-selector-parser": "^6.0.10"
1733+
"postcss-selector-parser": "^6.1.2"
17341734
},
17351735
"engines": {
1736-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
1736+
"node": "^18.17.0 || >=20.5.0"
17371737
}
17381738
},
17391739
"node_modules/@npmcli/redact": {
@@ -16673,7 +16673,7 @@
1667316673
"@npmcli/name-from-folder": "^3.0.0",
1667416674
"@npmcli/node-gyp": "^4.0.0",
1667516675
"@npmcli/package-json": "^6.0.1",
16676-
"@npmcli/query": "^3.1.0",
16676+
"@npmcli/query": "^4.0.0",
1667716677
"@npmcli/redact": "^3.0.0",
1667816678
"@npmcli/run-script": "^9.0.1",
1667916679
"bin-links": "^4.0.4",

workspaces/arborist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@npmcli/name-from-folder": "^3.0.0",
1212
"@npmcli/node-gyp": "^4.0.0",
1313
"@npmcli/package-json": "^6.0.1",
14-
"@npmcli/query": "^3.1.0",
14+
"@npmcli/query": "^4.0.0",
1515
"@npmcli/redact": "^3.0.0",
1616
"@npmcli/run-script": "^9.0.1",
1717
"bin-links": "^4.0.4",

0 commit comments

Comments
 (0)