Skip to content

Commit 2d15040

Browse files
committed
deps: @npmcli/query@5.0.0
1 parent 9d77b84 commit 2d15040

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

node_modules/@npmcli/query/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/query",
3-
"version": "4.0.1",
3+
"version": "5.0.0",
44
"description": "npm query parser and tools",
55
"main": "lib/index.js",
66
"scripts": {
@@ -36,16 +36,16 @@
3636
"lib/"
3737
],
3838
"engines": {
39-
"node": "^18.17.0 || >=20.5.0"
39+
"node": "^20.17.0 || >=22.9.0"
4040
},
4141
"templateOSS": {
4242
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
43-
"version": "4.23.3",
43+
"version": "4.27.1",
4444
"publish": true
4545
},
4646
"devDependencies": {
4747
"@npmcli/eslint-config": "^5.0.0",
48-
"@npmcli/template-oss": "4.23.3",
48+
"@npmcli/template-oss": "4.27.1",
4949
"tap": "^16.2.0"
5050
},
5151
"dependencies": {

package-lock.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1793,13 +1793,15 @@
17931793
}
17941794
},
17951795
"node_modules/@npmcli/query": {
1796-
"version": "4.0.1",
1796+
"version": "5.0.0",
1797+
"resolved": "https://registry.npmjs.org/@npmcli/query/-/query-5.0.0.tgz",
1798+
"integrity": "sha512-8TZWfTQOsODpLqo9SVhVjHovmKXNpevHU0gO9e+y4V4fRIOneiXy0u0sMP9LmS71XivrEWfZWg50ReH4WRT4aQ==",
17971799
"license": "ISC",
17981800
"dependencies": {
17991801
"postcss-selector-parser": "^7.0.0"
18001802
},
18011803
"engines": {
1802-
"node": "^18.17.0 || >=20.5.0"
1804+
"node": "^20.17.0 || >=22.9.0"
18031805
}
18041806
},
18051807
"node_modules/@npmcli/redact": {
@@ -14679,7 +14681,7 @@
1467914681
"@npmcli/name-from-folder": "^4.0.0",
1468014682
"@npmcli/node-gyp": "^5.0.0",
1468114683
"@npmcli/package-json": "^7.0.0",
14682-
"@npmcli/query": "^4.0.0",
14684+
"@npmcli/query": "^5.0.0",
1468314685
"@npmcli/redact": "^4.0.0",
1468414686
"@npmcli/run-script": "^10.0.0",
1468514687
"bin-links": "^6.0.0",

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": "^4.0.0",
1212
"@npmcli/node-gyp": "^5.0.0",
1313
"@npmcli/package-json": "^7.0.0",
14-
"@npmcli/query": "^4.0.0",
14+
"@npmcli/query": "^5.0.0",
1515
"@npmcli/redact": "^4.0.0",
1616
"@npmcli/run-script": "^10.0.0",
1717
"bin-links": "^6.0.0",

0 commit comments

Comments
 (0)