Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump 馃С semver to ^7.6.0 #11

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.6.0"
},
"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.6.0",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
"integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
"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.6.0",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
"integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
"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.6.0"
},
"devDependencies": {
"@actions/io": "^1.1.2",
Expand Down