Skip to content

Commit 89b86f3

Browse files
angular-robotalan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent 2f02c30 commit 89b86f3

File tree

4 files changed

+93
-18
lines changed

4 files changed

+93
-18
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ yarn_install(
7878

7979
http_archive(
8080
name = "aspect_bazel_lib",
81-
sha256 = "229a6d65b8b30af0dcaeb77c723b568ef7a2e4ad54dd65168a16992b6b6fe4c7",
82-
strip_prefix = "bazel-lib-1.12.0",
83-
url = "https://github.com/aspect-build/bazel-lib/archive/v1.12.0.tar.gz",
81+
sha256 = "79381b0975ba7d2d5653239e5bab12cf54d89b10217fe771b8edd95047a2e44b",
82+
strip_prefix = "bazel-lib-1.12.1",
83+
url = "https://github.com/aspect-build/bazel-lib/archive/v1.12.1.tar.gz",
8484
)
8585

8686
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "register_jq_toolchains")

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@
8181
"@angular/platform-server": "15.0.0-next.3",
8282
"@angular/router": "15.0.0-next.3",
8383
"@angular/service-worker": "15.0.0-next.3",
84-
"@babel/core": "7.19.1",
85-
"@babel/generator": "7.19.0",
84+
"@babel/core": "7.19.3",
85+
"@babel/generator": "7.19.3",
8686
"@babel/helper-annotate-as-pure": "7.18.6",
8787
"@babel/plugin-proposal-async-generator-functions": "7.19.1",
8888
"@babel/plugin-transform-async-to-generator": "7.18.6",
8989
"@babel/plugin-transform-runtime": "7.19.1",
90-
"@babel/preset-env": "7.19.1",
90+
"@babel/preset-env": "7.19.3",
9191
"@babel/runtime": "7.19.0",
9292
"@babel/template": "7.18.10",
9393
"@bazel/bazelisk": "1.12.1",

packages/angular_devkit/build_angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
1111
"@angular-devkit/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
1212
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
13-
"@babel/core": "7.19.1",
14-
"@babel/generator": "7.19.0",
13+
"@babel/core": "7.19.3",
14+
"@babel/generator": "7.19.3",
1515
"@babel/helper-annotate-as-pure": "7.18.6",
1616
"@babel/plugin-proposal-async-generator-functions": "7.19.1",
1717
"@babel/plugin-transform-async-to-generator": "7.18.6",
1818
"@babel/plugin-transform-runtime": "7.19.1",
19-
"@babel/preset-env": "7.19.1",
19+
"@babel/preset-env": "7.19.3",
2020
"@babel/runtime": "7.19.0",
2121
"@babel/template": "7.18.10",
2222
"@discoveryjs/json-ext": "0.5.7",

yarn.lock

Lines changed: 84 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,11 @@
303303
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.1.tgz#72d647b4ff6a4f82878d184613353af1dd0290f9"
304304
integrity sha512-72a9ghR0gnESIa7jBN53U32FOVCEoztyIlKaNoU05zRhEecduGK9L9c3ww7Mp06JiR+0ls0GBPFJQwwtjn9ksg==
305305

306+
"@babel/compat-data@^7.19.3":
307+
version "7.19.3"
308+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.3.tgz#707b939793f867f5a73b2666e6d9a3396eb03151"
309+
integrity sha512-prBHMK4JYYK+wDjJF1q99KK4JLL+egWS4nmNqdlMUgCExMZ+iZW0hGhyC3VEbsPjvaN0TBhW//VIFwBrk8sEiw==
310+
306311
"@babel/core@7.18.9":
307312
version "7.18.9"
308313
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.9.tgz#805461f967c77ff46c74ca0460ccf4fe933ddd59"
@@ -345,7 +350,28 @@
345350
json5 "^2.2.1"
346351
semver "^6.3.0"
347352

348-
"@babel/core@7.19.1", "@babel/core@^7.12.3", "@babel/core@^7.16.0", "@babel/core@^7.17.2":
353+
"@babel/core@7.19.3":
354+
version "7.19.3"
355+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.3.tgz#2519f62a51458f43b682d61583c3810e7dcee64c"
356+
integrity sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ==
357+
dependencies:
358+
"@ampproject/remapping" "^2.1.0"
359+
"@babel/code-frame" "^7.18.6"
360+
"@babel/generator" "^7.19.3"
361+
"@babel/helper-compilation-targets" "^7.19.3"
362+
"@babel/helper-module-transforms" "^7.19.0"
363+
"@babel/helpers" "^7.19.0"
364+
"@babel/parser" "^7.19.3"
365+
"@babel/template" "^7.18.10"
366+
"@babel/traverse" "^7.19.3"
367+
"@babel/types" "^7.19.3"
368+
convert-source-map "^1.7.0"
369+
debug "^4.1.0"
370+
gensync "^1.0.0-beta.2"
371+
json5 "^2.2.1"
372+
semver "^6.3.0"
373+
374+
"@babel/core@^7.12.3", "@babel/core@^7.16.0", "@babel/core@^7.17.2":
349375
version "7.19.1"
350376
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.1.tgz#c8fa615c5e88e272564ace3d42fbc8b17bfeb22b"
351377
integrity sha512-1H8VgqXme4UXCRv7/Wa1bq7RVymKOzC7znjyFM8KiEzwFqcKUKYNoQef4GhdklgNvoBXyW4gYhuBNCM5o1zImw==
@@ -375,6 +401,15 @@
375401
"@jridgewell/gen-mapping" "^0.3.2"
376402
jsesc "^2.5.1"
377403

404+
"@babel/generator@7.19.3", "@babel/generator@^7.19.3":
405+
version "7.19.3"
406+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.3.tgz#d7f4d1300485b4547cb6f94b27d10d237b42bf59"
407+
integrity sha512-fqVZnmp1ncvZU757UzDheKZpfPgatqY59XtW2/j/18H7u76akb8xqvjw82f+i2UKd/ksYsSick/BCLQUUtJ/qQ==
408+
dependencies:
409+
"@babel/types" "^7.19.3"
410+
"@jridgewell/gen-mapping" "^0.3.2"
411+
jsesc "^2.5.1"
412+
378413
"@babel/helper-annotate-as-pure@7.18.6", "@babel/helper-annotate-as-pure@^7.18.6":
379414
version "7.18.6"
380415
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -400,6 +435,16 @@
400435
browserslist "^4.21.3"
401436
semver "^6.3.0"
402437

438+
"@babel/helper-compilation-targets@^7.19.3":
439+
version "7.19.3"
440+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz#a10a04588125675d7c7ae299af86fa1b2ee038ca"
441+
integrity sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg==
442+
dependencies:
443+
"@babel/compat-data" "^7.19.3"
444+
"@babel/helper-validator-option" "^7.18.6"
445+
browserslist "^4.21.3"
446+
semver "^6.3.0"
447+
403448
"@babel/helper-create-class-features-plugin@^7.18.6":
404449
version "7.19.0"
405450
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.19.0.tgz#bfd6904620df4e46470bae4850d66be1054c404b"
@@ -547,7 +592,7 @@
547592
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
548593
integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
549594

550-
"@babel/helper-validator-identifier@^7.18.6":
595+
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
551596
version "7.19.1"
552597
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
553598
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
@@ -590,6 +635,11 @@
590635
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.1.tgz#6f6d6c2e621aad19a92544cc217ed13f1aac5b4c"
591636
integrity sha512-h7RCSorm1DdTVGJf3P2Mhj3kdnkmF/EiysUkzS2TdgAYqyjFdMQJbVuXOBej2SBJaXan/lIVtT6KkGbyyq753A==
592637

638+
"@babel/parser@^7.19.3":
639+
version "7.19.3"
640+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.3.tgz#8dd36d17c53ff347f9e55c328710321b49479a9a"
641+
integrity sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ==
642+
593643
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
594644
version "7.18.6"
595645
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
@@ -1208,13 +1258,13 @@
12081258
core-js-compat "^3.22.1"
12091259
semver "^6.3.0"
12101260

1211-
"@babel/preset-env@7.19.1":
1212-
version "7.19.1"
1213-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.1.tgz#9f04c916f9c0205a48ebe5cc1be7768eb1983f67"
1214-
integrity sha512-c8B2c6D16Lp+Nt6HcD+nHl0VbPKVnNPTpszahuxJJnurfMtKeZ80A+qUv48Y7wqvS+dTFuLuaM9oYxyNHbCLWA==
1261+
"@babel/preset-env@7.19.3":
1262+
version "7.19.3"
1263+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.3.tgz#52cd19abaecb3f176a4ff9cc5e15b7bf06bec754"
1264+
integrity sha512-ziye1OTc9dGFOAXSWKUqQblYHNlBOaDl8wzqf2iKXJAltYiR3hKHUKmkt+S9PppW7RQpq4fFCrwwpIDj/f5P4w==
12151265
dependencies:
1216-
"@babel/compat-data" "^7.19.1"
1217-
"@babel/helper-compilation-targets" "^7.19.1"
1266+
"@babel/compat-data" "^7.19.3"
1267+
"@babel/helper-compilation-targets" "^7.19.3"
12181268
"@babel/helper-plugin-utils" "^7.19.0"
12191269
"@babel/helper-validator-option" "^7.18.6"
12201270
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6"
@@ -1282,7 +1332,7 @@
12821332
"@babel/plugin-transform-unicode-escapes" "^7.18.10"
12831333
"@babel/plugin-transform-unicode-regex" "^7.18.6"
12841334
"@babel/preset-modules" "^0.1.5"
1285-
"@babel/types" "^7.19.0"
1335+
"@babel/types" "^7.19.3"
12861336
babel-plugin-polyfill-corejs2 "^0.3.3"
12871337
babel-plugin-polyfill-corejs3 "^0.6.0"
12881338
babel-plugin-polyfill-regenerator "^0.4.1"
@@ -1332,6 +1382,22 @@
13321382
debug "^4.1.0"
13331383
globals "^11.1.0"
13341384

1385+
"@babel/traverse@^7.19.3":
1386+
version "7.19.3"
1387+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.3.tgz#3a3c5348d4988ba60884e8494b0592b2f15a04b4"
1388+
integrity sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==
1389+
dependencies:
1390+
"@babel/code-frame" "^7.18.6"
1391+
"@babel/generator" "^7.19.3"
1392+
"@babel/helper-environment-visitor" "^7.18.9"
1393+
"@babel/helper-function-name" "^7.19.0"
1394+
"@babel/helper-hoist-variables" "^7.18.6"
1395+
"@babel/helper-split-export-declaration" "^7.18.6"
1396+
"@babel/parser" "^7.19.3"
1397+
"@babel/types" "^7.19.3"
1398+
debug "^4.1.0"
1399+
globals "^11.1.0"
1400+
13351401
"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4":
13361402
version "7.19.0"
13371403
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.0.tgz#75f21d73d73dc0351f3368d28db73465f4814600"
@@ -1341,6 +1407,15 @@
13411407
"@babel/helper-validator-identifier" "^7.18.6"
13421408
to-fast-properties "^2.0.0"
13431409

1410+
"@babel/types@^7.19.3":
1411+
version "7.19.3"
1412+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.3.tgz#fc420e6bbe54880bce6779ffaf315f5e43ec9624"
1413+
integrity sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw==
1414+
dependencies:
1415+
"@babel/helper-string-parser" "^7.18.10"
1416+
"@babel/helper-validator-identifier" "^7.19.1"
1417+
to-fast-properties "^2.0.0"
1418+
13441419
"@bazel/bazelisk@1.12.1":
13451420
version "1.12.1"
13461421
resolved "https://registry.yarnpkg.com/@bazel/bazelisk/-/bazelisk-1.12.1.tgz#346531286564aa29eee03a62362d210f3433e7bf"

0 commit comments

Comments
 (0)