Skip to content

Commit 79a474d

Browse files
renovate-botalan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent a750203 commit 79a474d

File tree

5 files changed

+108
-56
lines changed

5 files changed

+108
-56
lines changed

WORKSPACE

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

1717
http_archive(
1818
name = "build_bazel_rules_nodejs",
19-
sha256 = "ddb78717b802f8dd5d4c01c340ecdc007c8ced5c1df7db421d0df3d642ea0580",
20-
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.6.0/rules_nodejs-4.6.0.tar.gz"],
19+
sha256 = "d63ecec7192394f5cc4ad95a115f8a6c9de55c60d56c1f08da79c306355e4654",
20+
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.6.1/rules_nodejs-4.6.1.tar.gz"],
2121
)
2222

2323
http_archive(

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
]
6161
},
6262
"resolutions": {
63-
"ajv-formats/ajv": "8.8.2"
63+
"ajv-formats/ajv": "8.9.0"
6464
},
6565
"devDependencies": {
6666
"@ampproject/remapping": "1.0.2",
@@ -89,9 +89,9 @@
8989
"@babel/runtime": "7.16.7",
9090
"@babel/template": "7.16.7",
9191
"@bazel/bazelisk": "1.11.0",
92-
"@bazel/buildifier": "4.2.4",
93-
"@bazel/jasmine": "4.6.0",
94-
"@bazel/typescript": "4.6.0",
92+
"@bazel/buildifier": "4.2.5",
93+
"@bazel/jasmine": "4.6.1",
94+
"@bazel/typescript": "4.6.1",
9595
"@discoveryjs/json-ext": "0.5.6",
9696
"@types/babel__core": "7.1.18",
9797
"@types/babel__template": "7.4.1",
@@ -120,7 +120,7 @@
120120
"@typescript-eslint/eslint-plugin": "5.9.1",
121121
"@typescript-eslint/parser": "5.9.1",
122122
"@yarnpkg/lockfile": "1.1.0",
123-
"ajv": "8.8.2",
123+
"ajv": "8.9.0",
124124
"ajv-formats": "2.1.1",
125125
"ansi-colors": "4.1.1",
126126
"babel-loader": "8.2.3",
@@ -133,13 +133,13 @@
133133
"common-tags": "^1.8.0",
134134
"conventional-commits-parser": "^3.0.0",
135135
"copy-webpack-plugin": "10.2.0",
136-
"core-js": "3.20.2",
136+
"core-js": "3.20.3",
137137
"critters": "0.0.16",
138138
"css-loader": "6.5.1",
139139
"debug": "^4.1.1",
140140
"esbuild": "0.14.11",
141141
"esbuild-wasm": "0.14.11",
142-
"eslint": "8.6.0",
142+
"eslint": "8.7.0",
143143
"eslint-config-prettier": "8.3.0",
144144
"eslint-plugin-header": "3.1.1",
145145
"eslint-plugin-import": "2.25.4",
@@ -171,10 +171,10 @@
171171
"license-webpack-plugin": "4.0.0",
172172
"loader-utils": "3.2.0",
173173
"magic-string": "0.25.7",
174-
"mini-css-extract-plugin": "2.4.6",
174+
"mini-css-extract-plugin": "2.5.0",
175175
"minimatch": "3.0.4",
176176
"minimist": "^1.2.0",
177-
"ng-packagr": "13.1.2",
177+
"ng-packagr": "13.1.3",
178178
"node-fetch": "^2.2.0",
179179
"npm-package-arg": "8.1.5",
180180
"open": "8.4.0",
@@ -196,7 +196,7 @@
196196
"regenerator-runtime": "0.13.9",
197197
"resolve-url-loader": "4.0.0",
198198
"rxjs": "6.6.7",
199-
"sass": "1.47.0",
199+
"sass": "1.48.0",
200200
"sass-loader": "12.4.0",
201201
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.6.4-linux.tar.gz",
202202
"semver": "7.3.5",
@@ -222,7 +222,7 @@
222222
"webpack-dev-middleware": "5.3.0",
223223
"webpack-dev-server": "4.7.3",
224224
"webpack-merge": "5.8.0",
225-
"webpack-subresource-integrity": "5.0.0",
225+
"webpack-subresource-integrity": "5.1.0",
226226
"zone.js": "^0.11.3"
227227
}
228228
}

packages/angular_devkit/build_angular/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"cacache": "15.3.0",
2929
"circular-dependency-plugin": "5.2.2",
3030
"copy-webpack-plugin": "10.2.0",
31-
"core-js": "3.20.2",
31+
"core-js": "3.20.3",
3232
"critters": "0.0.16",
3333
"css-loader": "6.5.1",
3434
"esbuild-wasm": "0.14.11",
@@ -41,7 +41,7 @@
4141
"less-loader": "10.2.0",
4242
"license-webpack-plugin": "4.0.0",
4343
"loader-utils": "3.2.0",
44-
"mini-css-extract-plugin": "2.4.6",
44+
"mini-css-extract-plugin": "2.5.0",
4545
"minimatch": "3.0.4",
4646
"open": "8.4.0",
4747
"ora": "5.4.1",
@@ -54,7 +54,7 @@
5454
"regenerator-runtime": "0.13.9",
5555
"resolve-url-loader": "4.0.0",
5656
"rxjs": "6.6.7",
57-
"sass": "1.47.0",
57+
"sass": "1.48.0",
5858
"sass-loader": "12.4.0",
5959
"semver": "7.3.5",
6060
"source-map-loader": "3.0.1",
@@ -69,7 +69,7 @@
6969
"webpack-dev-middleware": "5.3.0",
7070
"webpack-dev-server": "4.7.3",
7171
"webpack-merge": "5.8.0",
72-
"webpack-subresource-integrity": "5.0.0"
72+
"webpack-subresource-integrity": "5.1.0"
7373
},
7474
"optionalDependencies": {
7575
"esbuild": "0.14.11"

packages/angular_devkit/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"dependencies": {
1111
"ajv-formats": "2.1.1",
12-
"ajv": "8.8.2",
12+
"ajv": "8.9.0",
1313
"fast-json-stable-stringify": "2.1.0",
1414
"magic-string": "0.25.7",
1515
"rxjs": "6.6.7",

0 commit comments

Comments
 (0)