deps: update corepack to 0.34.1

PR-URL: https://github.com/nodejs/node/pull/60314
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
This commit is contained in:
Node.js GitHub Bot 2025-10-21 01:44:25 +01:00 committed by GitHub
parent f1acefa9a9
commit 82fc81c26d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5540 additions and 5539 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## [0.34.1](https://github.com/nodejs/corepack/compare/v0.34.0...v0.34.1) (2025-10-17)
### Bug Fixes
* incorrect registry origin check ([#743](https://github.com/nodejs/corepack/issues/743)) ([cc840b2](https://github.com/nodejs/corepack/commit/cc840b2d232a29c225d2436d350640f0035ed28b))
* update package manager versions ([#728](https://github.com/nodejs/corepack/issues/728)) ([78ce029](https://github.com/nodejs/corepack/commit/78ce0297a9152bb5c68f724821a9a0095b408334))
## [0.34.0](https://github.com/nodejs/corepack/compare/v0.33.0...v0.34.0) (2025-07-19)

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "corepack",
"version": "0.34.0",
"version": "0.34.1",
"homepage": "https://github.com/nodejs/corepack#readme",
"bugs": {
"url": "https://github.com/nodejs/corepack/issues"
@ -16,7 +16,7 @@
"./package.json": "./package.json"
},
"license": "MIT",
"packageManager": "yarn@4.9.0+sha224.dce6c5df199861784bd9b0eecb2a228df97e3f18a02b1bb75ff98383",
"packageManager": "yarn@4.10.3+sha224.6020b3cdcdfbd7dbc24b7a7b75d58a249ce36068a8bf97d39aa8cc6d",
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/node": "^20.4.6",
@ -37,7 +37,7 @@
"tar": "^7.4.0",
"tsx": "^4.16.2",
"typescript": "^5.7.3",
"undici": "^6.19.2",
"undici": "^6.21.2",
"v8-compile-cache": "^2.3.0",
"vitest": "^3.0.5",
"which": "^5.0.0"