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 Apr 17, 2023
1 parent 3e374b5 commit e340407
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 @@ -17,7 +17,7 @@
},
"devDependencies": {
"@actions/io": "^1.1.2",
"@vercel/ncc": "^0.34.0",
"@vercel/ncc": "^0.36.1",
"convert-action": "^0.1.3",
"eslint": "^8.21.0",
"jest": "^28.1.3",
Expand Down Expand Up @@ -1506,9 +1506,9 @@
"dev": true
},
"node_modules/@vercel/ncc": {
"version": "0.34.0",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.34.0.tgz",
"integrity": "sha512-G9h5ZLBJ/V57Ou9vz5hI8pda/YQX5HQszCs3AmIus3XzsmRn/0Ptic5otD3xVST8QLKk7AMk7AqpsyQGN7MZ9A==",
"version": "0.36.1",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.36.1.tgz",
"integrity": "sha512-S4cL7Taa9yb5qbv+6wLgiKVZ03Qfkc4jGRuiUQMQ8HGBD5pcNRnHeYM33zBvJE4/zJGjJJ8GScB+WmTsn9mORw==",
"dev": true,
"bin": {
"ncc": "dist/ncc/cli.js"
Expand Down Expand Up @@ -5950,9 +5950,9 @@
"dev": true
},
"@vercel/ncc": {
"version": "0.34.0",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.34.0.tgz",
"integrity": "sha512-G9h5ZLBJ/V57Ou9vz5hI8pda/YQX5HQszCs3AmIus3XzsmRn/0Ptic5otD3xVST8QLKk7AMk7AqpsyQGN7MZ9A==",
"version": "0.36.1",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.36.1.tgz",
"integrity": "sha512-S4cL7Taa9yb5qbv+6wLgiKVZ03Qfkc4jGRuiUQMQ8HGBD5pcNRnHeYM33zBvJE4/zJGjJJ8GScB+WmTsn9mORw==",
"dev": true
},
"acorn": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@actions/io": "^1.1.2",
"@vercel/ncc": "^0.34.0",
"@vercel/ncc": "^0.36.1",
"convert-action": "^0.1.3",
"eslint": "^8.21.0",
"jest": "^28.1.3",
Expand Down

0 comments on commit e340407

Please sign in to comment.