@pnpm/plugin-commands-installation 10.3.6 → 10.3.9

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.
Files changed (1) hide show
  1. package/package.json +23 -23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/plugin-commands-installation",
3
- "version": "10.3.6",
3
+ "version": "10.3.9",
4
4
  "description": "Commands for installation",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -26,51 +26,51 @@
26
26
  "@pnpm/lockfile-types": "4.2.0",
27
27
  "@pnpm/logger": "^4.0.0",
28
28
  "@pnpm/modules-yaml": "10.0.5",
29
- "@pnpm/plugin-commands-installation": "10.3.6",
29
+ "@pnpm/plugin-commands-installation": "10.3.9",
30
30
  "@pnpm/prepare": "0.0.45",
31
31
  "@pnpm/registry-mock": "2.20.0",
32
32
  "@pnpm/test-fixtures": "0.0.14",
33
33
  "@types/is-ci": "^3.0.0",
34
34
  "@types/proxyquire": "^1.3.28",
35
35
  "@types/ramda": "0.28.14",
36
- "@types/sinon": "^10.0.6",
36
+ "@types/sinon": "^10.0.12",
37
37
  "@types/yarnpkg__lockfile": "^1.1.5",
38
38
  "@types/zkochan__table": "npm:@types/table@6.0.0",
39
39
  "path-name": "^1.0.0",
40
40
  "proxyquire": "^2.1.3",
41
41
  "read-yaml-file": "^2.1.0",
42
- "sinon": "^11.1.1",
43
- "symlink-dir": "^5.0.0",
44
- "tempy": "^1.0.0",
42
+ "sinon": "^11.1.2",
43
+ "symlink-dir": "^5.0.1",
44
+ "tempy": "^1.0.1",
45
45
  "write-json-file": "^4.3.0",
46
46
  "write-pkg": "4.0.0",
47
47
  "write-yaml-file": "^4.2.0"
48
48
  },
49
49
  "dependencies": {
50
- "@pnpm/cli-utils": "0.7.17",
50
+ "@pnpm/cli-utils": "0.7.19",
51
51
  "@pnpm/colorize-semver-diff": "^1.0.1",
52
52
  "@pnpm/command": "3.0.0",
53
53
  "@pnpm/common-cli-options-help": "0.9.0",
54
- "@pnpm/config": "15.5.1",
54
+ "@pnpm/config": "15.5.2",
55
55
  "@pnpm/constants": "6.1.0",
56
- "@pnpm/core": "5.5.6",
56
+ "@pnpm/core": "5.5.9",
57
57
  "@pnpm/error": "3.0.1",
58
- "@pnpm/filter-workspace-packages": "5.0.17",
58
+ "@pnpm/filter-workspace-packages": "5.0.19",
59
59
  "@pnpm/find-workspace-dir": "4.0.2",
60
- "@pnpm/find-workspace-packages": "4.0.17",
60
+ "@pnpm/find-workspace-packages": "4.0.19",
61
61
  "@pnpm/graceful-fs": "2.0.0",
62
- "@pnpm/manifest-utils": "3.0.6",
62
+ "@pnpm/manifest-utils": "3.1.0",
63
63
  "@pnpm/matcher": "3.0.0",
64
- "@pnpm/outdated": "10.0.12",
65
- "@pnpm/package-store": "14.0.4",
64
+ "@pnpm/outdated": "10.0.13",
65
+ "@pnpm/package-store": "14.0.5",
66
66
  "@pnpm/parse-wanted-dependency": "3.0.1",
67
- "@pnpm/plugin-commands-rebuild": "6.1.19",
68
- "@pnpm/pnpmfile": "2.0.6",
67
+ "@pnpm/plugin-commands-rebuild": "6.1.21",
68
+ "@pnpm/pnpmfile": "2.0.7",
69
69
  "@pnpm/read-project-manifest": "3.0.6",
70
70
  "@pnpm/resolver-base": "9.0.5",
71
- "@pnpm/semver-diff": "^1.0.2",
71
+ "@pnpm/semver-diff": "^1.1.0",
72
72
  "@pnpm/sort-packages": "3.0.6",
73
- "@pnpm/store-connection-manager": "4.1.18",
73
+ "@pnpm/store-connection-manager": "4.1.20",
74
74
  "@pnpm/types": "8.4.0",
75
75
  "@yarnpkg/core": "3.2.0",
76
76
  "@yarnpkg/lockfile": "^1.1.0",
@@ -79,19 +79,19 @@
79
79
  "@zkochan/table": "^1.0.0",
80
80
  "@zkochan/which": "^2.0.3",
81
81
  "camelcase-keys": "^6.2.2",
82
- "chalk": "^4.1.0",
82
+ "chalk": "^4.1.2",
83
83
  "enquirer": "^2.3.6",
84
- "is-ci": "^3.0.0",
85
- "is-subdir": "^1.1.1",
84
+ "is-ci": "^3.0.1",
85
+ "is-subdir": "^1.2.0",
86
86
  "load-json-file": "^6.2.0",
87
- "mem": "^8.0.0",
87
+ "mem": "^8.1.1",
88
88
  "p-filter": "^2.1.0",
89
89
  "p-limit": "^3.1.0",
90
90
  "path-absolute": "^1.0.1",
91
91
  "path-exists": "^4.0.0",
92
92
  "ramda": "^0.28.0",
93
93
  "read-ini-file": "^3.1.0",
94
- "render-help": "^1.0.1",
94
+ "render-help": "^1.0.2",
95
95
  "version-selector-type": "^3.0.0"
96
96
  },
97
97
  "peerDependencies": {