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.22.5 | 7.22.5 |
| npm        | @babel/core                               | 7.22.5 | 7.22.5 |
| npm        | @babel/node                               | 7.22.5 | 7.22.5 |
| npm        | @babel/plugin-proposal-decorators         | 7.22.5 | 7.22.5 |
| 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/preset-env                         | 7.22.5 | 7.22.5 |
| npm        | @babel/runtime                            | 7.22.5 | 7.22.5 |
| npm        | @commitlint/cli                           | 17.6.5 | 17.6.6 |
| npm        | @commitlint/lint                          | 17.6.5 | 17.6.6 |
| npm        | @semantic-release/changelog               | 6.0.3  | 6.0.3  |
| npm        | eslint                                    | 8.43.0 | 8.44.0 |
| npm        | eslint-config-incredible                  | 2.4.4  | 2.4.4  |
| npm        | eslint-plugin-censor                      | 1.5.3  | 1.5.3  |
| npm        | eslint-plugin-import                      | 2.27.5 | 2.27.5 |
| 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.17.0 | 0.19.0 |
| npm        | fs-extra                                  | 11.1.1 | 11.1.1 |
| npm        | husky                                     | 8.0.3  | 8.0.3  |
| npm        | jscpd                                     | 3.5.9  | 3.5.9  |
| npm        | lockfile-lint                             | 4.10.5 | 4.10.6 |
| npm        | semantic-release-telegram                 | 1.6.2  | 1.6.2  |
  • Loading branch information
renovate[bot] committed Jul 5, 2023
1 parent 00f0a0e commit d98f8a9
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 101 deletions.
164 changes: 86 additions & 78 deletions package-lock.json

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

46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@
},
"homepage": "https://github.com/pustovitDmytro/fatum#readme",
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.20.5",
"@babel/node": "^7.20.5",
"@babel/cli": "^7.22.5",
"@babel/core": "^7.22.5",
"@babel/node": "^7.22.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.20.5",
"@babel/plugin-proposal-object-rest-spread": "^7.20.2",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/plugin-proposal-decorators": "^7.22.5",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.20.2",
"@babel/runtime": "^7.20.6",
"@commitlint/cli": "^17.3.0",
"@commitlint/lint": "^17.3.0",
"@semantic-release/changelog": "^6.0.2",
"@babel/preset-env": "^7.22.5",
"@babel/runtime": "^7.22.5",
"@commitlint/cli": "^17.6.6",
"@commitlint/lint": "^17.6.6",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"babel-plugin-module-resolver": "^4.1.0",
"chai": "^4.3.7",
Expand All @@ -57,32 +57,32 @@
"coveralls": "^3.1.1",
"danger": "^11.2.6",
"docopt": "^0.6.2",
"eslint": "^8.30.0",
"eslint-config-incredible": "^2.4.2",
"eslint-plugin-censor": "^1.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint": "^8.44.0",
"eslint-config-incredible": "^2.4.4",
"eslint-plugin-censor": "^1.5.3",
"eslint-plugin-import": "^2.27.5",
"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": "^6.1.1",
"eslint-plugin-regexp": "^1.11.0",
"eslint-plugin-regexp": "^1.15.0",
"eslint-plugin-scanjs-rules": "^0.2.1",
"eslint-plugin-security": "^1.5.0",
"eslint-plugin-sonarjs": "^0.17.0",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-sonarjs": "^0.19.0",
"eslint-plugin-unicorn": "42.0.0",
"fast-csv": "^4.3.6",
"fs-extra": "^11.1.0",
"husky": "^8.0.2",
"jscpd": "^3.5.3",
"lockfile-lint": "^4.9.6",
"fs-extra": "^11.1.1",
"husky": "^8.0.3",
"jscpd": "^3.5.9",
"lockfile-lint": "^4.10.6",
"mocha": "^10.2.0",
"mocha-junit-reporter": "^2.2.0",
"myrmidon": "^1.8.1",
"node-package-tester": "^1.3.6",
"nyc": "^15.1.0",
"semantic-release": "^19.0.5",
"semantic-release-telegram": "^1.6.0",
"semantic-release-telegram": "^1.6.2",
"uuid": "^9.0.0",
"vesta": "^1.0.1"
}
Expand Down

0 comments on commit d98f8a9

Please sign in to comment.