pnpm 7.26.2 → 7.26.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -38,17 +38,6 @@ To quote the [Rush](https://rushjs.io/) team:
38
38
  <td align="center" valign="middle">
39
39
  <a href="https://bit.dev/?utm_source=pnpm&utm_medium=readme" target="_blank"><img src="https://pnpm.io/img/users/bit.svg" width="80"></a>
40
40
  </td>
41
- <td align="center" valign="middle">
42
- <a href="https://nhost.io/?utm_source=pnpm&utm_medium=readme" target="_blank">
43
- <picture>
44
- <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/nhost.svg" />
45
- <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/nhost_light.svg" />
46
- <img src="https://pnpm.io/img/users/nhost.svg" width="180" />
47
- </picture>
48
- </a>
49
- </td>
50
- </tr>
51
- <tr>
52
41
  <td align="center" valign="middle">
53
42
  <a href="https://novu.co/?utm_source=pnpm&utm_medium=readme" target="_blank">
54
43
  <picture>
@@ -58,6 +47,8 @@ To quote the [Rush](https://rushjs.io/) team:
58
47
  </picture>
59
48
  </a>
60
49
  </td>
50
+ </tr>
51
+ <tr>
61
52
  <td align="center" valign="middle">
62
53
  <a href="https://prisma.io/?utm_source=pnpm&utm_medium=readme" target="_blank">
63
54
  <picture>
@@ -67,8 +58,6 @@ To quote the [Rush](https://rushjs.io/) team:
67
58
  </picture>
68
59
  </a>
69
60
  </td>
70
- </tr>
71
- <tr>
72
61
  <td align="center" valign="middle">
73
62
  <a href="https://www.flightcontrol.dev/?ref=pnpm" target="_blank"><img src="https://pnpm.io/img/users/flightcontrol.png" width="240"></a>
74
63
  </td>
@@ -97,11 +86,6 @@ To quote the [Rush](https://rushjs.io/) team:
97
86
  </td>
98
87
  </tr>
99
88
  <tr>
100
- <td align="center" valign="middle">
101
- <a href="https://www.takeshape.io/?utm_source=pnpm&utm_medium=readme" target="_blank">
102
- <img src="https://pnpm.io/img/users/takeshape.svg" width="280">
103
- </a>
104
- </td>
105
89
  <td align="center" valign="middle">
106
90
  <a href="https://doppler.com/?utm_source=pnpm&utm_medium=readme" target="_blank">
107
91
  <picture>
@@ -111,8 +95,6 @@ To quote the [Rush](https://rushjs.io/) team:
111
95
  </picture>
112
96
  </a>
113
97
  </td>
114
- </tr>
115
- <tr>
116
98
  <td align="center" valign="middle">
117
99
  <a href="https://depot.dev/?utm_source=pnpm&utm_medium=readme" target="_blank">
118
100
  <picture>
@@ -200,11 +200,11 @@ included:
200
200
  injectedDeps: {}
201
201
  layoutVersion: 5
202
202
  nodeLinker: hoisted
203
- packageManager: pnpm@7.26.1
203
+ packageManager: pnpm@7.26.2
204
204
  pendingBuilds:
205
205
  - /node-gyp/9.3.1
206
206
  - /encoding/0.1.13
207
- prunedAt: Sun, 29 Jan 2023 03:35:36 GMT
207
+ prunedAt: Wed, 01 Feb 2023 01:45:12 GMT
208
208
  publicHoistPattern:
209
209
  - '*eslint*'
210
210
  - '*prettier*'
package/dist/pnpm.cjs CHANGED
@@ -3241,7 +3241,7 @@ var require_lib4 = __commonJS({
3241
3241
  var load_json_file_1 = __importDefault3(require_load_json_file());
3242
3242
  var defaultManifest = {
3243
3243
  name: "pnpm" != null && true ? "pnpm" : "pnpm",
3244
- version: "7.26.2" != null && true ? "7.26.2" : "0.0.0"
3244
+ version: "7.26.3" != null && true ? "7.26.3" : "0.0.0"
3245
3245
  };
3246
3246
  var pkgJson;
3247
3247
  if (require.main == null) {
@@ -58575,9 +58575,9 @@ var require_src2 = __commonJS({
58575
58575
  }
58576
58576
  });
58577
58577
 
58578
- // ../node_modules/.pnpm/render-help@1.0.2/node_modules/render-help/lib/index.js
58578
+ // ../node_modules/.pnpm/render-help@1.0.3/node_modules/render-help/lib/index.js
58579
58579
  var require_lib34 = __commonJS({
58580
- "../node_modules/.pnpm/render-help@1.0.2/node_modules/render-help/lib/index.js"(exports2, module2) {
58580
+ "../node_modules/.pnpm/render-help@1.0.3/node_modules/render-help/lib/index.js"(exports2, module2) {
58581
58581
  "use strict";
58582
58582
  var table_1 = require_src2();
58583
58583
  var NO_BORDERS = {
@@ -58600,21 +58600,22 @@ var require_lib34 = __commonJS({
58600
58600
  border: NO_BORDERS,
58601
58601
  singleLine: true
58602
58602
  };
58603
- var FIRST_COLUMN = { paddingLeft: 2, width: 3 };
58603
+ var FIRST_COLUMN = { paddingLeft: 2, paddingRight: 0 };
58604
58604
  var SHORT_OPTION_COLUMN = { alignment: "right" };
58605
- var LONG_OPTION_COLUMN = { paddingLeft: 0 };
58605
+ var LONG_OPTION_COLUMN = { paddingLeft: 1, paddingRight: 2 };
58606
58606
  var DESCRIPTION_COLUMN = {
58607
+ paddingLeft: 0,
58607
58608
  paddingRight: 0,
58608
58609
  wrapWord: true
58609
58610
  };
58610
58611
  function renderDescriptionList(descriptionItems, width) {
58611
58612
  const data = descriptionItems.sort((item1, item2) => item1.name.localeCompare(item2.name)).map(({ shortAlias, name, description }) => [shortAlias && `${shortAlias},` || " ", name, description || ""]);
58612
- const firstColumnMaxWidth = getColumnMaxWidth(data, 0);
58613
- const nameColumnWidth = Math.max(getColumnMaxWidth(data, 1), 19);
58614
- const descriptionColumnWidth = Math.max(2, width - firstColumnMaxWidth - nameColumnWidth - 2 - 2 - 1);
58615
- return multiTrim(table_1.table(data, Object.assign(Object.assign({}, TABLE_OPTIONS), { columns: {
58616
- 0: Object.assign(Object.assign({}, SHORT_OPTION_COLUMN), FIRST_COLUMN),
58617
- 1: Object.assign({ width: nameColumnWidth }, LONG_OPTION_COLUMN),
58613
+ const firstColumnMaxWidth = Math.max(getColumnMaxWidth(data, 0), 3);
58614
+ const nameColumnMaxWidth = Math.max(getColumnMaxWidth(data, 1), 19);
58615
+ const descriptionColumnWidth = Math.max(width - (FIRST_COLUMN.paddingLeft + firstColumnMaxWidth + FIRST_COLUMN.paddingRight + LONG_OPTION_COLUMN.paddingLeft + nameColumnMaxWidth + LONG_OPTION_COLUMN.paddingRight + DESCRIPTION_COLUMN.paddingLeft + DESCRIPTION_COLUMN.paddingRight), 2);
58616
+ return multiTrim((0, table_1.table)(data, Object.assign(Object.assign({}, TABLE_OPTIONS), { columns: {
58617
+ 0: Object.assign(Object.assign({ width: firstColumnMaxWidth }, SHORT_OPTION_COLUMN), FIRST_COLUMN),
58618
+ 1: Object.assign({ width: nameColumnMaxWidth }, LONG_OPTION_COLUMN),
58618
58619
  2: Object.assign({ width: descriptionColumnWidth }, DESCRIPTION_COLUMN)
58619
58620
  } })));
58620
58621
  }
@@ -110748,7 +110749,10 @@ var require_lib78 = __commonJS({
110748
110749
  }
110749
110750
  exports2.parse = parse2;
110750
110751
  function depPathToFilename(depPath) {
110751
- const filename = depPathToFilenameUnescaped(depPath).replace(/[\\/:*?"<>|]/g, "+");
110752
+ let filename = depPathToFilenameUnescaped(depPath).replace(/[\\/:*?"<>|]/g, "+");
110753
+ if (filename.includes("(")) {
110754
+ filename = filename.replace(/(\)\()|\(/g, "_").replace(/\)$/, "");
110755
+ }
110752
110756
  if (filename.length > 120 || filename !== filename.toLowerCase() && !filename.startsWith("file+")) {
110753
110757
  return `${filename.substring(0, 50)}_${(0, crypto_base32_hash_1.createBase32Hash)(filename)}`;
110754
110758
  }
@@ -124319,9 +124323,9 @@ var require_unnest = __commonJS({
124319
124323
  }
124320
124324
  });
124321
124325
 
124322
- // ../node_modules/.pnpm/symlink-dir@5.1.0/node_modules/symlink-dir/dist/index.js
124326
+ // ../node_modules/.pnpm/symlink-dir@5.1.1/node_modules/symlink-dir/dist/index.js
124323
124327
  var require_dist15 = __commonJS({
124324
- "../node_modules/.pnpm/symlink-dir@5.1.0/node_modules/symlink-dir/dist/index.js"(exports2, module2) {
124328
+ "../node_modules/.pnpm/symlink-dir@5.1.1/node_modules/symlink-dir/dist/index.js"(exports2, module2) {
124325
124329
  "use strict";
124326
124330
  var betterPathResolve = require_better_path_resolve();
124327
124331
  var fs_1 = require("fs");
@@ -124357,7 +124361,7 @@ var require_dist15 = __commonJS({
124357
124361
  mkdirError.message = `Error while trying to symlink "${src}" to "${dest}". The error happened while trying to create the parent directory for the symlink target. Details: ${mkdirError}`;
124358
124362
  throw mkdirError;
124359
124363
  }
124360
- await forceSymlink(src, dest);
124364
+ await forceSymlink(src, dest, opts);
124361
124365
  return { reused: false };
124362
124366
  case "EEXIST":
124363
124367
  case "EISDIR":
@@ -124374,18 +124378,25 @@ var require_dist15 = __commonJS({
124374
124378
  linkString = await fs_1.promises.readlink(dest);
124375
124379
  } catch (err) {
124376
124380
  const parentDir = path2.dirname(dest);
124377
- const ignore = `.ignored_${path2.basename(dest)}`;
124378
- await renameOverwrite(dest, path2.join(parentDir, ignore));
124381
+ let warn;
124382
+ if (opts === null || opts === void 0 ? void 0 : opts.renameTried) {
124383
+ await fs_1.promises.unlink(dest);
124384
+ warn = `Symlink wanted name was occupied by directory or file. Old entity removed: "${parentDir}${path2.sep}{${path2.basename(dest)}".`;
124385
+ } else {
124386
+ const ignore = `.ignored_${path2.basename(dest)}`;
124387
+ await renameOverwrite(dest, path2.join(parentDir, ignore));
124388
+ warn = `Symlink wanted name was occupied by directory or file. Old entity moved: "${parentDir}${path2.sep}{${path2.basename(dest)} => ${ignore}".`;
124389
+ }
124379
124390
  return {
124380
- ...await forceSymlink(src, dest),
124381
- warn: `Symlink wanted name was occupied by directory or file. Old entity moved: "${parentDir}${path2.sep}{${path2.basename(dest)} => ${ignore}}".`
124391
+ ...await forceSymlink(src, dest, { ...opts, renameTried: true }),
124392
+ warn
124382
124393
  };
124383
124394
  }
124384
124395
  if (src === linkString) {
124385
124396
  return { reused: true };
124386
124397
  }
124387
124398
  await fs_1.promises.unlink(dest);
124388
- return await forceSymlink(src, dest);
124399
+ return await forceSymlink(src, dest, opts);
124389
124400
  }
124390
124401
  symlinkDir["default"] = symlinkDir;
124391
124402
  module2.exports = symlinkDir;
@@ -124626,36 +124637,47 @@ var require_lib108 = __commonJS({
124626
124637
  return;
124627
124638
  const srcFile = path_1.default.join(src, file);
124628
124639
  if ((await fs_1.promises.lstat(srcFile)).isDirectory()) {
124629
- await Promise.all(destDirs.map(async (destDir) => {
124630
- const destFile = path_1.default.join(destDir, file);
124640
+ const destSubdirs = await Promise.all(destDirs.map(async (destDir) => {
124641
+ const destSubdir = path_1.default.join(destDir, file);
124631
124642
  try {
124632
- await fs_1.promises.mkdir(destFile, { recursive: true });
124643
+ await fs_1.promises.mkdir(destSubdir, { recursive: true });
124633
124644
  } catch (err) {
124634
124645
  if (err.code !== "EEXIST")
124635
124646
  throw err;
124636
124647
  }
124637
- return hardLinkDir(srcFile, [destFile]);
124648
+ return destSubdir;
124638
124649
  }));
124650
+ await hardLinkDir(srcFile, destSubdirs);
124639
124651
  return;
124640
124652
  }
124641
124653
  await Promise.all(destDirs.map(async (destDir) => {
124642
124654
  const destFile = path_1.default.join(destDir, file);
124643
124655
  try {
124644
- await linkOrCopy(srcFile, destFile);
124656
+ await linkOrCopyFile(srcFile, destFile);
124645
124657
  } catch (err) {
124646
124658
  if (err.code === "ENOENT") {
124647
- await fs_1.promises.mkdir(destDir, { recursive: true });
124648
- await linkOrCopy(srcFile, destFile);
124649
124659
  return;
124650
124660
  }
124651
- if (err.code !== "EEXIST") {
124652
- throw err;
124653
- }
124661
+ throw err;
124654
124662
  }
124655
124663
  }));
124656
124664
  }));
124657
124665
  }
124658
124666
  exports2.hardLinkDir = hardLinkDir;
124667
+ async function linkOrCopyFile(srcFile, destFile) {
124668
+ try {
124669
+ await linkOrCopy(srcFile, destFile);
124670
+ } catch (err) {
124671
+ if (err.code === "ENOENT") {
124672
+ await fs_1.promises.mkdir(path_1.default.dirname(destFile), { recursive: true });
124673
+ await linkOrCopy(srcFile, destFile);
124674
+ return;
124675
+ }
124676
+ if (err.code !== "EEXIST") {
124677
+ throw err;
124678
+ }
124679
+ }
124680
+ }
124659
124681
  async function linkOrCopy(srcFile, destFile) {
124660
124682
  try {
124661
124683
  await fs_1.promises.link(srcFile, destFile);
@@ -189393,7 +189415,7 @@ var require_updateProjectManifest = __commonJS({
189393
189415
  }
189394
189416
  const specsToUpsert = opts.directDependencies.filter((rdd, index) => importer.wantedDependencies[index]?.updateSpec).map((rdd, index) => {
189395
189417
  const wantedDep = importer.wantedDependencies[index];
189396
- return resolvedDirectDepToSpecObject({ ...rdd, isNew: wantedDep.isNew, specRaw: wantedDep.raw }, importer, {
189418
+ return resolvedDirectDepToSpecObject({ ...rdd, isNew: wantedDep.isNew, specRaw: wantedDep.raw, preserveNonSemverVersionSpec: wantedDep.preserveNonSemverVersionSpec }, importer, {
189397
189419
  nodeExecPath: wantedDep.nodeExecPath,
189398
189420
  pinnedVersion: wantedDep.pinnedVersion ?? importer.pinnedVersion ?? "major",
189399
189421
  preserveWorkspaceProtocol: opts.preserveWorkspaceProtocol,
@@ -189415,7 +189437,7 @@ var require_updateProjectManifest = __commonJS({
189415
189437
  return [hookedManifest, originalManifest];
189416
189438
  }
189417
189439
  exports2.updateProjectManifest = updateProjectManifest;
189418
- function resolvedDirectDepToSpecObject({ alias, isNew, name, normalizedPref, resolution, specRaw, version: version2 }, importer, opts) {
189440
+ function resolvedDirectDepToSpecObject({ alias, isNew, name, normalizedPref, resolution, specRaw, version: version2, preserveNonSemverVersionSpec }, importer, opts) {
189419
189441
  let pref;
189420
189442
  if (normalizedPref) {
189421
189443
  pref = normalizedPref;
@@ -189437,7 +189459,8 @@ var require_updateProjectManifest = __commonJS({
189437
189459
  pinnedVersion: opts.pinnedVersion,
189438
189460
  specRaw,
189439
189461
  version: version2,
189440
- rolling: shouldUseWorkspaceProtocol && opts.saveWorkspaceProtocol === "rolling"
189462
+ rolling: shouldUseWorkspaceProtocol && opts.saveWorkspaceProtocol === "rolling",
189463
+ preserveNonSemverVersionSpec
189441
189464
  });
189442
189465
  }
189443
189466
  if (shouldUseWorkspaceProtocol && !pref.startsWith("workspace:")) {
@@ -189479,7 +189502,7 @@ var require_updateProjectManifest = __commonJS({
189479
189502
  }
189480
189503
  }
189481
189504
  const selector = (0, version_selector_type_1.default)(specWithoutName);
189482
- if (!selector) {
189505
+ if ((selector == null || selector.type !== "version" && selector.type !== "range") && opts.preserveNonSemverVersionSpec) {
189483
189506
  return opts.specRaw.slice(opts.alias.length + 1);
189484
189507
  }
189485
189508
  }
@@ -192367,7 +192390,7 @@ var require_install = __commonJS({
192367
192390
  includeDirect: opts.includeDirect,
192368
192391
  updateWorkspaceDependencies: opts.update,
192369
192392
  nodeExecPath: opts.nodeExecPath
192370
- }).map((wantedDependency) => ({ ...wantedDependency, updateSpec: true }));
192393
+ }).map((wantedDependency) => ({ ...wantedDependency, updateSpec: true, preserveNonSemverVersionSpec: true }));
192371
192394
  if (ctx.wantedLockfile?.importers) {
192372
192395
  forgetResolutionsOfPrevWantedDeps(ctx.wantedLockfile.importers[project.id], wantedDependencies);
192373
192396
  }
@@ -219103,9 +219126,9 @@ var require_lib156 = __commonJS({
219103
219126
  }
219104
219127
  });
219105
219128
 
219106
- // ../node_modules/.pnpm/@pnpm+os.env.path-extender-posix@0.2.6/node_modules/@pnpm/os.env.path-extender-posix/dist/path-extender-posix.js
219129
+ // ../node_modules/.pnpm/@pnpm+os.env.path-extender-posix@0.2.7/node_modules/@pnpm/os.env.path-extender-posix/dist/path-extender-posix.js
219107
219130
  var require_path_extender_posix = __commonJS({
219108
- "../node_modules/.pnpm/@pnpm+os.env.path-extender-posix@0.2.6/node_modules/@pnpm/os.env.path-extender-posix/dist/path-extender-posix.js"(exports2) {
219131
+ "../node_modules/.pnpm/@pnpm+os.env.path-extender-posix@0.2.7/node_modules/@pnpm/os.env.path-extender-posix/dist/path-extender-posix.js"(exports2) {
219109
219132
  "use strict";
219110
219133
  var __awaiter3 = exports2 && exports2.__awaiter || function(thisArg, _arguments, P, generator) {
219111
219134
  function adopt(value) {
@@ -219170,7 +219193,10 @@ var require_path_extender_posix = __commonJS({
219170
219193
  return __awaiter3(this, void 0, void 0, function* () {
219171
219194
  switch (currentShell) {
219172
219195
  case "bash":
219173
- case "zsh": {
219196
+ case "zsh":
219197
+ case "ksh":
219198
+ case "dash":
219199
+ case "sh": {
219174
219200
  return setupShell(currentShell, pnpmHomeDir, opts);
219175
219201
  }
219176
219202
  case "fish": {
@@ -219207,7 +219233,19 @@ export PATH="${_createPathValue(`$${opts.proxyVarName}`)}"`;
219207
219233
  });
219208
219234
  }
219209
219235
  function getConfigFilePath(shell) {
219210
- return shell === "zsh" ? path_1.default.join(process.env.ZDOTDIR || os_1.default.homedir(), `.${shell}rc`) : path_1.default.join(os_1.default.homedir(), `.${shell}rc`);
219236
+ switch (shell) {
219237
+ case "zsh":
219238
+ return path_1.default.join(process.env.ZDOTDIR || os_1.default.homedir(), `.${shell}rc`);
219239
+ case "dash":
219240
+ case "sh": {
219241
+ if (!process.env.ENV) {
219242
+ throw new error_1.PnpmError("NO_SHELL_CONFIG", `Cannot find a config file for ${shell}. The ENV environment variable is not set.`);
219243
+ }
219244
+ return process.env.ENV;
219245
+ }
219246
+ default:
219247
+ return path_1.default.join(os_1.default.homedir(), `.${shell}rc`);
219248
+ }
219211
219249
  }
219212
219250
  function createPathValue(position, dir) {
219213
219251
  return position === "start" ? `${dir}:$PATH` : `$PATH:${dir}`;
@@ -219295,9 +219333,9 @@ ${newContent}`, "utf8");
219295
219333
  }
219296
219334
  });
219297
219335
 
219298
- // ../node_modules/.pnpm/@pnpm+os.env.path-extender-posix@0.2.6/node_modules/@pnpm/os.env.path-extender-posix/dist/index.js
219336
+ // ../node_modules/.pnpm/@pnpm+os.env.path-extender-posix@0.2.7/node_modules/@pnpm/os.env.path-extender-posix/dist/index.js
219299
219337
  var require_dist18 = __commonJS({
219300
- "../node_modules/.pnpm/@pnpm+os.env.path-extender-posix@0.2.6/node_modules/@pnpm/os.env.path-extender-posix/dist/index.js"(exports2) {
219338
+ "../node_modules/.pnpm/@pnpm+os.env.path-extender-posix@0.2.7/node_modules/@pnpm/os.env.path-extender-posix/dist/index.js"(exports2) {
219301
219339
  "use strict";
219302
219340
  Object.defineProperty(exports2, "__esModule", { value: true });
219303
219341
  exports2.addDirToPosixEnvPath = void 0;
@@ -221456,9 +221494,9 @@ var require_dist19 = __commonJS({
221456
221494
  }
221457
221495
  });
221458
221496
 
221459
- // ../node_modules/.pnpm/@pnpm+os.env.path-extender@0.2.8/node_modules/@pnpm/os.env.path-extender/dist/path-extender.js
221497
+ // ../node_modules/.pnpm/@pnpm+os.env.path-extender@0.2.9/node_modules/@pnpm/os.env.path-extender/dist/path-extender.js
221460
221498
  var require_path_extender = __commonJS({
221461
- "../node_modules/.pnpm/@pnpm+os.env.path-extender@0.2.8/node_modules/@pnpm/os.env.path-extender/dist/path-extender.js"(exports2) {
221499
+ "../node_modules/.pnpm/@pnpm+os.env.path-extender@0.2.9/node_modules/@pnpm/os.env.path-extender/dist/path-extender.js"(exports2) {
221462
221500
  "use strict";
221463
221501
  var __awaiter3 = exports2 && exports2.__awaiter || function(thisArg, _arguments, P, generator) {
221464
221502
  function adopt(value) {
@@ -221524,9 +221562,9 @@ var require_path_extender = __commonJS({
221524
221562
  }
221525
221563
  });
221526
221564
 
221527
- // ../node_modules/.pnpm/@pnpm+os.env.path-extender@0.2.8/node_modules/@pnpm/os.env.path-extender/dist/index.js
221565
+ // ../node_modules/.pnpm/@pnpm+os.env.path-extender@0.2.9/node_modules/@pnpm/os.env.path-extender/dist/index.js
221528
221566
  var require_dist20 = __commonJS({
221529
- "../node_modules/.pnpm/@pnpm+os.env.path-extender@0.2.8/node_modules/@pnpm/os.env.path-extender/dist/index.js"(exports2) {
221567
+ "../node_modules/.pnpm/@pnpm+os.env.path-extender@0.2.9/node_modules/@pnpm/os.env.path-extender/dist/index.js"(exports2) {
221530
221568
  "use strict";
221531
221569
  Object.defineProperty(exports2, "__esModule", { value: true });
221532
221570
  exports2.addDirToEnvPath = void 0;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pnpm",
3
3
  "description": "Fast, disk space efficient package manager",
4
- "version": "7.26.2",
4
+ "version": "7.26.3",
5
5
  "bin": {
6
6
  "pnpm": "bin/pnpm.cjs",
7
7
  "pnpx": "bin/pnpx.cjs"
@@ -97,11 +97,11 @@
97
97
  "ps-list": "^7.2.0",
98
98
  "ramda": "npm:@pnpm/ramda@0.28.1",
99
99
  "read-yaml-file": "^2.1.0",
100
- "render-help": "^1.0.2",
100
+ "render-help": "^1.0.3",
101
101
  "semver": "^7.3.8",
102
102
  "split-cmd": "^1.0.1",
103
103
  "strip-ansi": "^6.0.1",
104
- "symlink-dir": "^5.1.0",
104
+ "symlink-dir": "^5.1.1",
105
105
  "tempy": "^1.0.1",
106
106
  "tree-kill": "^1.2.2",
107
107
  "which": "^3.0.0",