@pnpm/deps.compliance.commands 1101.5.3 → 1101.5.4

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 (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @pnpm/deps.compliance.commands
2
2
 
3
+ ## 1101.5.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - @pnpm/cli.meta@1100.0.9
9
+ - @pnpm/cli.utils@1101.0.14
10
+ - @pnpm/config.pick-registry-for-package@1100.0.10
11
+ - @pnpm/config.reader@1101.12.0
12
+ - @pnpm/config.version-policy@1100.1.7
13
+ - @pnpm/config.writer@1100.0.16
14
+ - @pnpm/deps.compliance.audit@1101.0.22
15
+ - @pnpm/deps.compliance.license-scanner@1100.0.25
16
+ - @pnpm/deps.compliance.sbom@1100.3.3
17
+ - @pnpm/deps.security.signatures@1101.2.4
18
+ - @pnpm/installing.commands@1100.10.5
19
+ - @pnpm/lockfile.fs@1100.1.11
20
+ - @pnpm/lockfile.types@1100.0.14
21
+ - @pnpm/lockfile.utils@1100.1.3
22
+ - @pnpm/lockfile.walker@1100.0.14
23
+ - @pnpm/network.auth-header@1101.1.4
24
+ - @pnpm/types@1101.4.0
25
+ - @pnpm/workspace.project-manifest-reader@1100.0.15
26
+
3
27
  ## 1101.5.3
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/deps.compliance.commands",
3
- "version": "1101.5.3",
3
+ "version": "1101.5.4",
4
4
  "description": "pnpm commands for audit, licenses, and sbom",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -33,29 +33,29 @@
33
33
  "@inquirer/prompts": "^8.4.3",
34
34
  "@pnpm/cli.command": "1100.0.1",
35
35
  "@pnpm/cli.common-cli-options-help": "1100.0.2",
36
- "@pnpm/cli.meta": "1100.0.8",
37
- "@pnpm/cli.utils": "1101.0.13",
38
- "@pnpm/config.pick-registry-for-package": "1100.0.9",
39
- "@pnpm/config.reader": "1101.11.2",
40
- "@pnpm/config.version-policy": "1100.1.6",
41
- "@pnpm/config.writer": "1100.0.15",
36
+ "@pnpm/cli.meta": "1100.0.9",
37
+ "@pnpm/cli.utils": "1101.0.14",
38
+ "@pnpm/config.pick-registry-for-package": "1100.0.10",
39
+ "@pnpm/config.reader": "1101.12.0",
40
+ "@pnpm/config.version-policy": "1100.1.7",
41
+ "@pnpm/config.writer": "1100.0.16",
42
42
  "@pnpm/constants": "1100.0.0",
43
- "@pnpm/deps.compliance.audit": "1101.0.21",
43
+ "@pnpm/deps.compliance.audit": "1101.0.22",
44
44
  "@pnpm/deps.compliance.license-resolver": "1100.0.0",
45
- "@pnpm/deps.compliance.license-scanner": "1100.0.24",
46
- "@pnpm/deps.compliance.sbom": "1100.3.2",
47
- "@pnpm/deps.security.signatures": "1101.2.3",
45
+ "@pnpm/deps.compliance.license-scanner": "1100.0.25",
46
+ "@pnpm/deps.compliance.sbom": "1100.3.3",
47
+ "@pnpm/deps.security.signatures": "1101.2.4",
48
48
  "@pnpm/error": "1100.0.1",
49
- "@pnpm/installing.commands": "1100.10.4",
50
- "@pnpm/lockfile.fs": "1100.1.10",
51
- "@pnpm/lockfile.types": "1100.0.13",
52
- "@pnpm/lockfile.utils": "1100.1.2",
53
- "@pnpm/lockfile.walker": "1100.0.13",
54
- "@pnpm/network.auth-header": "1101.1.3",
49
+ "@pnpm/installing.commands": "1100.10.5",
50
+ "@pnpm/lockfile.fs": "1100.1.11",
51
+ "@pnpm/lockfile.types": "1100.0.14",
52
+ "@pnpm/lockfile.utils": "1100.1.3",
53
+ "@pnpm/lockfile.walker": "1100.0.14",
54
+ "@pnpm/network.auth-header": "1101.1.4",
55
55
  "@pnpm/object.key-sorting": "1100.0.1",
56
56
  "@pnpm/store.path": "1100.0.2",
57
- "@pnpm/types": "1101.3.2",
58
- "@pnpm/workspace.project-manifest-reader": "1100.0.14",
57
+ "@pnpm/types": "1101.4.0",
58
+ "@pnpm/workspace.project-manifest-reader": "1100.0.15",
59
59
  "@zkochan/table": "^2.0.1",
60
60
  "chalk": "^5.6.2",
61
61
  "memoize": "^11.0.0",
@@ -69,15 +69,15 @@
69
69
  },
70
70
  "devDependencies": {
71
71
  "@jest/globals": "30.4.1",
72
- "@pnpm/deps.compliance.commands": "1101.5.3",
72
+ "@pnpm/deps.compliance.commands": "1101.5.4",
73
73
  "@pnpm/logger": "1100.0.0",
74
- "@pnpm/pkg-manifest.reader": "1100.0.9",
75
- "@pnpm/prepare": "1100.0.18",
74
+ "@pnpm/pkg-manifest.reader": "1100.0.10",
75
+ "@pnpm/prepare": "1100.0.19",
76
76
  "@pnpm/test-fixtures": "1100.0.0",
77
- "@pnpm/testing.command-defaults": "1100.0.8",
78
- "@pnpm/testing.mock-agent": "1101.0.4",
79
- "@pnpm/testing.registry-mock": "1100.0.8",
80
- "@pnpm/workspace.projects-filter": "1100.0.26",
77
+ "@pnpm/testing.command-defaults": "1100.0.9",
78
+ "@pnpm/testing.mock-agent": "1101.0.5",
79
+ "@pnpm/testing.registry-mock": "1100.0.9",
80
+ "@pnpm/workspace.projects-filter": "1100.0.27",
81
81
  "@types/ramda": "0.31.1",
82
82
  "@types/semver": "7.7.1",
83
83
  "@types/zkochan__table": "npm:@types/table@6.3.2",