preship 2.1.0 → 2.1.2

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "preship",
3
- "version": "2.1.0",
3
+ "version": "2.1.2",
4
4
  "description": "Pre-ship verification for modern dev teams. License compliance, security vulnerability scanning, and secret detection — all in one CLI. Zero config. Fully offline. Free forever.",
5
5
  "keywords": [
6
6
  "license",
@@ -59,10 +59,10 @@
59
59
  "lint": "tsc --noEmit"
60
60
  },
61
61
  "dependencies": {
62
- "@preship/core": "2.0.1",
63
- "@preship/license": "2.0.1",
64
- "@preship/security": "1.0.2",
65
- "@preship/secrets": "1.0.4",
62
+ "@preship/core": "2.0.2",
63
+ "@preship/license": "2.0.2",
64
+ "@preship/security": "1.0.3",
65
+ "@preship/secrets": "1.0.5",
66
66
  "chalk": "^4.1.2",
67
67
  "cli-table3": "^0.6.5",
68
68
  "commander": "^12.1.0"