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              | 16.1.0 | 17.6.1 |
| npm        | @commitlint/lint             | 16.0.0 | 17.6.1 |
| npm        | babel-plugin-module-resolver | 4.1.0  | 5.0.0  |
| npm        | danger                       | 10.9.0 | 11.2.6 |
| npm        | eslint-plugin-markdown       | 2.2.1  | 3.0.0  |
| npm        | eslint-plugin-unicorn        | 40.1.0 | 46.0.0 |
| npm        | fs-extra                     | 10.0.0 | 11.1.1 |
| npm        | husky                        | 7.0.4  | 8.0.3  |
| npm        | mocha                        | 9.2.0  | 10.2.0 |
| npm        | uuid                         | 8.3.2  | 9.0.0  |
  • Loading branch information
renovate[bot] committed Apr 17, 2023
1 parent 2e3376d commit 867f904
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,22 @@
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.16.11",
"@babel/runtime": "^7.16.7",
"@commitlint/cli": "^16.1.0",
"@commitlint/lint": "^16.0.0",
"@commitlint/cli": "^17.6.1",
"@commitlint/lint": "^17.6.1",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-module-resolver": "^5.0.0",
"chai": "^4.3.6",
"cls-hooked": "^4.2.2",
"conventional-changelog-eslint": "^3.0.9",
"coveralls": "^3.1.1",
"danger": "^10.8.0",
"danger": "^11.2.6",
"eslint": "^8.7.0",
"eslint-config-incredible": "^2.4.1",
"eslint-import-resolver-babel-module": "^5.3.1",
"eslint-plugin-censor": "^1.5.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-markdown": "^2.2.1",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-mocha": "^10.0.3",
"eslint-plugin-no-secrets": "^0.8.9",
"eslint-plugin-node": "^11.1.0",
Expand All @@ -67,13 +67,13 @@
"eslint-plugin-scanjs-rules": "^0.2.1",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-sonarjs": "^0.11.0",
"eslint-plugin-unicorn": "^40.1.0",
"fs-extra": "^10.0.0",
"husky": "^7.0.4",
"eslint-plugin-unicorn": "^46.0.0",
"fs-extra": "^11.1.1",
"husky": "^8.0.3",
"jscpd": "^3.4.5",
"json-query": "^2.2.2",
"lockfile-lint": "^4.6.2",
"mocha": "^9.2.0",
"mocha": "^10.2.0",
"mocha-junit-reporter": "^2.0.2",
"node-package-tester": "^1.2.0",
"nodemon": "^2.0.15",
Expand All @@ -83,7 +83,7 @@
"semantic-release-heroku": "^1.3.3",
"semantic-release-telegram": "^1.5.1",
"supertest": "^6.2.2",
"uuid": "^8.3.2",
"uuid": "^9.0.0",
"winston-array-transport": "^1.1.7"
},
"dependencies": {
Expand Down

0 comments on commit 867f904

Please sign in to comment.