Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 9, 2021
1 parent 60689ff commit fe24924
Show file tree
Hide file tree
Showing 2 changed files with 140 additions and 140 deletions.
104 changes: 52 additions & 52 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,71 +11,71 @@
"update-generated-files": "ts-node --transpile-only ./tools/update-generated-files.ts"
},
"dependencies": {
"@actions/core": "^1.4.0",
"@actions/github": "^5.0.0",
"@actions/core": "1.5.0",
"@actions/github": "5.0.0",
"@angular-devkit/build-optimizer": "^0.1202.0",
"@angular/benchpress": "0.2.1",
"@bazel/bazelisk": "^1.10.1",
"@bazel/buildifier": "^4.0.1",
"@bazel/bazelisk": "1.10.1",
"@bazel/buildifier": "4.0.1",
"@bazel/esbuild": "4.0.0",
"@bazel/jasmine": "4.0.0",
"@bazel/protractor": "4.0.0",
"@bazel/runfiles": "4.0.0",
"@bazel/typescript": "4.0.0",
"@microsoft/api-extractor": "7.18.7",
"@octokit/auth-app": "^3.6.0",
"@octokit/core": "^3.5.1",
"@octokit/graphql": "^4.8.0",
"@octokit/plugin-paginate-rest": "^2.13.5",
"@octokit/plugin-rest-endpoint-methods": "^5.3.3",
"@octokit/request-error": "^2.1.0",
"@octokit/rest": "^18.7.0",
"@octokit/types": "^6.16.6",
"chalk": "^4.1.0",
"clang-format": "^1.4.0",
"cli-progress": "^3.7.0",
"conventional-commits-parser": "^3.2.1",
"ejs": "^3.1.6",
"git-raw-commits": "^2.0.10",
"@octokit/auth-app": "3.6.0",
"@octokit/core": "3.5.1",
"@octokit/graphql": "4.8.0",
"@octokit/plugin-paginate-rest": "2.15.1",
"@octokit/plugin-rest-endpoint-methods": "5.8.0",
"@octokit/request-error": "2.1.0",
"@octokit/rest": "18.9.1",
"@octokit/types": "6.25.0",
"chalk": "4.1.2",
"clang-format": "1.5.0",
"cli-progress": "3.9.0",
"conventional-commits-parser": "3.2.1",
"ejs": "3.1.6",
"git-raw-commits": "2.0.10",
"glob": "7.1.7",
"husky": "^7.0.1",
"inquirer": "^8.0.0",
"husky": "7.0.2",
"inquirer": "8.1.2",
"jasmine": "^3.7.0",
"minimatch": "^3.0.4",
"multimatch": "^5.0.0",
"nock": "^13.0.3",
"node-fetch": "^2.6.1",
"prettier": "^2.3.2",
"protractor": "^7.0.0",
"rollup": "^2.53.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"minimatch": "3.0.4",
"multimatch": "5.0.0",
"nock": "13.1.3",
"node-fetch": "2.6.1",
"prettier": "2.3.2",
"protractor": "7.0.0",
"rollup": "2.56.3",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-sourcemaps": "0.6.3",
"selenium-webdriver": "3.5.0",
"semver": "^7.3.5",
"ts-node": "^10.2.1",
"tslib": "^2.3.0",
"tslint": "^6.1.3",
"typed-graphqlify": "^3.1.1",
"typescript": "~4.4.0",
"uuid": "^8.3.2",
"yaml": "^1.10.0",
"yargs": "^17.0.0"
"semver": "7.3.5",
"ts-node": "10.2.1",
"tslib": "2.3.1",
"tslint": "6.1.3",
"typed-graphqlify": "3.1.4",
"typescript": "4.4.2",
"uuid": "8.3.2",
"yaml": "1.10.2",
"yargs": "17.1.1"
},
"devDependencies": {
"@types/cli-progress": "^3.9.1",
"@types/conventional-commits-parser": "^3.0.1",
"@types/ejs": "^3.0.6",
"@types/events": "^3.0.0",
"@types/git-raw-commits": "^2.0.0",
"@types/glob": "^7.1.3",
"@types/cli-progress": "3.9.2",
"@types/conventional-commits-parser": "3.0.2",
"@types/ejs": "3.1.0",
"@types/events": "3.0.0",
"@types/git-raw-commits": "2.0.1",
"@types/glob": "7.1.4",
"@types/inquirer": "8.1.1",
"@types/jasmine": "^3.7.0",
"@types/node": "^14.17.0",
"@types/node-fetch": "^2.5.10",
"@types/semver": "^7.3.6",
"@types/shelljs": "^0.8.8",
"@types/uuid": "^8.3.1",
"@types/yargs": "^17.0.0"
"@types/jasmine": "3.8.2",
"@types/node": "14.17.12",
"@types/node-fetch": "2.5.12",
"@types/semver": "7.3.8",
"@types/shelljs": "0.8.9",
"@types/uuid": "8.3.1",
"@types/yargs": "17.0.2"
}
}
Loading

0 comments on commit fe24924

Please sign in to comment.