Skip to content

Commit

Permalink
deps: update corepack to 0.17.2
Browse files Browse the repository at this point in the history
PR-URL: #47474
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
nodejs-github-bot authored and MoLow committed Jul 6, 2023
1 parent 2df1a36 commit 64a5fe0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions deps/corepack/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## [0.17.2](https://github.com/nodejs/corepack/compare/v0.17.1...v0.17.2) (2023-04-07)


### Features

* update package manager versions ([#249](https://github.com/nodejs/corepack/issues/249)) ([2507e9b](https://github.com/nodejs/corepack/commit/2507e9b317eacdeb939aee086de5711218ebd794))

## [0.17.1](https://github.com/nodejs/corepack/compare/v0.17.0...v0.17.1) (2023-03-17)


Expand Down
6 changes: 3 additions & 3 deletions deps/corepack/dist/corepack.js
Expand Up @@ -43737,7 +43737,7 @@ function String2(descriptor, ...args) {
}

// package.json
var version = "0.17.1";
var version = "0.17.2";

// sources/Engine.ts
var import_fs3 = __toESM(require("fs"));
Expand All @@ -43749,7 +43749,7 @@ var import_semver3 = __toESM(require_semver2());
var config_default = {
definitions: {
npm: {
default: "9.6.2+sha1.b7858ab694c4335778c6d91e2310a61f2e369dac",
default: "9.6.4+sha1.ff4798c9778badac2fae83078ead9a88680978c2",
fetchLatestFrom: {
type: "npm",
package: "npm"
Expand Down Expand Up @@ -43780,7 +43780,7 @@ var config_default = {
}
},
pnpm: {
default: "7.29.3+sha1.700f102ef6d5e57e01093ede3bfe5028d18cc52b",
default: "7.31.0+sha1.ad35cb3e7d298041e54c98924ed3b65e7475b7ce",
fetchLatestFrom: {
type: "npm",
package: "pnpm"
Expand Down
2 changes: 1 addition & 1 deletion deps/corepack/package.json
@@ -1,6 +1,6 @@
{
"name": "corepack",
"version": "0.17.1",
"version": "0.17.2",
"homepage": "https://github.com/nodejs/corepack#readme",
"bugs": {
"url": "https://github.com/nodejs/corepack/issues"
Expand Down

0 comments on commit 64a5fe0

Please sign in to comment.