Skip to content

Commit

Permalink
chore(deps): update dependencies to patch reported vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Apr 11, 2021
1 parent e60c854 commit 8ff0b69
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 119 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
parser: '@typescript-eslint/parser',
extends: ['plugin:@typescript-eslint/recommended', 'prettier/@typescript-eslint', 'plugin:prettier/recommended'],
extends: ['plugin:@typescript-eslint/recommended', 'prettier', 'plugin:prettier/recommended'],
parserOptions: {
ecmaVersion: 2019,
sourceType: 'module',
Expand Down
29 changes: 28 additions & 1 deletion dist/index.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,22 @@
"@semantic-release/git": "^9.0.0",
"@types/find-in-files": "^0.5.0",
"@types/node": "^14.14.37",
"@types/node-fetch": "^2.5.9",
"@types/node-fetch": "^2.5.10",
"@types/semver": "^7.3.4",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"@vercel/ncc": "^0.27.0",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"@vercel/ncc": "^0.28.2",
"commitizen": "^4.2.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.23.0",
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^6.0.0",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"prettier-plugin-package": "^1.3.0",
"semantic-release": "^17.4.2",
"typescript": "^4.2.3"
"typescript": "^4.2.4"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit 8ff0b69

Please sign in to comment.