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 | 19.2.2 |
| npm        | @commitlint/lint              | 16.0.0 | 19.2.2 |
| npm        | babel-plugin-module-resolver  | 4.1.0  | 5.0.0  |
| npm        | chai                          | 4.3.6  | 5.1.0  |
| npm        | conventional-changelog-eslint | 3.0.9  | 5.0.0  |
| npm        | danger                        | 10.9.0 | 12.1.0 |
| npm        | eslint                        | 8.8.0  | 9.0.0  |
| npm        | eslint-plugin-markdown        | 2.2.1  | 4.0.1  |
| npm        | eslint-plugin-regexp          | 1.5.1  | 2.5.0  |
| npm        | eslint-plugin-security        | 1.4.0  | 3.0.0  |
| npm        | eslint-plugin-unicorn         | 40.1.0 | 52.0.0 |
| npm        | fs-extra                      | 10.0.0 | 11.2.0 |
| npm        | husky                         | 7.0.4  | 9.0.11 |
| npm        | mocha                         | 9.2.0  | 10.4.0 |
| npm        | nodemon                       | 2.0.15 | 3.1.0  |
| npm        | uuid                          | 8.3.2  | 9.0.1  |
  • Loading branch information
renovate[bot] committed Apr 19, 2024
1 parent a4f14fe commit ffc54c5
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,47 +43,47 @@
"@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": "^19.2.2",
"@commitlint/lint": "^19.2.2",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"babel-plugin-module-resolver": "^4.1.0",
"chai": "^4.3.6",
"babel-plugin-module-resolver": "^5.0.0",
"chai": "^5.1.0",
"cls-hooked": "^4.2.2",
"conventional-changelog-eslint": "^3.0.9",
"conventional-changelog-eslint": "^5.0.0",
"coveralls": "^3.1.1",
"danger": "^10.8.0",
"eslint": "^8.7.0",
"danger": "^12.1.0",
"eslint": "^9.0.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": "^4.0.1",
"eslint-plugin-mocha": "^10.0.3",
"eslint-plugin-no-secrets": "^0.8.9",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-regexp": "^1.5.1",
"eslint-plugin-regexp": "^2.5.0",
"eslint-plugin-scanjs-rules": "^0.2.1",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-security": "^3.0.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": "^52.0.0",
"fs-extra": "^11.2.0",
"husky": "^9.0.11",
"jscpd": "^3.4.5",
"json-query": "^2.2.2",
"lockfile-lint": "^4.6.2",
"mocha": "^9.2.0",
"mocha": "^10.4.0",
"mocha-junit-reporter": "^2.0.2",
"node-package-tester": "^1.2.0",
"nodemon": "^2.0.15",
"nodemon": "^3.1.0",
"nyc": "^15.1.0",
"rest-chronicle": "^2.0.0",
"semantic-release": "^19.0.2",
"semantic-release-heroku": "^1.3.3",
"semantic-release-telegram": "^1.5.1",
"supertest": "^6.2.2",
"uuid": "^8.3.2",
"uuid": "^9.0.1",
"winston-array-transport": "^1.1.7"
},
"dependencies": {
Expand Down

0 comments on commit ffc54c5

Please sign in to comment.