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 Jul 16, 2022
1 parent 3704f5a commit 91cf21c
Show file tree
Hide file tree
Showing 3 changed files with 536 additions and 456 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.10
16.16.0
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"access": "public"
},
"dependencies": {
"@commitlint/config-conventional": "17.0.2",
"@commitlint/lint": "17.0.0",
"@commitlint/config-conventional": "17.0.3",
"@commitlint/lint": "17.0.3",
"@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.10.0",
"@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",
"ansi-align": "3.0.1",
Expand All @@ -56,17 +56,17 @@
"is-plain-object": "5.0.0",
"js-yaml": "4.1.0",
"lodash": "4.17.21",
"memfs": "3.4.6",
"moment": "2.29.3",
"memfs": "3.4.7",
"moment": "2.29.4",
"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",
"qs": "6.11.0",
"reflect-metadata": "0.1.13",
"semver": "7.3.7",
"shelljs": "0.8.5",
"simple-git": "3.9.0",
"simple-git": "3.10.0",
"table": "6.8.0",
"toposort": "2.0.2",
"tsconfig": "7.0.0",
Expand All @@ -84,7 +84,7 @@
"@types/debug": "4.1.7",
"@types/git-url-parse": "9.0.1",
"@types/glob": "7.2.0",
"@types/jest": "28.1.3",
"@types/jest": "28.1.6",
"@types/js-yaml": "4.0.5",
"@types/lodash": "4.14.182",
"@types/node": "12.20.55",
Expand All @@ -99,21 +99,21 @@
"@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",
"@typescript-eslint/eslint-plugin": "5.30.6",
"@typescript-eslint/parser": "5.30.6",
"codecov": "3.8.2",
"eslint-config-prettier": "8.5.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",
"nock": "13.2.8",
"prettier": "2.7.1",
"rimraf": "3.0.2",
"semantic-release": "19.0.3",
"semantic-release-slack-bot": "2.1.1",
"ts-jest": "28.0.5",
"ts-node": "10.8.1",
"ts-jest": "28.0.7",
"ts-node": "10.9.1",
"typescript": "4.7.4"
},
"engines": {
Expand Down
Loading

0 comments on commit 91cf21c

Please sign in to comment.