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.3.0 |
| npm        | @commitlint/lint              | 16.0.0 | 19.2.2 |
| npm        | babel-plugin-module-resolver  | 4.1.0  | 5.0.2  |
| npm        | chai                          | 4.3.6  | 5.1.1  |
| npm        | conventional-changelog-eslint | 3.0.9  | 6.0.0  |
| npm        | danger                        | 10.9.0 | 12.2.0 |
| npm        | eslint                        | 8.8.0  | 9.2.0  |
| npm        | eslint-plugin-markdown        | 2.2.1  | 5.0.0  |
| npm        | eslint-plugin-no-secrets      | 0.8.9  | 1.0.2  |
| npm        | eslint-plugin-regexp          | 1.5.1  | 2.5.0  |
| npm        | eslint-plugin-security        | 1.4.0  | 3.0.0  |
| npm        | eslint-plugin-sonarjs         | 0.11.0 | 1.0.3  |
| npm        | eslint-plugin-unicorn         | 40.1.0 | 53.0.0 |
| npm        | husky                         | 7.0.4  | 9.0.11 |
| npm        | mocha                         | 9.2.0  | 10.4.0 |
| npm        | semantic-release              | 19.0.2 | 23.1.1 |
| npm        | uuid                          | 8.3.2  | 9.0.1  |
  • Loading branch information
renovate[bot] committed May 16, 2024
1 parent 2200b7c commit a67ae68
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,41 +54,41 @@
"@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.3.0",
"@commitlint/lint": "^19.2.2",
"@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.2",
"babel-plugin-shebang": "^1.0.0",
"chai": "^4.3.6",
"chai": "^5.1.1",
"chance": "^1.1.8",
"conventional-changelog-eslint": "^3.0.9",
"conventional-changelog-eslint": "^6.0.0",
"coveralls": "^3.1.1",
"danger": "^10.8.0",
"eslint": "^8.7.0",
"danger": "^12.2.0",
"eslint": "^9.2.0",
"eslint-config-incredible": "^2.4.1",
"eslint-plugin-censor": "^1.5.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-markdown": "^2.2.1",
"eslint-plugin-markdown": "^5.0.0",
"eslint-plugin-mocha": "^10.0.3",
"eslint-plugin-no-secrets": "^0.8.9",
"eslint-plugin-no-secrets": "^1.0.2",
"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-sonarjs": "^0.11.0",
"eslint-plugin-unicorn": "^40.1.0",
"husky": "^7.0.4",
"eslint-plugin-security": "^3.0.0",
"eslint-plugin-sonarjs": "^1.0.3",
"eslint-plugin-unicorn": "^53.0.0",
"husky": "^9.0.11",
"jscpd": "^3.4.5",
"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",
"nyc": "^15.1.0",
"semantic-release": "^19.0.2",
"semantic-release": "^23.1.1",
"semantic-release-telegram": "^1.5.1",
"uuid": "^8.3.2"
"uuid": "^9.0.1"
},
"dependencies": {
"@babel/core": "7.17.0",
Expand Down

0 comments on commit a67ae68

Please sign in to comment.