build: update all non-major dependencies (#47415)

See associated pull request for more information.

PR Close #47415
This commit is contained in:
Angular Robot 2022-09-13 05:30:15 +00:00 committed by Dylan Hunn
parent 2456b8e4d5
commit ebc0135239
8 changed files with 10 additions and 10 deletions

View file

@ -36,7 +36,7 @@
"@types/angular-route": "^1.7.2",
"@types/jasmine": "~4.3.0",
"@types/node": "^16.11.35",
"jasmine-core": "~4.3.0",
"jasmine-core": "~4.4.0",
"jasmine-marbles": "~0.9.2",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.0",

View file

@ -33,7 +33,7 @@
"@types/jasmine": "~4.3.0",
"@types/node": "^16.11.35",
"copyfiles": "^2.4.1",
"jasmine-core": "~4.3.0",
"jasmine-core": "~4.4.0",
"jasmine-marbles": "~0.9.2",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.0",

View file

@ -33,7 +33,7 @@
"@angular/compiler-cli": "^14.2.0",
"@types/jasmine": "~4.3.0",
"@types/node": "^16.11.35",
"jasmine-core": "~4.3.0",
"jasmine-core": "~4.4.0",
"jasmine-marbles": "~0.9.2",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.0",

View file

@ -35,7 +35,7 @@
"@angular/compiler-cli": "^14.2.0",
"@types/jasmine": "~4.3.0",
"@types/node": "^16.11.35",
"jasmine-core": "~4.3.0",
"jasmine-core": "~4.4.0",
"jasmine-marbles": "~0.9.2",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.0",

View file

@ -33,7 +33,7 @@
"@angular/compiler-cli": "^14.2.0",
"@types/jasmine": "~4.3.0",
"@types/node": "^16.11.35",
"jasmine-core": "~4.3.0",
"jasmine-core": "~4.4.0",
"jasmine-marbles": "~0.9.2",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.0",

View file

@ -54,7 +54,7 @@
"@types/node": "^16.11.35",
"concurrently": "^7.0.0",
"http-server": "^14.0.0",
"jasmine-core": "~4.3.0",
"jasmine-core": "~4.4.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-jasmine": "~5.1.0",

View file

@ -41,7 +41,7 @@
"@types/express": "^4.17.13",
"@types/jasmine": "~4.3.0",
"@types/node": "^16.11.35",
"jasmine-core": "~4.3.0",
"jasmine-core": "~4.4.0",
"jasmine-marbles": "~0.9.2",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.0",

View file

@ -12,10 +12,10 @@ http_archive(
# Fetch sass rules for compiling sass files
http_archive(
name = "io_bazel_rules_sass",
sha256 = "0ba1a6a4ec9c8ea122eabd8d6128b03fb37745a9f2027dbd1e1d732a8d966f23",
strip_prefix = "rules_sass-1.54.8",
sha256 = "2f239bf002419ee904e61b4fda278aefdf93bae29257f50052a515f2d100b6a3",
strip_prefix = "rules_sass-1.54.9",
urls = [
"https://github.com/bazelbuild/rules_sass/archive/1.54.8.zip",
"https://github.com/bazelbuild/rules_sass/archive/1.54.9.zip",
],
)