Skip to content

Commit

Permalink
Merge pull request #63 from microsoft/release/vNext
Browse files Browse the repository at this point in the history
v1.7.2 - node10 support fix
  • Loading branch information
davidknise authored Jun 23, 2023
2 parents 5e24da2 + 34c497d commit 19539f7
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 19 deletions.
8 changes: 4 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.

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

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

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.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "microsoft-security-devops-action",
"version": "1.7.0",
"version": "1.7.2",
"description": "Node dependencies for the microsoft/security-devops-action.",
"scripts": {
"test": "mocha"
"build": "npx gulp"
},
"author": "Microsoft Corporation",
"license": "MIT",
"dependencies": {
"@actions/core": "1.10.0",
"@actions/exec": "1.1.1",
"@microsoft/security-devops-actions-toolkit": "1.7.0"
"@microsoft/security-devops-actions-toolkit": "1.7.2"
},
"devDependencies": {
"@types/mocha": "^2.2.44",
Expand All @@ -19,6 +19,7 @@
"@types/sinon": "^4.1.2",
"del": "^7.0.0",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-shell": "^0.8.0",
"gulp-typescript": "^6.0.0-alpha.1",
"sinon": "^4.1.3"
Expand Down

0 comments on commit 19539f7

Please sign in to comment.