Skip to content

Commit

Permalink
Bump dependencies by "Check updates #6" (#9)
Browse files Browse the repository at this point in the history
* Bump dependencies by "Check updates #6"

* Bump dependencies

Co-authored-by: fabasoad <[email protected]>
Co-authored-by: fabasoad <[email protected]>
  • Loading branch information
3 people authored Feb 6, 2021
1 parent 5d2b012 commit 9180221
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 236 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
branch: bump/patch
branch-suffix: timestamp
commit-message: 'Bump dependencies by "${{ github.workflow }} #${{ github.run_number }}"'
committer: github-actions <[email protected]>
committer: GitHub <[email protected]>
delete-branch: true
labels: dependencies
reviewers: ${{ github.actor }}
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-brainfuck-action",
"version": "1.0.8",
"version": "1.0.9",
"description": "This GitHub action installs one of the brainfuck interpreters called brainfucky.",
"main": "dist/index.js",
"repository": {
Expand All @@ -20,8 +20,8 @@
"scripts": {
"build": "ncc build -m src/index.js",
"lint:md": "markdownlint --config .markdownlint.yml '**/*.md'",
"lint:ts": "eslint src __tests__",
"lint": "yarn run lint:md && yarn run lint:ts",
"lint:es": "eslint src __tests__",
"lint": "yarn run lint:md && yarn run lint:es",
"postinstall": "yarn husky install",
"prepare": "yarn run snyk-protect",
"security:auth": "snyk auth",
Expand All @@ -36,16 +36,16 @@
},
"devDependencies": {
"@vercel/ncc": "0.27.0",
"chai": "4.2.0",
"eslint": "7.18.0",
"chai": "4.3.0",
"eslint": "7.19.0",
"eslint-config-google": "0.14.0",
"git-branch-is": "4.0.0",
"husky": "5.0.6",
"markdownlint-cli": "0.26.0",
"mocha": "8.2.1",
"mocha-param": "2.0.1",
"nyc": "15.1.0",
"snyk": "1.437.4"
"snyk": "1.446.0"
},
"snyk": true
}
Loading

0 comments on commit 9180221

Please sign in to comment.