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/cli                                | 7.23.9 | 7.23.9 |
| npm        | @babel/core                               | 7.23.9 | 7.23.9 |
| npm        | @babel/node                               | 7.23.9 | 7.23.9 |
| npm        | @babel/plugin-proposal-class-properties   | 7.18.6 | 7.18.6 |
| npm        | @babel/plugin-proposal-decorators         | 7.23.9 | 7.23.9 |
| npm        | @babel/plugin-proposal-object-rest-spread | 7.20.7 | 7.20.7 |
| npm        | @babel/plugin-proposal-optional-chaining  | 7.21.0 | 7.21.0 |
| npm        | @babel/plugin-transform-runtime           | 7.23.9 | 7.23.9 |
| npm        | @babel/preset-env                         | 7.23.9 | 7.23.9 |
| npm        | @babel/runtime                            | 7.23.9 | 7.23.9 |
| npm        | @commitlint/cli                           | 16.3.0 | 16.3.0 |
| npm        | @commitlint/lint                          | 16.2.4 | 16.2.4 |
| npm        | @semantic-release/changelog               | 6.0.3  | 6.0.3  |
| npm        | chai                                      | 4.4.1  | 4.4.1  |
| npm        | chance                                    | 1.1.11 | 1.1.11 |
| npm        | eslint                                    | 8.56.0 | 8.56.0 |
| npm        | eslint-config-incredible                  | 2.4.4  | 2.4.4  |
| npm        | eslint-import-resolver-babel-module       | 5.3.2  | 5.3.2  |
| npm        | eslint-plugin-censor                      | 1.5.3  | 1.5.3  |
| npm        | eslint-plugin-import                      | 2.29.1 | 2.29.1 |
| npm        | eslint-plugin-mocha                       | 10.2.0 | 10.2.0 |
| npm        | eslint-plugin-promise                     | 6.1.1  | 6.1.1  |
| npm        | eslint-plugin-regexp                      | 1.15.0 | 1.15.0 |
| npm        | eslint-plugin-security                    | 1.7.1  | 1.7.1  |
| npm        | eslint-plugin-sonarjs                     | 0.11.0 | 0.23.0 |
| npm        | fs-extra                                  | 10.1.0 | 10.1.0 |
| npm        | jscpd                                     | 3.5.10 | 3.5.10 |
| npm        | lockfile-lint                             | 4.12.1 | 4.12.1 |
| npm        | mocha                                     | 9.2.2  | 9.2.2  |
| npm        | mocha-junit-reporter                      | 2.2.1  | 2.2.1  |
| npm        | node-package-tester                       | 1.3.6  | 1.3.6  |
| npm        | semantic-release                          | 19.0.5 | 19.0.5 |
| npm        | semantic-release-telegram                 | 1.6.2  | 1.6.2  |
  • Loading branch information
renovate[bot] committed Feb 1, 2024
1 parent 52b9fab commit 98d695b
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 60 deletions.
56 changes: 29 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,56 +45,56 @@
},
"homepage": "https://myrmidonjs.readthedocs.io",
"devDependencies": {
"@babel/cli": "^7.16.8",
"@babel/core": "^7.16.12",
"@babel/node": "^7.16.8",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-decorators": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.16.7",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/node": "^7.23.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.9",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.16.10",
"@babel/plugin-transform-runtime": "^7.23.9",
"@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",
"@semantic-release/changelog": "^6.0.1",
"@babel/preset-env": "^7.23.9",
"@babel/runtime": "^7.23.9",
"@commitlint/cli": "^16.3.0",
"@commitlint/lint": "^16.2.4",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"babel-plugin-module-resolver": "^4.1.0",
"chai": "^4.3.6",
"chance": "^1.1.8",
"chai": "^4.4.1",
"chance": "^1.1.11",
"cls-hooked": "^4.2.2",
"code-chronicle": "^1.5.2",
"conventional-changelog-eslint": "^3.0.9",
"coveralls": "^3.1.1",
"danger": "^10.9.0",
"eslint": "^8.31.0",
"eslint-config-incredible": "^2.4.3",
"eslint-import-resolver-babel-module": "^5.3.1",
"eslint-plugin-censor": "^1.5.2",
"eslint-plugin-import": "^2.25.4",
"eslint": "^8.56.0",
"eslint-config-incredible": "^2.4.4",
"eslint-import-resolver-babel-module": "^5.3.2",
"eslint-plugin-censor": "^1.5.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-markdown": "^2.2.1",
"eslint-plugin-mocha": "^10.0.3",
"eslint-plugin-mocha": "^10.2.0",
"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-promise": "^6.1.1",
"eslint-plugin-regexp": "^1.15.0",
"eslint-plugin-scanjs-rules": "^0.2.1",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-sonarjs": "^0.11.0",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-sonarjs": "^0.23.0",
"eslint-plugin-unicorn": "42.0.0",
"fs-extra": "^10.0.0",
"fs-extra": "^10.1.0",
"husky": "^7.0.4",
"jscpd": "^3.4.5",
"lockfile-lint": "^4.6.2",
"mocha": "^9.2.0",
"mocha-junit-reporter": "^2.0.2",
"node-package-tester": "^1.3.3",
"jscpd": "^3.5.10",
"lockfile-lint": "^4.12.1",
"mocha": "^9.2.2",
"mocha-junit-reporter": "^2.2.1",
"node-package-tester": "^1.3.6",
"nyc": "^15.1.0",
"reflect-metadata": "^0.2.1",
"semantic-release": "^19.0.2",
"semantic-release-telegram": "^1.5.1",
"semantic-release": "^19.0.5",
"semantic-release-telegram": "^1.6.2",
"uuid": "^8.3.2"
}
}

0 comments on commit 98d695b

Please sign in to comment.