Skip to content

Commit

Permalink
Run updater mobsuccess-devops/policy-github-updater-npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-bot committed Jul 24, 2023
1 parent 3e374b5 commit c72c264
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitattributes
@@ -0,0 +1 @@
package-lock.json linguist-generated=false
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -65,7 +65,7 @@ outputs:
violations:
description: Number of violations found
runs:
using: node16
using: node12
main: dist/index.js
branding:
icon: code
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json
Expand Up @@ -13,7 +13,7 @@
"@actions/github": "^5.0.3",
"@actions/tool-cache": "^2.0.1",
"@octokit/rest": "^19.0.3",
"semver": "^7.3.7"
"semver": "^7.5.4"
},
"devDependencies": {
"@actions/io": "^1.1.2",
Expand Down Expand Up @@ -4218,9 +4218,9 @@
"dev": true
},
"node_modules/semver": {
"version": "7.3.7",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
"integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
"version": "7.5.4",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
"integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
"dependencies": {
"lru-cache": "^6.0.0"
},
Expand Down Expand Up @@ -7957,9 +7957,9 @@
"dev": true
},
"semver": {
"version": "7.3.7",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
"integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
"version": "7.5.4",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
"integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
"requires": {
"lru-cache": "^6.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -30,7 +30,7 @@
"@actions/github": "^5.0.3",
"@actions/tool-cache": "^2.0.1",
"@octokit/rest": "^19.0.3",
"semver": "^7.3.7"
"semver": "^7.5.4"
},
"devDependencies": {
"@actions/io": "^1.1.2",
Expand Down

0 comments on commit c72c264

Please sign in to comment.