Skip to content

Commit

Permalink
Updated node modules to use new SAF CLI version and updated SAF Actio…
Browse files Browse the repository at this point in the history
…n version number

Signed-off-by: Patrick O'Neil <[email protected]>
  • Loading branch information
p-oneil committed Aug 14, 2024
1 parent 9e5657f commit b7af81f
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 17 deletions.
9 changes: 5 additions & 4 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions node_modules/@mitre/saf/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file modified node_modules/cardinal/bin/cdl.js
100755 → 100644
Empty file.
Empty file modified node_modules/json5/lib/cli.js
100755 → 100644
Empty file.
Empty file modified node_modules/tailwindcss/lib/cli.js
100755 → 100644
Empty file.
Empty file modified node_modules/ts-node/dist/bin-cwd.js
100755 → 100644
Empty file.
Empty file modified node_modules/ts-node/dist/bin-esm.js
100755 → 100644
Empty file.
Empty file modified node_modules/ts-node/dist/bin-script-deprecated.js
100755 → 100644
Empty file.
Empty file modified node_modules/ts-node/dist/bin-script.js
100755 → 100644
Empty file.
Empty file modified node_modules/ts-node/dist/bin-transpile.js
100755 → 100644
Empty file.
Empty file modified node_modules/ts-node/dist/bin.js
100755 → 100644
Empty file.
19 changes: 10 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saf_action",
"version": "1.7.3",
"version": "1.7.4",
"description": "GitHub Action for the [SAF CLI](https://github.com/mitre/saf)",
"main": "index.js",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"homepage": "https://github.com/mitre/saf_action#readme",
"dependencies": {
"@actions/core": "^1.10.1",
"@mitre/saf": "^1.4.10",
"@mitre/saf": "^1.4.11",
"shell-quote": "^1.8.1"
},
"devDependencies": {
Expand Down

0 comments on commit b7af81f

Please sign in to comment.