@soos-io/soos-sbom 0.1.17 → 0.1.18

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soos-io/soos-sbom",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "description": "SOOS wrapper script to upload SBOMs.",
5
5
  "main": "bin/index.js",
6
6
  "scripts": {
@@ -13,7 +13,7 @@
13
13
  "format": "prettier ./src --check",
14
14
  "format:fix": "prettier ./src --write",
15
15
  "typecheck": "tsc --noEmit",
16
- "check": "npm run format && npm run typecheck && npm outdated",
16
+ "check": "npm run format && npm run typecheck",
17
17
  "patch": "npm version patch --no-git-tag-version",
18
18
  "patch-api-client": "npm run patch && npm run setup:clean && npm install @soos-io/api-client@latest --save-exact && npm install && npm run check"
19
19
  },
@@ -39,16 +39,16 @@
39
39
  },
40
40
  "homepage": "https://github.com/soos-io/soos-sbom#readme",
41
41
  "dependencies": {
42
- "@soos-io/api-client": "0.3.2",
42
+ "@soos-io/api-client": "0.3.4",
43
43
  "argparse": "^2.0.1",
44
- "glob": "^10.4.2",
44
+ "glob": "^10.4.5",
45
45
  "tslib": "^2.6.3"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/argparse": "^2.0.15",
49
- "@types/node": "^20.14.9",
50
- "prettier": "^3.3.2",
51
- "typescript": "^5.5.3"
49
+ "@types/node": "^20.14.14",
50
+ "prettier": "^3.3.3",
51
+ "typescript": "^5.5.4"
52
52
  },
53
53
  "bin": {
54
54
  "soos-sbom": "bin/index.js"