Skip to content

Commit ab58954

Browse files
angular-robotdgp1130
authored andcommitted
build: update all non-major dependencies
1 parent 4301867 commit ab58954

File tree

3 files changed

+86
-70
lines changed

3 files changed

+86
-70
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@
8282
"@angular/router": "15.0.0-rc.0",
8383
"@angular/service-worker": "15.0.0-rc.0",
8484
"@babel/core": "7.19.6",
85-
"@babel/generator": "7.20.0",
85+
"@babel/generator": "7.20.1",
8686
"@babel/helper-annotate-as-pure": "7.18.6",
87-
"@babel/plugin-proposal-async-generator-functions": "7.19.1",
87+
"@babel/plugin-proposal-async-generator-functions": "7.20.1",
8888
"@babel/plugin-transform-async-to-generator": "7.18.6",
8989
"@babel/plugin-transform-runtime": "7.19.6",
9090
"@babel/preset-env": "7.19.4",
91-
"@babel/runtime": "7.20.0",
91+
"@babel/runtime": "7.20.1",
9292
"@babel/template": "7.18.10",
9393
"@bazel/bazelisk": "1.12.1",
9494
"@bazel/buildifier": "5.1.0",
@@ -122,14 +122,14 @@
122122
"@types/yargs": "^17.0.8",
123123
"@types/yargs-parser": "^21.0.0",
124124
"@types/yarnpkg__lockfile": "^1.1.5",
125-
"@typescript-eslint/eslint-plugin": "5.41.0",
126-
"@typescript-eslint/parser": "5.41.0",
125+
"@typescript-eslint/eslint-plugin": "5.42.0",
126+
"@typescript-eslint/parser": "5.42.0",
127127
"@yarnpkg/lockfile": "1.1.0",
128128
"ajv": "8.11.0",
129129
"ajv-formats": "2.1.1",
130130
"ansi-colors": "4.1.3",
131131
"autoprefixer": "10.4.13",
132-
"babel-loader": "9.0.0",
132+
"babel-loader": "9.0.1",
133133
"babel-plugin-istanbul": "6.1.1",
134134
"bootstrap": "^4.0.0",
135135
"browserslist": "^4.9.1",

packages/angular_devkit/build_angular/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111
"@angular-devkit/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
1212
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
1313
"@babel/core": "7.19.6",
14-
"@babel/generator": "7.20.0",
14+
"@babel/generator": "7.20.1",
1515
"@babel/helper-annotate-as-pure": "7.18.6",
16-
"@babel/plugin-proposal-async-generator-functions": "7.19.1",
16+
"@babel/plugin-proposal-async-generator-functions": "7.20.1",
1717
"@babel/plugin-transform-async-to-generator": "7.18.6",
1818
"@babel/plugin-transform-runtime": "7.19.6",
1919
"@babel/preset-env": "7.19.4",
20-
"@babel/runtime": "7.20.0",
20+
"@babel/runtime": "7.20.1",
2121
"@babel/template": "7.18.10",
2222
"@discoveryjs/json-ext": "0.5.7",
2323
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
2424
"ansi-colors": "4.1.3",
2525
"autoprefixer": "10.4.13",
26-
"babel-loader": "9.0.0",
26+
"babel-loader": "9.0.1",
2727
"babel-plugin-istanbul": "6.1.1",
2828
"browserslist": "^4.9.1",
2929
"cacache": "17.0.1",

yarn.lock

Lines changed: 76 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -368,10 +368,10 @@
368368
"@jridgewell/gen-mapping" "^0.3.2"
369369
jsesc "^2.5.1"
370370

371-
"@babel/generator@7.20.0":
372-
version "7.20.0"
373-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.0.tgz#0bfc5379e0efb05ca6092091261fcdf7ec36249d"
374-
integrity sha512-GUPcXxWibClgmYJuIwC2Bc2Lg+8b9VjaJ+HlNdACEVt+Wlr1eoU1OPZjZRm7Hzl0gaTsUZNQfeihvZJhG7oc3w==
371+
"@babel/generator@7.20.1":
372+
version "7.20.1"
373+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.1.tgz#ef32ecd426222624cbd94871a7024639cf61a9fa"
374+
integrity sha512-u1dMdBUmA7Z0rBB97xh8pIhviK7oItYOkjbsCxTWMknyvbQRBwX7/gn4JXurRdirWMFh+ZtYARqkA6ydogVZpg==
375375
dependencies:
376376
"@babel/types" "^7.20.0"
377377
"@jridgewell/gen-mapping" "^0.3.2"
@@ -627,6 +627,16 @@
627627
"@babel/helper-remap-async-to-generator" "^7.18.9"
628628
"@babel/plugin-syntax-async-generators" "^7.8.4"
629629

630+
"@babel/plugin-proposal-async-generator-functions@7.20.1":
631+
version "7.20.1"
632+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.1.tgz#352f02baa5d69f4e7529bdac39aaa02d41146af9"
633+
integrity sha512-Gh5rchzSwE4kC+o/6T8waD0WHEQIsDmjltY8WnWRXHUdH8axZhuH86Ov9M72YhJfDrZseQwuuWaaIT/TmePp3g==
634+
dependencies:
635+
"@babel/helper-environment-visitor" "^7.18.9"
636+
"@babel/helper-plugin-utils" "^7.19.0"
637+
"@babel/helper-remap-async-to-generator" "^7.18.9"
638+
"@babel/plugin-syntax-async-generators" "^7.8.4"
639+
630640
"@babel/plugin-proposal-class-properties@^7.18.6":
631641
version "7.18.6"
632642
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3"
@@ -1224,10 +1234,10 @@
12241234
dependencies:
12251235
regenerator-runtime "^0.13.4"
12261236

1227-
"@babel/runtime@7.20.0":
1228-
version "7.20.0"
1229-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.0.tgz#824a9ef325ffde6f78056059db3168c08785e24a"
1230-
integrity sha512-NDYdls71fTXoU8TZHfbBWg7DiZfNzClcKui/+kyi6ppD2L1qnWW3VV6CjtaBXSUGGhiTWJ6ereOIkUvenif66Q==
1237+
"@babel/runtime@7.20.1":
1238+
version "7.20.1"
1239+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.1.tgz#1148bb33ab252b165a06698fde7576092a78b4a9"
1240+
integrity sha512-mrzLkl6U9YLF8qpqI7TB82PESyEGjm/0Ly91jG575eVxMMlb8fYfOXFZIJ8XfLrJZQbm7dlKry2bJmXBUEkdFg==
12311241
dependencies:
12321242
regenerator-runtime "^0.13.10"
12331243

@@ -2517,86 +2527,87 @@
25172527
dependencies:
25182528
"@types/node" "*"
25192529

2520-
"@typescript-eslint/eslint-plugin@5.41.0":
2521-
version "5.41.0"
2522-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.41.0.tgz#f8eeb1c6bb2549f795f3ba71aec3b38d1ab6b1e1"
2523-
integrity sha512-DXUS22Y57/LAFSg3x7Vi6RNAuLpTXwxB9S2nIA7msBb/Zt8p7XqMwdpdc1IU7CkOQUPgAqR5fWvxuKCbneKGmA==
2530+
"@typescript-eslint/eslint-plugin@5.42.0":
2531+
version "5.42.0"
2532+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.42.0.tgz#36a8c0c379870127059889a9cc7e05c260d2aaa5"
2533+
integrity sha512-5TJh2AgL6+wpL8H/GTSjNb4WrjKoR2rqvFxR/DDTqYNk6uXn8BJMEcncLSpMbf/XV1aS0jAjYwn98uvVCiAywQ==
25242534
dependencies:
2525-
"@typescript-eslint/scope-manager" "5.41.0"
2526-
"@typescript-eslint/type-utils" "5.41.0"
2527-
"@typescript-eslint/utils" "5.41.0"
2535+
"@typescript-eslint/scope-manager" "5.42.0"
2536+
"@typescript-eslint/type-utils" "5.42.0"
2537+
"@typescript-eslint/utils" "5.42.0"
25282538
debug "^4.3.4"
25292539
ignore "^5.2.0"
2540+
natural-compare-lite "^1.4.0"
25302541
regexpp "^3.2.0"
25312542
semver "^7.3.7"
25322543
tsutils "^3.21.0"
25332544

2534-
"@typescript-eslint/parser@5.41.0":
2535-
version "5.41.0"
2536-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.41.0.tgz#0414a6405007e463dc527b459af1f19430382d67"
2537-
integrity sha512-HQVfix4+RL5YRWZboMD1pUfFN8MpRH4laziWkkAzyO1fvNOY/uinZcvo3QiFJVS/siNHupV8E5+xSwQZrl6PZA==
2545+
"@typescript-eslint/parser@5.42.0":
2546+
version "5.42.0"
2547+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.42.0.tgz#be0ffbe279e1320e3d15e2ef0ad19262f59e9240"
2548+
integrity sha512-Ixh9qrOTDRctFg3yIwrLkgf33AHyEIn6lhyf5cCfwwiGtkWhNpVKlEZApi3inGQR/barWnY7qY8FbGKBO7p3JA==
25382549
dependencies:
2539-
"@typescript-eslint/scope-manager" "5.41.0"
2540-
"@typescript-eslint/types" "5.41.0"
2541-
"@typescript-eslint/typescript-estree" "5.41.0"
2550+
"@typescript-eslint/scope-manager" "5.42.0"
2551+
"@typescript-eslint/types" "5.42.0"
2552+
"@typescript-eslint/typescript-estree" "5.42.0"
25422553
debug "^4.3.4"
25432554

2544-
"@typescript-eslint/scope-manager@5.41.0":
2545-
version "5.41.0"
2546-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.41.0.tgz#28e3a41d626288d0628be14cf9de8d49fc30fadf"
2547-
integrity sha512-xOxPJCnuktUkY2xoEZBKXO5DBCugFzjrVndKdUnyQr3+9aDWZReKq9MhaoVnbL+maVwWJu/N0SEtrtEUNb62QQ==
2555+
"@typescript-eslint/scope-manager@5.42.0":
2556+
version "5.42.0"
2557+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.42.0.tgz#e1f2bb26d3b2a508421ee2e3ceea5396b192f5ef"
2558+
integrity sha512-l5/3IBHLH0Bv04y+H+zlcLiEMEMjWGaCX6WyHE5Uk2YkSGAMlgdUPsT/ywTSKgu9D1dmmKMYgYZijObfA39Wow==
25482559
dependencies:
2549-
"@typescript-eslint/types" "5.41.0"
2550-
"@typescript-eslint/visitor-keys" "5.41.0"
2560+
"@typescript-eslint/types" "5.42.0"
2561+
"@typescript-eslint/visitor-keys" "5.42.0"
25512562

2552-
"@typescript-eslint/type-utils@5.41.0":
2553-
version "5.41.0"
2554-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.41.0.tgz#2371601171e9f26a4e6da918a7913f7266890cdf"
2555-
integrity sha512-L30HNvIG6A1Q0R58e4hu4h+fZqaO909UcnnPbwKiN6Rc3BUEx6ez2wgN7aC0cBfcAjZfwkzE+E2PQQ9nEuoqfA==
2563+
"@typescript-eslint/type-utils@5.42.0":
2564+
version "5.42.0"
2565+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.42.0.tgz#4206d7192d4fe903ddf99d09b41d4ac31b0b7dca"
2566+
integrity sha512-HW14TXC45dFVZxnVW8rnUGnvYyRC0E/vxXShFCthcC9VhVTmjqOmtqj6H5rm9Zxv+ORxKA/1aLGD7vmlLsdlOg==
25562567
dependencies:
2557-
"@typescript-eslint/typescript-estree" "5.41.0"
2558-
"@typescript-eslint/utils" "5.41.0"
2568+
"@typescript-eslint/typescript-estree" "5.42.0"
2569+
"@typescript-eslint/utils" "5.42.0"
25592570
debug "^4.3.4"
25602571
tsutils "^3.21.0"
25612572

2562-
"@typescript-eslint/types@5.41.0":
2563-
version "5.41.0"
2564-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.41.0.tgz#6800abebc4e6abaf24cdf220fb4ce28f4ab09a85"
2565-
integrity sha512-5BejraMXMC+2UjefDvrH0Fo/eLwZRV6859SXRg+FgbhA0R0l6lDqDGAQYhKbXhPN2ofk2kY5sgGyLNL907UXpA==
2573+
"@typescript-eslint/types@5.42.0":
2574+
version "5.42.0"
2575+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.42.0.tgz#5aeff9b5eced48f27d5b8139339bf1ef805bad7a"
2576+
integrity sha512-t4lzO9ZOAUcHY6bXQYRuu+3SSYdD9TS8ooApZft4WARt4/f2Cj/YpvbTe8A4GuhT4bNW72goDMOy7SW71mZwGw==
25662577

2567-
"@typescript-eslint/typescript-estree@5.41.0":
2568-
version "5.41.0"
2569-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.41.0.tgz#bf5c6b3138adbdc73ba4871d060ae12c59366c61"
2570-
integrity sha512-SlzFYRwFSvswzDSQ/zPkIWcHv8O5y42YUskko9c4ki+fV6HATsTODUPbRbcGDFYP86gaJL5xohUEytvyNNcXWg==
2578+
"@typescript-eslint/typescript-estree@5.42.0":
2579+
version "5.42.0"
2580+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.42.0.tgz#2592d24bb5f89bf54a63384ff3494870f95b3fd8"
2581+
integrity sha512-2O3vSq794x3kZGtV7i4SCWZWCwjEtkWfVqX4m5fbUBomOsEOyd6OAD1qU2lbvV5S8tgy/luJnOYluNyYVeOTTg==
25712582
dependencies:
2572-
"@typescript-eslint/types" "5.41.0"
2573-
"@typescript-eslint/visitor-keys" "5.41.0"
2583+
"@typescript-eslint/types" "5.42.0"
2584+
"@typescript-eslint/visitor-keys" "5.42.0"
25742585
debug "^4.3.4"
25752586
globby "^11.1.0"
25762587
is-glob "^4.0.3"
25772588
semver "^7.3.7"
25782589
tsutils "^3.21.0"
25792590

2580-
"@typescript-eslint/utils@5.41.0":
2581-
version "5.41.0"
2582-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.41.0.tgz#f41ae5883994a249d00b2ce69f4188f3a23fa0f9"
2583-
integrity sha512-QlvfwaN9jaMga9EBazQ+5DDx/4sAdqDkcs05AsQHMaopluVCUyu1bTRUVKzXbgjDlrRAQrYVoi/sXJ9fmG+KLQ==
2591+
"@typescript-eslint/utils@5.42.0":
2592+
version "5.42.0"
2593+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.42.0.tgz#f06bd43b9a9a06ed8f29600273240e84a53f2f15"
2594+
integrity sha512-JZ++3+h1vbeG1NUECXQZE3hg0kias9kOtcQr3+JVQ3whnjvKuMyktJAAIj6743OeNPnGBmjj7KEmiDL7qsdnCQ==
25842595
dependencies:
25852596
"@types/json-schema" "^7.0.9"
25862597
"@types/semver" "^7.3.12"
2587-
"@typescript-eslint/scope-manager" "5.41.0"
2588-
"@typescript-eslint/types" "5.41.0"
2589-
"@typescript-eslint/typescript-estree" "5.41.0"
2598+
"@typescript-eslint/scope-manager" "5.42.0"
2599+
"@typescript-eslint/types" "5.42.0"
2600+
"@typescript-eslint/typescript-estree" "5.42.0"
25902601
eslint-scope "^5.1.1"
25912602
eslint-utils "^3.0.0"
25922603
semver "^7.3.7"
25932604

2594-
"@typescript-eslint/visitor-keys@5.41.0":
2595-
version "5.41.0"
2596-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.41.0.tgz#d3510712bc07d5540160ed3c0f8f213b73e3bcd9"
2597-
integrity sha512-vilqeHj267v8uzzakbm13HkPMl7cbYpKVjgFWZPIOHIJHZtinvypUhJ5xBXfWYg4eFKqztbMMpOgFpT9Gfx4fw==
2605+
"@typescript-eslint/visitor-keys@5.42.0":
2606+
version "5.42.0"
2607+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.42.0.tgz#ee8d62d486f41cfe646632fab790fbf0c1db5bb0"
2608+
integrity sha512-QHbu5Hf/2lOEOwy+IUw0GoSCuAzByTAWWrOTKzTzsotiUnWFpuKnXcAhC9YztAf2EElQ0VvIK+pHJUPkM0q7jg==
25982609
dependencies:
2599-
"@typescript-eslint/types" "5.41.0"
2610+
"@typescript-eslint/types" "5.42.0"
26002611
eslint-visitor-keys "^3.3.0"
26012612

26022613
"@verdaccio/commons-api@10.2.0":
@@ -3187,10 +3198,10 @@ babel-loader@8.2.5:
31873198
make-dir "^3.1.0"
31883199
schema-utils "^2.6.5"
31893200

3190-
babel-loader@9.0.0:
3191-
version "9.0.0"
3192-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.0.0.tgz#b90f48b49f5360e4678733755d1413e16cfee48e"
3193-
integrity sha512-qVGQb0PNw/B1sGhPf0/KKsHZAPfa2Bk+JbjkW7yGjAHZyvjAULXYq0et0+/+7DL/rGYU+y8UoGPzA32NP29pVQ==
3201+
babel-loader@9.0.1:
3202+
version "9.0.1"
3203+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.0.1.tgz#d473f30a6ffc2f2abca610c01775c40fc5c2a970"
3204+
integrity sha512-szYjslOXFlj/po5KfrVmiuBAcI6GVHFuAgC96Qd6mMPHdwl4lmAJkYtvjQ1RxxPjgdkKjd3LQgXDE4jxEutNuw==
31943205
dependencies:
31953206
find-cache-dir "^3.3.2"
31963207
schema-utils "^4.0.0"
@@ -7811,6 +7822,11 @@ nanoid@^3.3.4:
78117822
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
78127823
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
78137824

7825+
natural-compare-lite@^1.4.0:
7826+
version "1.4.0"
7827+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
7828+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
7829+
78147830
natural-compare@^1.4.0:
78157831
version "1.4.0"
78167832
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

0 commit comments

Comments
 (0)