Skip to content

Commit 5795987

Browse files
committed
deps: update [email protected]
1 parent 99ccae3 commit 5795987

File tree

3 files changed

+18
-16
lines changed

3 files changed

+18
-16
lines changed

node_modules/proggy/package.json

+12-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "proggy",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"files": [
55
"bin/",
66
"lib/"
@@ -9,7 +9,7 @@
99
"description": "Progress bar updates at a distance",
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/npm/proggy.git"
12+
"url": "git+https://github.com/npm/proggy.git"
1313
},
1414
"author": "GitHub Inc.",
1515
"license": "ISC",
@@ -18,17 +18,18 @@
1818
"posttest": "npm run lint",
1919
"snap": "tap",
2020
"postsnap": "eslint lib test --fix",
21-
"lint": "eslint \"**/*.js\"",
21+
"lint": "npm run eslint",
2222
"postlint": "template-oss-check",
23-
"lintfix": "npm run lint -- --fix",
24-
"template-oss-apply": "template-oss-apply --force"
23+
"lintfix": "npm run eslint -- --fix",
24+
"template-oss-apply": "template-oss-apply --force",
25+
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
2526
},
2627
"devDependencies": {
27-
"@npmcli/eslint-config": "^3.0.1",
28-
"@npmcli/template-oss": "4.5.1",
28+
"@npmcli/eslint-config": "^5.0.0",
29+
"@npmcli/template-oss": "4.23.3",
2930
"chalk": "^4.1.2",
3031
"cli-progress": "^3.10.0",
31-
"npmlog": "^6.0.1",
32+
"npmlog": "^7.0.0",
3233
"tap": "^16.0.1"
3334
},
3435
"tap": {
@@ -39,10 +40,11 @@
3940
]
4041
},
4142
"engines": {
42-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
43+
"node": "^18.17.0 || >=20.5.0"
4344
},
4445
"templateOSS": {
4546
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
46-
"version": "4.5.1"
47+
"version": "4.23.3",
48+
"publish": true
4749
}
4850
}

package-lock.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -11238,12 +11238,12 @@
1123811238
}
1123911239
},
1124011240
"node_modules/proggy": {
11241-
"version": "2.0.0",
11242-
"resolved": "https://registry.npmjs.org/proggy/-/proggy-2.0.0.tgz",
11243-
"integrity": "sha512-69agxLtnI8xBs9gUGqEnK26UfiexpHy+KUpBQWabiytQjnn5wFY8rklAi7GRfABIuPNnQ/ik48+LGLkYYJcy4A==",
11241+
"version": "3.0.0",
11242+
"resolved": "https://registry.npmjs.org/proggy/-/proggy-3.0.0.tgz",
11243+
"integrity": "sha512-QE8RApCM3IaRRxVzxrjbgNMpQEX6Wu0p0KBeoSiSEw5/bsGwZHsshF4LCxH2jp/r6BU+bqA3LrMDEYNfJnpD8Q==",
1124411244
"license": "ISC",
1124511245
"engines": {
11246-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
11246+
"node": "^18.17.0 || >=20.5.0"
1124711247
}
1124811248
},
1124911249
"node_modules/promise-all-reject-late": {
@@ -16690,7 +16690,7 @@
1669016690
"pacote": "^19.0.0",
1669116691
"parse-conflict-json": "^4.0.0",
1669216692
"proc-log": "^5.0.0",
16693-
"proggy": "^2.0.0",
16693+
"proggy": "^3.0.0",
1669416694
"promise-all-reject-late": "^1.0.0",
1669516695
"promise-call-limit": "^3.0.1",
1669616696
"read-package-json-fast": "^4.0.0",

workspaces/arborist/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"pacote": "^19.0.0",
3131
"parse-conflict-json": "^4.0.0",
3232
"proc-log": "^5.0.0",
33-
"proggy": "^2.0.0",
33+
"proggy": "^3.0.0",
3434
"promise-all-reject-late": "^1.0.0",
3535
"promise-call-limit": "^3.0.1",
3636
"read-package-json-fast": "^4.0.0",

0 commit comments

Comments
 (0)