Skip to content

Commit cdf78d4

Browse files
angular-robotalan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent c7ca612 commit cdf78d4

File tree

5 files changed

+93
-28
lines changed

5 files changed

+93
-28
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 = "79381b0975ba7d2d5653239e5bab12cf54d89b10217fe771b8edd95047a2e44b",
82-
strip_prefix = "bazel-lib-1.12.1",
83-
url = "https://github.com/aspect-build/bazel-lib/archive/v1.12.1.tar.gz",
81+
sha256 = "0154b46f350c7941919eaa30a4f2284a0128ac13c706901a5c768a829af49e11",
82+
strip_prefix = "bazel-lib-1.13.0",
83+
url = "https://github.com/aspect-build/bazel-lib/archive/v1.13.0.tar.gz",
8484
)
8585

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,11 @@
143143
"debug": "^4.1.1",
144144
"esbuild": "0.15.10",
145145
"esbuild-wasm": "0.15.10",
146-
"eslint": "8.24.0",
146+
"eslint": "8.25.0",
147147
"eslint-config-prettier": "8.5.0",
148148
"eslint-plugin-header": "3.1.1",
149149
"eslint-plugin-import": "2.26.0",
150-
"express": "4.18.1",
150+
"express": "4.18.2",
151151
"glob": "8.0.3",
152152
"http-proxy": "^1.18.1",
153153
"https-proxy-agent": "5.0.1",
@@ -170,7 +170,7 @@
170170
"license-checker": "^25.0.0",
171171
"license-webpack-plugin": "4.0.2",
172172
"loader-utils": "3.2.0",
173-
"magic-string": "0.26.6",
173+
"magic-string": "0.26.7",
174174
"mini-css-extract-plugin": "2.6.1",
175175
"minimatch": "5.1.0",
176176
"ng-packagr": "15.0.0-next.3",
@@ -201,7 +201,7 @@
201201
"semver": "7.3.8",
202202
"shelljs": "^0.8.5",
203203
"source-map": "0.7.4",
204-
"source-map-loader": "4.0.0",
204+
"source-map-loader": "4.0.1",
205205
"source-map-support": "0.5.21",
206206
"spdx-satisfies": "^5.0.0",
207207
"symbol-observable": "4.0.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"sass": "1.55.0",
5757
"sass-loader": "13.1.0",
5858
"semver": "7.3.8",
59-
"source-map-loader": "4.0.0",
59+
"source-map-loader": "4.0.1",
6060
"source-map-support": "0.5.21",
6161
"terser": "5.15.1",
6262
"text-table": "0.2.0",

packages/angular_devkit/schematics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
1717
"jsonc-parser": "3.2.0",
18-
"magic-string": "0.26.6",
18+
"magic-string": "0.26.7",
1919
"ora": "5.4.1",
2020
"rxjs": "6.6.7"
2121
}

yarn.lock

Lines changed: 84 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1642,10 +1642,10 @@
16421642
resolved "https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.15.9.tgz#b658a97babf1f40783354af7039b84c3fdfc3fc3"
16431643
integrity sha512-O+NfmkfRrb3uSsTa4jE3WApidSe3N5++fyOVGP1SmMZi4A3BZELkhUUvj5hwmMuNdlpzAZ8iAPz2vmcR7DCFQA==
16441644

1645-
"@eslint/eslintrc@^1.3.2":
1646-
version "1.3.2"
1647-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.2.tgz#58b69582f3b7271d8fa67fe5251767a5b38ea356"
1648-
integrity sha512-AXYd23w1S/bv3fTs3Lz0vjiYemS08jWkI3hYyS9I1ry+0f+Yjs1wm+sU0BS8qDOPrBIkp4qHYC16I8uVtpLajQ==
1645+
"@eslint/eslintrc@^1.3.3":
1646+
version "1.3.3"
1647+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.3.tgz#2b044ab39fdfa75b4688184f9e573ce3c5b0ff95"
1648+
integrity sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==
16491649
dependencies:
16501650
ajv "^6.12.4"
16511651
debug "^4.3.2"
@@ -1671,11 +1671,6 @@
16711671
debug "^4.1.1"
16721672
minimatch "^3.0.4"
16731673

1674-
"@humanwhocodes/gitignore-to-minimatch@^1.0.2":
1675-
version "1.0.2"
1676-
resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
1677-
integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
1678-
16791674
"@humanwhocodes/module-importer@^1.0.1":
16801675
version "1.0.1"
16811676
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
@@ -3514,6 +3509,24 @@ body-parser@1.20.0, body-parser@^1.19.0:
35143509
type-is "~1.6.18"
35153510
unpipe "1.0.0"
35163511

3512+
body-parser@1.20.1:
3513+
version "1.20.1"
3514+
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.1.tgz#b1812a8912c195cd371a3ee5e66faa2338a5c668"
3515+
integrity sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==
3516+
dependencies:
3517+
bytes "3.1.2"
3518+
content-type "~1.0.4"
3519+
debug "2.6.9"
3520+
depd "2.0.0"
3521+
destroy "1.2.0"
3522+
http-errors "2.0.0"
3523+
iconv-lite "0.4.24"
3524+
on-finished "2.4.1"
3525+
qs "6.11.0"
3526+
raw-body "2.5.1"
3527+
type-is "~1.6.18"
3528+
unpipe "1.0.0"
3529+
35173530
bonjour-service@^1.0.11:
35183531
version "1.0.14"
35193532
resolved "https://registry.yarnpkg.com/bonjour-service/-/bonjour-service-1.0.14.tgz#c346f5bc84e87802d08f8d5a60b93f758e514ee7"
@@ -5422,14 +5435,13 @@ eslint-visitor-keys@^3.3.0:
54225435
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
54235436
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
54245437

5425-
eslint@8.24.0:
5426-
version "8.24.0"
5427-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.24.0.tgz#489516c927a5da11b3979dbfb2679394523383c8"
5428-
integrity sha512-dWFaPhGhTAiPcCgm3f6LI2MBWbogMnTJzFBbhXVRQDJPkr9pGZvVjlVfXd+vyDcWPA2Ic9L2AXPIQM0+vk/cSQ==
5438+
eslint@8.25.0:
5439+
version "8.25.0"
5440+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.25.0.tgz#00eb962f50962165d0c4ee3327708315eaa8058b"
5441+
integrity sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==
54295442
dependencies:
5430-
"@eslint/eslintrc" "^1.3.2"
5443+
"@eslint/eslintrc" "^1.3.3"
54315444
"@humanwhocodes/config-array" "^0.10.5"
5432-
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
54335445
"@humanwhocodes/module-importer" "^1.0.1"
54345446
ajv "^6.10.0"
54355447
chalk "^4.0.0"
@@ -5610,6 +5622,43 @@ express@4.18.1, express@^4.17.3:
56105622
utils-merge "1.0.1"
56115623
vary "~1.1.2"
56125624

5625+
express@4.18.2:
5626+
version "4.18.2"
5627+
resolved "https://registry.yarnpkg.com/express/-/express-4.18.2.tgz#3fabe08296e930c796c19e3c516979386ba9fd59"
5628+
integrity sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==
5629+
dependencies:
5630+
accepts "~1.3.8"
5631+
array-flatten "1.1.1"
5632+
body-parser "1.20.1"
5633+
content-disposition "0.5.4"
5634+
content-type "~1.0.4"
5635+
cookie "0.5.0"
5636+
cookie-signature "1.0.6"
5637+
debug "2.6.9"
5638+
depd "2.0.0"
5639+
encodeurl "~1.0.2"
5640+
escape-html "~1.0.3"
5641+
etag "~1.8.1"
5642+
finalhandler "1.2.0"
5643+
fresh "0.5.2"
5644+
http-errors "2.0.0"
5645+
merge-descriptors "1.0.1"
5646+
methods "~1.1.2"
5647+
on-finished "2.4.1"
5648+
parseurl "~1.3.3"
5649+
path-to-regexp "0.1.7"
5650+
proxy-addr "~2.0.7"
5651+
qs "6.11.0"
5652+
range-parser "~1.2.1"
5653+
safe-buffer "5.2.1"
5654+
send "0.18.0"
5655+
serve-static "1.15.0"
5656+
setprototypeof "1.2.0"
5657+
statuses "2.0.1"
5658+
type-is "~1.6.18"
5659+
utils-merge "1.0.1"
5660+
vary "~1.1.2"
5661+
56135662
ext@^1.1.2:
56145663
version "1.7.0"
56155664
resolved "https://registry.yarnpkg.com/ext/-/ext-1.7.0.tgz#0ea4383c0103d60e70be99e9a7f11027a33c4f5f"
@@ -7656,10 +7705,10 @@ lunr-mutable-indexes@2.3.2:
76567705
resolved "https://registry.yarnpkg.com/lunr/-/lunr-2.3.9.tgz#18b123142832337dd6e964df1a5a7707b25d35e1"
76577706
integrity sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==
76587707

7659-
magic-string@0.26.6:
7660-
version "0.26.6"
7661-
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.26.6.tgz#b61e417c9f40b7b53bf7e73c0a803258e20d25ee"
7662-
integrity sha512-6d+3bFybzyQFJYSoRsl9ZC0wheze8M1LrQC7tNMRqXR4izUTDOLMd9BtSuExK9iAukFh+s5K0WAhc/dlQ+HKYA==
7708+
magic-string@0.26.7:
7709+
version "0.26.7"
7710+
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.26.7.tgz#caf7daf61b34e9982f8228c4527474dac8981d6f"
7711+
integrity sha512-hX9XH3ziStPoPhJxLq1syWuZMxbDvGNbVchfrdCtanC7D13888bMFow61x8axrx+GfHLtVeAx2kxL7tTGRl+Ow==
76637712
dependencies:
76647713
sourcemap-codec "^1.4.8"
76657714

@@ -9461,6 +9510,13 @@ qs@6.10.3:
94619510
dependencies:
94629511
side-channel "^1.0.4"
94639512

9513+
qs@6.11.0:
9514+
version "6.11.0"
9515+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz#fd0d963446f7a65e1367e01abd85429453f0c37a"
9516+
integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==
9517+
dependencies:
9518+
side-channel "^1.0.4"
9519+
94649520
qs@6.2.3:
94659521
version "6.2.3"
94669522
resolved "https://registry.yarnpkg.com/qs/-/qs-6.2.3.tgz#1cfcb25c10a9b2b483053ff39f5dfc9233908cfe"
@@ -10376,6 +10432,15 @@ source-map-loader@4.0.0:
1037610432
iconv-lite "^0.6.3"
1037710433
source-map-js "^1.0.2"
1037810434

10435+
source-map-loader@4.0.1:
10436+
version "4.0.1"
10437+
resolved "https://registry.yarnpkg.com/source-map-loader/-/source-map-loader-4.0.1.tgz#72f00d05f5d1f90f80974eda781cbd7107c125f2"
10438+
integrity sha512-oqXpzDIByKONVY8g1NUPOTQhe0UTU5bWUl32GSkqK2LjJj0HmwTMVKxcUip0RgAYhY1mqgOxjbQM48a0mmeNfA==
10439+
dependencies:
10440+
abab "^2.0.6"
10441+
iconv-lite "^0.6.3"
10442+
source-map-js "^1.0.2"
10443+
1037910444
source-map-resolve@^0.6.0:
1038010445
version "0.6.0"
1038110446
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.6.0.tgz#3d9df87e236b53f16d01e58150fc7711138e5ed2"

0 commit comments

Comments
 (0)