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 | 19.5.0 |
| npm        | @commitlint/lint              | 13.2.0 | 19.5.0 |
| npm        | babel-plugin-module-resolver  | 4.1.0  | 5.0.2  |
| npm        | chai                          | 4.3.10 | 5.1.2  |
| npm        | conventional-changelog-eslint | 3.0.9  | 6.0.0  |
| npm        | danger                        | 10.9.0 | 12.3.3 |
| npm        | eslint                        | 7.32.0 | 9.14.0 |
| npm        | eslint-plugin-markdown        | 2.2.1  | 5.1.0  |
| npm        | eslint-plugin-mocha           | 9.0.0  | 10.5.0 |
| npm        | eslint-plugin-no-secrets      | 0.8.9  | 1.1.2  |
| npm        | eslint-plugin-promise         | 6.1.1  | 7.1.0  |
| npm        | eslint-plugin-regexp          | 1.15.0 | 2.6.0  |
| npm        | eslint-plugin-security        | 1.7.1  | 3.0.1  |
| npm        | eslint-plugin-sonarjs         | 0.23.0 | 2.0.4  |
| npm        | eslint-plugin-unicorn         | 36.0.0 | 56.0.0 |
| npm        | fs-extra                      | 10.1.0 | 11.2.0 |
| npm        | husky                         | 7.0.4  | 9.1.6  |
| npm        | jscpd                         | 3.5.10 | 4.0.5  |
| npm        | mocha                         | 9.2.2  | 10.8.2 |
| npm        | nyc                           | 15.1.0 | 17.1.0 |
| npm        | semantic-release              | 19.0.5 | 24.2.0 |
| npm        | uuid                          | 8.3.2  | 11.0.2 |
  • Loading branch information
renovate[bot] authored Nov 8, 2024
1 parent bf88ae8 commit 3f974c1
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,43 +50,43 @@
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.23.6",
"@babel/runtime": "^7.23.6",
"@commitlint/cli": "^13.2.1",
"@commitlint/lint": "^13.2.0",
"@commitlint/cli": "^19.5.0",
"@commitlint/lint": "^19.5.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"babel-plugin-module-resolver": "^4.1.0",
"chai": "^4.3.10",
"babel-plugin-module-resolver": "^5.0.2",
"chai": "^5.1.2",
"chance": "^1.1.11",
"conventional-changelog-eslint": "^3.0.9",
"conventional-changelog-eslint": "^6.0.0",
"coveralls": "^3.1.1",
"danger": "^10.9.0",
"eslint": "^7.32.0",
"danger": "^12.3.3",
"eslint": "^9.14.0",
"eslint-config-incredible": "^2.4.4",
"eslint-plugin-censor": "^1.5.3",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-markdown": "^2.2.1",
"eslint-plugin-mocha": "^9.0.0",
"eslint-plugin-no-secrets": "^0.8.9",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-mocha": "^10.5.0",
"eslint-plugin-no-secrets": "^1.1.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-regexp": "^1.15.0",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-scanjs-rules": "^0.2.1",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-sonarjs": "^0.23.0",
"eslint-plugin-unicorn": "^36.0.0",
"fs-extra": "^10.1.0",
"husky": "^7.0.4",
"jscpd": "^3.5.10",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-sonarjs": "^2.0.4",
"eslint-plugin-unicorn": "^56.0.0",
"fs-extra": "^11.2.0",
"husky": "^9.1.6",
"jscpd": "^4.0.5",
"lockfile-lint": "^4.12.1",
"mocha": "^9.2.2",
"mocha": "^10.8.2",
"mocha-junit-reporter": "^2.2.1",
"multilingual-stemmer": "^1.0.2",
"myrmidon": "^1.9.0",
"node-package-tester": "^1.3.6",
"nyc": "^15.1.0",
"semantic-release": "^19.0.5",
"nyc": "^17.1.0",
"semantic-release": "^24.2.0",
"semantic-release-telegram": "^1.6.2",
"uuid": "^8.3.2",
"uuid": "^11.0.2",
"yargs": "^17.7.2"
}
}

0 comments on commit 3f974c1

Please sign in to comment.