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        | babel-loader                 | 8.2.5  | 9.1.2  |
| npm        | babel-plugin-module-resolver | 4.1.0  | 5.0.0  |
| npm        | eslint                       | 7.32.0 | 8.36.0 |
| npm        | eslint-plugin-markdown       | 2.2.1  | 3.0.0  |
| npm        | eslint-plugin-mocha          | 9.0.0  | 10.1.0 |
| npm        | eslint-plugin-promise        | 5.2.0  | 6.1.1  |
| npm        | eslint-plugin-unicorn        | 36.0.0 | 46.0.0 |
| npm        | fs-extra                     | 10.1.0 | 11.1.1 |
| npm        | semantic-release             | 19.0.3 | 21.0.0 |
| npm        | webpack-cli                  | 4.10.0 | 5.0.1  |
  • Loading branch information
renovate[bot] authored Mar 27, 2023
1 parent b6dc371 commit 24f4a50
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 @@ -52,8 +52,8 @@
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"babel-loader": "^8.2.3",
"babel-plugin-module-resolver": "^4.1.0",
"babel-loader": "^9.1.2",
"babel-plugin-module-resolver": "^5.0.0",
"chai": "^4.3.6",
"cls-hooked": "^4.2.2",
"concurrently": "^7.2.1",
Expand All @@ -63,22 +63,22 @@
"css-loader": "^6.7.1",
"danger": "^11.0.7",
"docopt": "^0.6.2",
"eslint": "^7.32.0",
"eslint": "^8.36.0",
"eslint-config-incredible": "^2.3.4",
"eslint-loader": "^4.0.2",
"eslint-plugin-censor": "^1.5.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-markdown": "^2.2.1",
"eslint-plugin-mocha": "^9.0.0",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-no-secrets": "^0.8.9",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-regexp": "^1.3.1",
"eslint-plugin-scanjs-rules": "^0.2.1",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-sonarjs": "^0.10.0",
"eslint-plugin-unicorn": "^36.0.0",
"fs-extra": "^10.1.0",
"eslint-plugin-unicorn": "^46.0.0",
"fs-extra": "^11.1.1",
"http-server": "^14.1.1",
"husky": "^8.0.1",
"jscpd": "^3.4.5",
Expand All @@ -89,13 +89,13 @@
"nyc": "^15.1.0",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"semantic-release": "^19.0.3",
"semantic-release": "^21.0.0",
"semantic-release-telegram": "^1.0.5",
"style-loader": "^3.3.1",
"underscore-template-loader": "^1.1.0",
"web-ext": "^7.1.1",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.1"
"webpack-cli": "^5.0.1"
},
"dependencies": {
"base-api-client": "1.5.9",
Expand Down

0 comments on commit 24f4a50

Please sign in to comment.