Skip to content

Commit 8fe4ec8

Browse files
angular-robotangular-robot[bot]
authored andcommitted
build: update all non-major dependencies
1 parent a99018c commit 8fe4ec8

File tree

3 files changed

+202
-205
lines changed

3 files changed

+202
-205
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ http_archive(
2222

2323
http_archive(
2424
name = "build_bazel_rules_nodejs",
25-
sha256 = "dcc55f810142b6cf46a44d0180a5a7fb923c04a5061e2e8d8eb05ccccc60864b",
26-
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.8.0/rules_nodejs-5.8.0.tar.gz"],
25+
sha256 = "94070eff79305be05b7699207fbac5d2608054dd53e6109f7d00d923919ff45a",
26+
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.8.2/rules_nodejs-5.8.2.tar.gz"],
2727
)
2828

2929
load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@
123123
"@types/yargs": "^17.0.20",
124124
"@types/yargs-parser": "^21.0.0",
125125
"@types/yarnpkg__lockfile": "^1.1.5",
126-
"@typescript-eslint/eslint-plugin": "5.53.0",
127-
"@typescript-eslint/parser": "5.53.0",
126+
"@typescript-eslint/eslint-plugin": "5.54.0",
127+
"@typescript-eslint/parser": "5.54.0",
128128
"@yarnpkg/lockfile": "1.1.0",
129129
"ajv": "8.12.0",
130130
"ajv-formats": "2.1.1",
@@ -144,7 +144,7 @@
144144
"debug": "^4.1.1",
145145
"esbuild": "0.17.10",
146146
"esbuild-wasm": "0.17.10",
147-
"eslint": "8.34.0",
147+
"eslint": "8.35.0",
148148
"eslint-config-prettier": "8.6.0",
149149
"eslint-plugin-header": "3.1.1",
150150
"eslint-plugin-import": "2.27.5",
@@ -173,7 +173,7 @@
173173
"loader-utils": "3.2.1",
174174
"magic-string": "0.30.0",
175175
"mini-css-extract-plugin": "2.7.2",
176-
"minimatch": "~7.1.0",
176+
"minimatch": "~7.3.0",
177177
"ng-packagr": "16.0.0-next.0",
178178
"node-fetch": "^2.2.0",
179179
"npm": "^8.11.0",
@@ -191,7 +191,7 @@
191191
"prettier": "^2.0.0",
192192
"protractor": "~7.0.0",
193193
"puppeteer": "18.2.1",
194-
"quicktype-core": "23.0.5",
194+
"quicktype-core": "23.0.10",
195195
"resolve-url-loader": "5.0.0",
196196
"rxjs": "7.8.0",
197197
"sass": "1.58.3",
@@ -211,7 +211,7 @@
211211
"ts-node": "^10.0.0",
212212
"tslib": "2.5.0",
213213
"typescript": "4.9.5",
214-
"verdaccio": "5.21.1",
214+
"verdaccio": "5.21.2",
215215
"verdaccio-auth-memory": "^10.0.0",
216216
"webpack": "5.75.0",
217217
"webpack-dev-middleware": "6.0.1",

0 commit comments

Comments
 (0)