avancement planning

This commit is contained in:
2026-05-26 11:58:39 +02:00
parent 619a2b240a
commit 150b97cd2e
4892 changed files with 99214 additions and 429382 deletions
+12 -12
View File
@@ -1,6 +1,6 @@
{
"name": "npm-registry-fetch",
"version": "18.0.2",
"version": "19.1.1",
"description": "Fetch-based http client for use with npm registry APIs",
"main": "lib",
"files": [
@@ -31,22 +31,22 @@
"author": "GitHub Inc.",
"license": "ISC",
"dependencies": {
"@npmcli/redact": "^3.0.0",
"@npmcli/redact": "^4.0.0",
"jsonparse": "^1.3.1",
"make-fetch-happen": "^14.0.0",
"make-fetch-happen": "^15.0.0",
"minipass": "^7.0.2",
"minipass-fetch": "^4.0.0",
"minipass-fetch": "^5.0.0",
"minizlib": "^3.0.1",
"npm-package-arg": "^12.0.0",
"proc-log": "^5.0.0"
"npm-package-arg": "^13.0.0",
"proc-log": "^6.0.0"
},
"devDependencies": {
"@npmcli/eslint-config": "^5.0.0",
"@npmcli/template-oss": "4.23.4",
"cacache": "^19.0.1",
"@npmcli/eslint-config": "^6.0.0",
"@npmcli/template-oss": "4.28.0",
"cacache": "^20.0.0",
"nock": "^13.2.4",
"require-inject": "^1.4.4",
"ssri": "^12.0.0",
"ssri": "^13.0.0",
"tap": "^16.0.1"
},
"tap": {
@@ -58,11 +58,11 @@
]
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^20.17.0 || >=22.9.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.23.4",
"version": "4.28.0",
"publish": "true"
}
}