Skip to content

Commit

Permalink
build: update all non-major dependencies
Browse files Browse the repository at this point in the history
(cherry picked from commit 469ad87)
  • Loading branch information
angular-robot authored and dgp1130 committed Oct 31, 2022
1 parent 9d83fb9 commit ceda5d6
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 9 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Expand Up @@ -78,9 +78,9 @@ yarn_install(

http_archive(
name = "aspect_bazel_lib",
sha256 = "9305799c6d9e425e6b73270a0f9eb0aa1082050823a7eefad95edcece545e77b",
strip_prefix = "bazel-lib-1.14.0",
url = "https://github.com/aspect-build/bazel-lib/archive/v1.14.0.tar.gz",
sha256 = "eae670935704ce5f9d050b2c23d426b4ae453458830eebdaac1f11a6a9da150b",
strip_prefix = "bazel-lib-1.15.0",
url = "https://github.com/aspect-build/bazel-lib/archive/v1.15.0.tar.gz",
)

load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "register_jq_toolchains")
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -128,7 +128,7 @@
"ajv": "8.11.0",
"ajv-formats": "2.1.1",
"ansi-colors": "4.1.3",
"autoprefixer": "10.4.12",
"autoprefixer": "10.4.13",
"babel-loader": "9.0.0",
"babel-plugin-istanbul": "6.1.1",
"bootstrap": "^4.0.0",
Expand All @@ -154,7 +154,7 @@
"ini": "3.0.1",
"inquirer": "8.2.4",
"jasmine": "^4.0.0",
"jasmine-core": "~4.4.0",
"jasmine-core": "~4.5.0",
"jasmine-spec-reporter": "~7.0.0",
"jquery": "^3.3.1",
"jsonc-parser": "3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Expand Up @@ -22,7 +22,7 @@
"@discoveryjs/json-ext": "0.5.7",
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
"ansi-colors": "4.1.3",
"autoprefixer": "10.4.12",
"autoprefixer": "10.4.13",
"babel-loader": "9.0.0",
"babel-plugin-istanbul": "6.1.1",
"browserslist": "^4.9.1",
Expand Down
Expand Up @@ -20,6 +20,6 @@
"devDependencies": {
"@types/node": "^14.15.0",
"@types/jasmine": "~4.3.0",
"jasmine": "~4.4.0"
"jasmine": "~4.5.0"
}
}
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@types/jasmine": "~4.3.0",
"@types/node": "^14.15.0",
"jasmine-core": "~4.4.0",
"jasmine-core": "~4.5.0",
"jasmine-spec-reporter": "~7.0.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
Expand Down
24 changes: 23 additions & 1 deletion yarn.lock
Expand Up @@ -3148,6 +3148,18 @@ autoprefixer@10.4.12, autoprefixer@^10.4.12:
picocolors "^1.0.0"
postcss-value-parser "^4.2.0"

autoprefixer@10.4.13:
version "10.4.13"
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.13.tgz#b5136b59930209a321e9fa3dca2e7c4d223e83a8"
integrity sha512-49vKpMqcZYsJjwotvt4+h/BCjJVnhGwcLpDt5xkcaOG3eLrG/HUYLagrihYsQ+qrIBgIzX1Rw7a6L8I/ZA1Atg==
dependencies:
browserslist "^4.21.4"
caniuse-lite "^1.0.30001426"
fraction.js "^4.2.0"
normalize-range "^0.1.2"
picocolors "^1.0.0"
postcss-value-parser "^4.2.0"

aws-sign2@~0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8"
Expand Down Expand Up @@ -3628,6 +3640,11 @@ caniuse-lite@^1.0.30001400, caniuse-lite@^1.0.30001407:
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001423.tgz#57176d460aa8cd85ee1a72016b961eb9aca55d91"
integrity sha512-09iwWGOlifvE1XuHokFMP7eR38a0JnajoyL3/i87c8ZjRWRrdKo1fqjNfugfBD0UDBIOz0U+jtNhJ0EPm1VleQ==

caniuse-lite@^1.0.30001426:
version "1.0.30001426"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001426.tgz#58da20446ccd0cb1dfebd11d2350c907ee7c2eaa"
integrity sha512-n7cosrHLl8AWt0wwZw/PJZgUg3lV0gk9LMI7ikGJwhyhgsd2Nb65vKvmSexCqq/J7rbH3mFG6yZZiPR5dLPW5A==

caseless@~0.12.0:
version "0.12.0"
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
Expand Down Expand Up @@ -6660,7 +6677,7 @@ istanbul-reports@^3.0.2, istanbul-reports@^3.0.5:
html-escaper "^2.0.0"
istanbul-lib-report "^3.0.0"

jasmine-core@^4.1.0, jasmine-core@^4.4.0, jasmine-core@~4.4.0:
jasmine-core@^4.1.0, jasmine-core@^4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-4.4.0.tgz#848fe45c1839cacaf1f2429d400d1d4f85d2856a"
integrity sha512-+l482uImx5BVd6brJYlaHe2UwfKoZBqQfNp20ZmdNfsjGFTemGfqHLsXjKEW23w9R/m8WYeFc9JmIgjj6dUtAA==
Expand All @@ -6670,6 +6687,11 @@ jasmine-core@~2.8.0:
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-2.8.0.tgz#bcc979ae1f9fd05701e45e52e65d3a5d63f1a24e"
integrity sha512-SNkOkS+/jMZvLhuSx1fjhcNWUC/KG6oVyFUGkSBEr9n1axSNduWU8GlI7suaHXr4yxjet6KjrUZxUTE5WzzWwQ==

jasmine-core@~4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-4.5.0.tgz#1a6bd0bde3f60996164311c88a0995d67ceda7c3"
integrity sha512-9PMzyvhtocxb3aXJVOPqBDswdgyAeSB81QnLop4npOpbqnheaTEwPc9ZloQeVswugPManznQBjD8kWDTjlnHuw==

jasmine-reporters@~2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/jasmine-reporters/-/jasmine-reporters-2.5.0.tgz#f9e2e0f82aaa2e07e8d553be56457efe0fd8b39e"
Expand Down

0 comments on commit ceda5d6

Please sign in to comment.