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.4.3 |
| npm        | @commitlint/lint             | 16.0.0 | 17.4.3 |
| npm        | babel-plugin-module-resolver | 4.1.0  | 5.0.0  |
| npm        | eslint-plugin-markdown       | 2.2.1  | 3.0.0  |
| npm        | eslint-plugin-unicorn        | 40.1.0 | 45.0.2 |
| npm        | fs-extra                     | 10.0.0 | 11.1.0 |
| npm        | husky                        | 7.0.4  | 8.0.3  |
| npm        | mocha                        | 9.2.0  | 10.2.0 |
| npm        | semantic-release             | 19.0.3 | 20.1.0 |
  • Loading branch information
renovate[bot] committed Feb 16, 2023
1 parent a93b5f9 commit e7c2865
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.16.11",
"@babel/runtime": "^7.17.0",
"@commitlint/cli": "^16.1.0",
"@commitlint/lint": "^16.0.0",
"@commitlint/cli": "^17.4.3",
"@commitlint/lint": "^17.4.3",
"@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",
"chance": "^1.1.8",
"conventional-changelog-eslint": "^3.0.9",
Expand All @@ -56,7 +56,7 @@
"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": "^3.0.0",
"eslint-plugin-mocha": "^10.0.3",
"eslint-plugin-no-secrets": "^0.8.9",
"eslint-plugin-node": "^11.1.0",
Expand All @@ -65,17 +65,17 @@
"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",
"eslint-plugin-unicorn": "^45.0.2",
"express": "^4.18.2",
"fs-extra": "^10.0.0",
"husky": "^7.0.4",
"fs-extra": "^11.1.0",
"husky": "^8.0.3",
"jscpd": "^3.4.5",
"lockfile-lint": "^4.6.2",
"mocha": "^9.2.0",
"mocha": "^10.2.0",
"mocha-junit-reporter": "^2.0.2",
"node-package-tester": "^1.3.3",
"nyc": "^15.1.0",
"semantic-release": "^19.0.3",
"semantic-release": "^20.1.0",
"semantic-release-telegram": "^1.6.2"
},
"dependencies": {
Expand Down

0 comments on commit e7c2865

Please sign in to comment.