Skip to content

Commit

Permalink
Chore: Update devDependencies (non-major)
Browse files Browse the repository at this point in the history
| datasource | package               | from   | to     |
| ---------- | --------------------- | ------ | ------ |
| npm        | @commitlint/cli       | 13.2.1 | 16.1.0 |
| npm        | @commitlint/lint      | 13.2.0 | 16.0.0 |
| npm        | eslint                | 7.32.0 | 8.7.0  |
| npm        | eslint-plugin-mocha   | 9.0.0  | 10.0.3 |
| npm        | eslint-plugin-promise | 5.1.0  | 6.0.0  |
| npm        | eslint-plugin-unicorn | 36.0.0 | 40.1.0 |
| npm        | sinon                 | 11.1.2 | 12.0.1 |
  • Loading branch information
renovate-bot committed Jan 26, 2022
1 parent 3921177 commit 2e1b16c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.15.6",
"@babel/runtime": "^7.15.4",
"@commitlint/cli": "^13.2.0",
"@commitlint/lint": "^13.2.0",
"@commitlint/cli": "^16.1.0",
"@commitlint/lint": "^16.0.0",
"@semantic-release/changelog": "^6.0.0",
"@semantic-release/git": "^10.0.0",
"babel-plugin-module-resolver": "^4.1.0",
Expand All @@ -64,20 +64,20 @@
"coveralls": "^3.1.1",
"danger": "^10.6.6",
"docopt": "^0.6.2",
"eslint": "^7.32.0",
"eslint": "^8.7.0",
"eslint-config-incredible": "^2.3.4",
"eslint-plugin-censor": "^1.5.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-markdown": "^2.2.1",
"eslint-plugin-mocha": "^9.0.0",
"eslint-plugin-mocha": "^10.0.3",
"eslint-plugin-no-secrets": "^0.8.9",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-regexp": "^1.3.1",
"eslint-plugin-scanjs-rules": "^0.2.1",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-sonarjs": "^0.10.0",
"eslint-plugin-unicorn": "^36.0.0",
"eslint-plugin-unicorn": "^40.1.0",
"husky": "^7.0.2",
"jscpd": "^3.3.26",
"lockfile-lint": "^4.6.2",
Expand All @@ -88,7 +88,7 @@
"nyc": "^15.1.0",
"semantic-release": "^19.0.2",
"semantic-release-telegram": "^1.5.0",
"sinon": "^11.1.2",
"sinon": "^12.0.1",
"uuid": "^8.3.2"
},
"dependencies": {
Expand Down

0 comments on commit 2e1b16c

Please sign in to comment.