@pnpm/deps.compliance.commands 1101.3.1 → 1101.3.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.
Files changed (1) hide show
  1. package/package.json +31 -28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/deps.compliance.commands",
3
- "version": "1101.3.1",
3
+ "version": "1101.3.3",
4
4
  "description": "pnpm commands for audit, licenses, and sbom",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -11,7 +11,10 @@
11
11
  ],
12
12
  "license": "MIT",
13
13
  "funding": "https://opencollective.com/pnpm",
14
- "repository": "https://github.com/pnpm/pnpm/tree/main/deps/compliance/commands",
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "https://github.com/pnpm/pnpm/tree/main/deps/compliance/commands"
17
+ },
15
18
  "homepage": "https://github.com/pnpm/pnpm/tree/main/deps/compliance/commands#readme",
16
19
  "bugs": {
17
20
  "url": "https://github.com/pnpm/pnpm/issues"
@@ -34,30 +37,30 @@
34
37
  "ramda": "npm:@pnpm/ramda@0.28.1",
35
38
  "render-help": "^2.0.0",
36
39
  "semver": "^7.8.1",
37
- "@pnpm/cli.common-cli-options-help": "1100.0.1",
38
- "@pnpm/cli.meta": "1100.0.5",
39
40
  "@pnpm/cli.command": "1100.0.1",
40
- "@pnpm/cli.utils": "1101.0.8",
41
- "@pnpm/config.reader": "1101.5.0",
42
- "@pnpm/config.writer": "1100.0.10",
43
- "@pnpm/config.pick-registry-for-package": "1100.0.6",
41
+ "@pnpm/cli.utils": "1101.0.10",
42
+ "@pnpm/config.pick-registry-for-package": "1100.0.8",
43
+ "@pnpm/config.writer": "1100.0.12",
44
+ "@pnpm/config.reader": "1101.7.0",
45
+ "@pnpm/cli.common-cli-options-help": "1100.0.2",
44
46
  "@pnpm/constants": "1100.0.0",
45
- "@pnpm/deps.compliance.audit": "1101.0.12",
47
+ "@pnpm/deps.compliance.license-scanner": "1100.0.17",
48
+ "@pnpm/cli.meta": "1100.0.7",
49
+ "@pnpm/deps.compliance.audit": "1101.0.14",
50
+ "@pnpm/deps.compliance.sbom": "1100.1.7",
46
51
  "@pnpm/deps.compliance.license-resolver": "1100.0.0",
47
- "@pnpm/deps.compliance.license-scanner": "1100.0.15",
48
- "@pnpm/deps.compliance.sbom": "1100.1.5",
49
- "@pnpm/deps.security.signatures": "1101.1.5",
52
+ "@pnpm/installing.commands": "1100.7.3",
53
+ "@pnpm/lockfile.fs": "1100.1.4",
54
+ "@pnpm/deps.security.signatures": "1101.2.0",
50
55
  "@pnpm/error": "1100.0.0",
51
- "@pnpm/lockfile.fs": "1100.1.2",
52
- "@pnpm/installing.commands": "1100.7.1",
53
- "@pnpm/lockfile.types": "1100.0.8",
54
- "@pnpm/lockfile.utils": "1100.0.10",
55
- "@pnpm/lockfile.walker": "1100.0.8",
56
- "@pnpm/store.path": "1100.0.1",
56
+ "@pnpm/lockfile.utils": "1100.0.12",
57
+ "@pnpm/lockfile.walker": "1100.0.10",
57
58
  "@pnpm/object.key-sorting": "1100.0.0",
58
- "@pnpm/types": "1101.2.0",
59
- "@pnpm/workspace.project-manifest-reader": "1100.0.9",
60
- "@pnpm/network.auth-header": "1101.0.0"
59
+ "@pnpm/store.path": "1100.0.1",
60
+ "@pnpm/lockfile.types": "1100.0.10",
61
+ "@pnpm/types": "1101.3.1",
62
+ "@pnpm/workspace.project-manifest-reader": "1100.0.11",
63
+ "@pnpm/network.auth-header": "1101.1.1"
61
64
  },
62
65
  "peerDependencies": {
63
66
  "@pnpm/logger": "^1001.0.1"
@@ -71,15 +74,15 @@
71
74
  "nock": "13.3.4",
72
75
  "read-yaml-file": "^3.0.0",
73
76
  "tempy": "3.0.0",
74
- "@pnpm/deps.compliance.commands": "1101.3.1",
77
+ "@pnpm/deps.compliance.commands": "1101.3.3",
75
78
  "@pnpm/logger": "1100.0.0",
76
- "@pnpm/pkg-manifest.reader": "1100.0.5",
77
- "@pnpm/testing.command-defaults": "1100.0.2",
78
- "@pnpm/prepare": "1100.0.12",
79
- "@pnpm/testing.mock-agent": "1100.0.8",
79
+ "@pnpm/pkg-manifest.reader": "1100.0.7",
80
80
  "@pnpm/test-fixtures": "1100.0.0",
81
- "@pnpm/testing.registry-mock": "1100.0.2",
82
- "@pnpm/workspace.projects-filter": "1100.0.17"
81
+ "@pnpm/prepare": "1100.0.14",
82
+ "@pnpm/testing.mock-agent": "1101.0.1",
83
+ "@pnpm/testing.registry-mock": "1100.0.4",
84
+ "@pnpm/testing.command-defaults": "1100.0.4",
85
+ "@pnpm/workspace.projects-filter": "1100.0.19"
83
86
  },
84
87
  "engines": {
85
88
  "node": ">=22.13"