Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 20, 2024
1 parent 3704f5a commit de0b658
Show file tree
Hide file tree
Showing 3 changed files with 1,585 additions and 745 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.10
16.20
76 changes: 38 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@
"access": "public"
},
"dependencies": {
"@commitlint/config-conventional": "17.0.2",
"@commitlint/lint": "17.0.0",
"@commitlint/config-conventional": "17.8.1",
"@commitlint/lint": "17.8.1",
"@iarna/toml": "2.2.5",
"@oclif/core": "1.9.3",
"@octokit/graphql": "4.5.8",
"@octokit/plugin-rest-endpoint-methods": "4.2.1",
"@octokit/rest": "18.0.9",
"@oclif/core": "1.26.2",
"@octokit/graphql": "4.8.0",
"@octokit/plugin-rest-endpoint-methods": "4.15.1",
"@octokit/rest": "18.12.0",
"@types/eslint": "7.29.0",
"@types/table": "6.0.0",
"@types/table": "6.3.2",
"ansi-align": "3.0.1",
"axios": "0.27.2",
"bitbucket": "2.7.0",
"bitbucket": "2.11.0",
"boxen": "5.1.2",
"camelcase": "6.3.0",
"colors": "1.4.0",
Expand All @@ -47,7 +47,7 @@
"debug": "4.3.4",
"eslint": "7.32.0",
"eslint-plugin-eslint-plugin": "2.3.0",
"generator-license": "5.5.0",
"generator-license": "5.6.0",
"git-url-parse": "11.6.0",
"gitignore": "0.7.0",
"gradle-to-js": "2.0.1",
Expand All @@ -56,18 +56,18 @@
"is-plain-object": "5.0.0",
"js-yaml": "4.1.0",
"lodash": "4.17.21",
"memfs": "3.4.6",
"memfs": "3.5.3",
"moment": "2.29.3",
"node-filter-async": "2.0.0",
"npm-check-updates": "11.8.5",
"prettier-default-config": "0.2.3",
"properties": "1.2.1",
"qs": "6.10.5",
"reflect-metadata": "0.1.13",
"qs": "6.12.0",
"reflect-metadata": "0.2.1",
"semver": "7.3.7",
"shelljs": "0.8.5",
"simple-git": "3.9.0",
"table": "6.8.0",
"table": "6.8.1",
"toposort": "2.0.2",
"tsconfig": "7.0.0",
"update-notifier": "5.1.0",
Expand All @@ -80,41 +80,41 @@
"devDependencies": {
"@semantic-release/changelog": "5.0.1",
"@semantic-release/git": "9.0.1",
"@types/command-exists": "1.2.0",
"@types/debug": "4.1.7",
"@types/git-url-parse": "9.0.1",
"@types/command-exists": "1.2.3",
"@types/debug": "4.1.12",
"@types/git-url-parse": "9.0.3",
"@types/glob": "7.2.0",
"@types/jest": "28.1.3",
"@types/js-yaml": "4.0.5",
"@types/lodash": "4.14.182",
"@types/jest": "28.1.8",
"@types/js-yaml": "4.0.9",
"@types/lodash": "4.17.0",
"@types/node": "12.20.55",
"@types/qs": "6.9.7",
"@types/qs": "6.9.14",
"@types/rimraf": "3.0.2",
"@types/semver": "7.3.10",
"@types/shelljs": "0.8.11",
"@types/toposort": "2.0.3",
"@types/semver": "7.5.8",
"@types/shelljs": "0.8.15",
"@types/toposort": "2.0.7",
"@types/update-notifier": "5.1.0",
"@types/uuid": "8.3.4",
"@types/wrap-ansi": "8.0.1",
"@types/xml2js": "0.4.11",
"@types/yeoman-environment": "2.10.7",
"@types/yeoman-generator": "5.2.10",
"@typescript-eslint/eslint-plugin": "5.29",
"@typescript-eslint/parser": "5.29",
"codecov": "3.8.2",
"eslint-config-prettier": "8.5.0",
"@types/wrap-ansi": "8.1.0",
"@types/xml2js": "0.4.14",
"@types/yeoman-environment": "2.10.11",
"@types/yeoman-generator": "5.2.14",
"@typescript-eslint/eslint-plugin": "5.62",
"@typescript-eslint/parser": "5.62",
"codecov": "3.8.3",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-prettier": "3.4.1",
"jest": "28.1.1",
"jest": "28.1.3",
"jest-mock-extended": "1.0.18",
"json-schema-to-typescript": "10.1.5",
"nock": "13.2.7",
"prettier": "2.7.1",
"nock": "13.5.4",
"prettier": "2.8.8",
"rimraf": "3.0.2",
"semantic-release": "19.0.3",
"semantic-release": "19.0.5",
"semantic-release-slack-bot": "2.1.1",
"ts-jest": "28.0.5",
"ts-node": "10.8.1",
"typescript": "4.7.4"
"ts-jest": "28.0.8",
"ts-node": "10.9.2",
"typescript": "4.9.5"
},
"engines": {
"node": ">=12",
Expand Down
Loading

0 comments on commit de0b658

Please sign in to comment.