Skip to content

Commit 4cc35f3

Browse files
angular-robotangular-robot[bot]
authored andcommitted
build: update all non-major dependencies
(cherry picked from commit 17112a3)
1 parent e17dc92 commit 4cc35f3

File tree

4 files changed

+117
-35
lines changed

4 files changed

+117
-35
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"@babel/runtime": "7.21.0",
9292
"@babel/template": "7.20.7",
9393
"@bazel/bazelisk": "1.12.1",
94-
"@bazel/buildifier": "6.1.0",
94+
"@bazel/buildifier": "6.1.2",
9595
"@bazel/concatjs": "5.8.1",
9696
"@bazel/jasmine": "5.8.1",
9797
"@discoveryjs/json-ext": "0.5.7",
@@ -135,7 +135,7 @@
135135
"bootstrap": "^4.0.0",
136136
"browserslist": "4.21.5",
137137
"buffer": "6.0.3",
138-
"cacache": "17.0.5",
138+
"cacache": "17.0.6",
139139
"chokidar": "3.5.3",
140140
"copy-webpack-plugin": "11.0.0",
141141
"critters": "0.0.16",
@@ -179,7 +179,7 @@
179179
"npm-package-arg": "10.1.0",
180180
"open": "8.4.2",
181181
"ora": "5.4.1",
182-
"pacote": "15.1.2",
182+
"pacote": "15.1.3",
183183
"parse5-html-rewriting-stream": "7.0.0",
184184
"pidtree": "^0.6.0",
185185
"pidusage": "^3.0.0",
@@ -218,7 +218,7 @@
218218
"webpack-dev-server": "4.13.2",
219219
"webpack-merge": "5.8.0",
220220
"webpack-subresource-integrity": "5.1.0",
221-
"yargs": "17.7.1",
221+
"yargs": "17.7.2",
222222
"yargs-parser": "21.1.1",
223223
"zone.js": "^0.13.0"
224224
}

packages/angular/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
"npm-pick-manifest": "8.0.1",
3636
"open": "8.4.2",
3737
"ora": "5.4.1",
38-
"pacote": "15.1.2",
38+
"pacote": "15.1.3",
3939
"resolve": "1.22.2",
4040
"semver": "7.4.0",
4141
"symbol-observable": "4.0.0",
42-
"yargs": "17.7.1"
42+
"yargs": "17.7.2"
4343
},
4444
"ng-update": {
4545
"migrations": "@schematics/angular/migrations/migration-collection.json",

packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"babel-loader": "9.1.2",
2929
"babel-plugin-istanbul": "6.1.1",
3030
"browserslist": "4.21.5",
31-
"cacache": "17.0.5",
31+
"cacache": "17.0.6",
3232
"chokidar": "3.5.3",
3333
"copy-webpack-plugin": "11.0.0",
3434
"critters": "0.0.16",

yarn.lock

+110-28
Original file line numberDiff line numberDiff line change
@@ -1403,6 +1403,11 @@
14031403
resolved "https://registry.yarnpkg.com/@bazel/buildifier/-/buildifier-6.1.0.tgz#0c0e395c8881040d42e7e28b700a3e64becdc31a"
14041404
integrity sha512-LBfdMpGe9tmDJ6jOMaFWtrnKpNqKfUxIp1P+O3E2rb/jmSrP2ZTO9JRXqlghVhDy3fMDUkUVKkIZy9KAAfZJnQ==
14051405

1406+
"@bazel/buildifier@6.1.2":
1407+
version "6.1.2"
1408+
resolved "https://registry.yarnpkg.com/@bazel/buildifier/-/buildifier-6.1.2.tgz#c151df52d2537937911f8f7802f96611d63a90b7"
1409+
integrity sha512-psKePmRkP6acwyePOhXP67R/wdwN7BGJxHqp1j5myaO24feMsaXyyiO+oW49x8YAwOpKVSCujVzkTwX2auAc0A==
1410+
14061411
"@bazel/concatjs@5.8.1":
14071412
version "5.8.1"
14081413
resolved "https://registry.yarnpkg.com/@bazel/concatjs/-/concatjs-5.8.1.tgz#dd20882429e382cae79c08cbd3238dfc680d2d67"
@@ -2955,6 +2960,11 @@
29552960
read-package-json-fast "^3.0.0"
29562961
which "^3.0.0"
29572962

2963+
"@pkgjs/parseargs@^0.11.0":
2964+
version "0.11.0"
2965+
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
2966+
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
2967+
29582968
"@protobufjs/aspromise@^1.1.1", "@protobufjs/aspromise@^1.1.2":
29592969
version "1.1.2"
29602970
resolved "https://registry.yarnpkg.com/@protobufjs/aspromise/-/aspromise-1.1.2.tgz#9b8b0cc663d669a7d8f6f5d0893a14d348f30fbf"
@@ -4931,16 +4941,16 @@ cacache@17.0.4:
49314941
tar "^6.1.11"
49324942
unique-filename "^3.0.0"
49334943

4934-
cacache@17.0.5, cacache@^17.0.0:
4935-
version "17.0.5"
4936-
resolved "https://registry.yarnpkg.com/cacache/-/cacache-17.0.5.tgz#6dbec26c11f1f6a2b558bc11ed3316577c339ebc"
4937-
integrity sha512-Y/PRQevNSsjAPWykl9aeGz8Pr+OI6BYM9fYDNMvOkuUiG9IhG4LEmaYrZZZvioMUEQ+cBCxT0v8wrnCURccyKA==
4944+
cacache@17.0.6:
4945+
version "17.0.6"
4946+
resolved "https://registry.yarnpkg.com/cacache/-/cacache-17.0.6.tgz#faf9739a067e6dcfd31316df82fdf7e1ec460373"
4947+
integrity sha512-ixcYmEBExFa/+ajIPjcwypxL97CjJyOsH9A/W+4qgEPIpJvKlC+HmVY8nkIck6n3PwUTdgq9c489niJGwl+5Cw==
49384948
dependencies:
49394949
"@npmcli/fs" "^3.1.0"
49404950
fs-minipass "^3.0.0"
4941-
glob "^9.3.1"
4951+
glob "^10.2.2"
49424952
lru-cache "^7.7.1"
4943-
minipass "^4.0.0"
4953+
minipass "^5.0.0"
49444954
minipass-collect "^1.0.2"
49454955
minipass-flush "^1.0.5"
49464956
minipass-pipeline "^1.2.4"
@@ -4974,6 +4984,25 @@ cacache@^16.0.0, cacache@^16.1.0, cacache@^16.1.3:
49744984
tar "^6.1.11"
49754985
unique-filename "^2.0.0"
49764986

4987+
cacache@^17.0.0:
4988+
version "17.0.5"
4989+
resolved "https://registry.yarnpkg.com/cacache/-/cacache-17.0.5.tgz#6dbec26c11f1f6a2b558bc11ed3316577c339ebc"
4990+
integrity sha512-Y/PRQevNSsjAPWykl9aeGz8Pr+OI6BYM9fYDNMvOkuUiG9IhG4LEmaYrZZZvioMUEQ+cBCxT0v8wrnCURccyKA==
4991+
dependencies:
4992+
"@npmcli/fs" "^3.1.0"
4993+
fs-minipass "^3.0.0"
4994+
glob "^9.3.1"
4995+
lru-cache "^7.7.1"
4996+
minipass "^4.0.0"
4997+
minipass-collect "^1.0.2"
4998+
minipass-flush "^1.0.5"
4999+
minipass-pipeline "^1.2.4"
5000+
p-map "^4.0.0"
5001+
promise-inflight "^1.0.1"
5002+
ssri "^10.0.0"
5003+
tar "^6.1.11"
5004+
unique-filename "^3.0.0"
5005+
49775006
call-bind@^1.0.0, call-bind@^1.0.2:
49785007
version "1.0.2"
49795008
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
@@ -5136,7 +5165,7 @@ cliui@^6.0.0:
51365165
strip-ansi "^6.0.0"
51375166
wrap-ansi "^6.2.0"
51385167

5139-
cliui@^7.0.2:
5168+
cliui@^7.0.2, cliui@^7.0.4:
51405169
version "7.0.4"
51415170
resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f"
51425171
integrity sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==
@@ -6600,6 +6629,14 @@ foreground-child@^2.0.0:
66006629
cross-spawn "^7.0.0"
66016630
signal-exit "^3.0.2"
66026631

6632+
foreground-child@^3.1.0:
6633+
version "3.1.1"
6634+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"
6635+
integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==
6636+
dependencies:
6637+
cross-spawn "^7.0.0"
6638+
signal-exit "^4.0.1"
6639+
66036640
forever-agent@~0.6.1:
66046641
version "0.6.1"
66056642
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
@@ -6822,6 +6859,17 @@ glob@8.1.0, glob@^8.0.1:
68226859
minimatch "^5.0.1"
68236860
once "^1.3.0"
68246861

6862+
glob@^10.2.2:
6863+
version "10.2.2"
6864+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.2.2.tgz#ce2468727de7e035e8ecf684669dc74d0526ab75"
6865+
integrity sha512-Xsa0BcxIC6th9UwNjZkhrMtNo/MnyRL8jGCP+uEwhA5oFOCY1f2s1/oNKY47xQ0Bg5nkjsfAEIej1VeH62bDDQ==
6866+
dependencies:
6867+
foreground-child "^3.1.0"
6868+
jackspeak "^2.0.3"
6869+
minimatch "^9.0.0"
6870+
minipass "^5.0.0"
6871+
path-scurry "^1.7.0"
6872+
68256873
glob@^6.0.1:
68266874
version "6.0.4"
68276875
resolved "https://registry.yarnpkg.com/glob/-/glob-6.0.4.tgz#0f08860f6a155127b2fadd4f9ce24b1aab6e4d22"
@@ -7721,6 +7769,15 @@ istanbul-reports@^3.0.2, istanbul-reports@^3.0.5:
77217769
html-escaper "^2.0.0"
77227770
istanbul-lib-report "^3.0.0"
77237771

7772+
jackspeak@^2.0.3:
7773+
version "2.1.0"
7774+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.1.0.tgz#69831fe5346532888f279102f39fc4452ebbe6c2"
7775+
integrity sha512-DiEwVPqsieUzZBNxQ2cxznmFzfg/AMgJUjYw5xl6rSmCxAQXECcbSdwcLM6Ds6T09+SBfSNCGPhYUoQ96P4h7A==
7776+
dependencies:
7777+
cliui "^7.0.4"
7778+
optionalDependencies:
7779+
"@pkgjs/parseargs" "^0.11.0"
7780+
77247781
jasmine-core@^4.1.0, jasmine-core@^4.6.0, jasmine-core@~4.6.0:
77257782
version "4.6.0"
77267783
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-4.6.0.tgz#6884fc3d5b66bf293e422751eed6d6da217c38f5"
@@ -8608,6 +8665,13 @@ minimatch@^8.0.2:
86088665
dependencies:
86098666
brace-expansion "^2.0.1"
86108667

8668+
minimatch@^9.0.0:
8669+
version "9.0.0"
8670+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.0.tgz#bfc8e88a1c40ffd40c172ddac3decb8451503b56"
8671+
integrity sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==
8672+
dependencies:
8673+
brace-expansion "^2.0.1"
8674+
86118675
minimatch@~3.0.4:
86128676
version "3.0.8"
86138677
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.8.tgz#5e6a59bd11e2ab0de1cfb843eb2d82e546c321c1"
@@ -9422,18 +9486,18 @@ p-try@^2.0.0:
94229486
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
94239487
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
94249488

9425-
pacote@15.1.2:
9426-
version "15.1.2"
9427-
resolved "https://registry.yarnpkg.com/pacote/-/pacote-15.1.2.tgz#78b4c1403231fab368c752943f1969c6d8f026bb"
9428-
integrity sha512-EAGJrMiIjBTBB6tWGrx9hFJTOo14B3HSAoa/W9SawFEBhUqjxN7qqaFlGVF9jfY/mIri8Mb2xafmkRgWxYXxIQ==
9489+
pacote@15.1.3:
9490+
version "15.1.3"
9491+
resolved "https://registry.yarnpkg.com/pacote/-/pacote-15.1.3.tgz#4c0e7fb5e7ab3b27fb3f86514b451ad4c4f64e9d"
9492+
integrity sha512-aRts8cZqxiJVDitmAh+3z+FxuO3tLNWEmwDRPEpDDiZJaRz06clP4XX112ynMT5uF0QNoMPajBBHnaStUEPJXA==
94299493
dependencies:
94309494
"@npmcli/git" "^4.0.0"
94319495
"@npmcli/installed-package-contents" "^2.0.1"
94329496
"@npmcli/promise-spawn" "^6.0.1"
94339497
"@npmcli/run-script" "^6.0.0"
94349498
cacache "^17.0.0"
94359499
fs-minipass "^3.0.0"
9436-
minipass "^4.0.0"
9500+
minipass "^5.0.0"
94379501
npm-package-arg "^10.0.0"
94389502
npm-packlist "^7.0.0"
94399503
npm-pick-manifest "^8.0.0"
@@ -9579,10 +9643,10 @@ path-parse@^1.0.6, path-parse@^1.0.7:
95799643
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
95809644
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
95819645

9582-
path-scurry@^1.6.1:
9583-
version "1.6.4"
9584-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.6.4.tgz#020a9449e5382a4acb684f9c7e1283bc5695de66"
9585-
integrity sha512-Qp/9IHkdNiXJ3/Kon++At2nVpnhRiPq/aSvQN+H3U1WZbvNRK0RIQK/o4HMqPoXjpuGJUEWpHSs6Mnjxqh3TQg==
9646+
path-scurry@^1.6.1, path-scurry@^1.7.0:
9647+
version "1.7.0"
9648+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.7.0.tgz#99c741a2cfbce782294a39994d63748b5a24f6db"
9649+
integrity sha512-UkZUeDjczjYRE495+9thsgcVgsaCPkaw80slmfVFgllxY+IO8ubTsOpFVjDPROBqJdHfVPUFRHPBV/WciOVfWg==
95869650
dependencies:
95879651
lru-cache "^9.0.0"
95889652
minipass "^5.0.0"
@@ -10561,19 +10625,19 @@ sass@1.59.3:
1056110625
immutable "^4.0.0"
1056210626
source-map-js ">=0.6.2 <2.0.0"
1056310627

10564-
sass@1.62.0, sass@^1.55.0:
10565-
version "1.62.0"
10566-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.62.0.tgz#3686b2195b93295d20765135e562366b33ece37d"
10567-
integrity sha512-Q4USplo4pLYgCi+XlipZCWUQz5pkg/ruSSgJ0WRDSb/+3z9tXUOkQ7QPYn4XrhZKYAK4HlpaQecRwKLJX6+DBg==
10628+
sass@1.62.1:
10629+
version "1.62.1"
10630+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.62.1.tgz#caa8d6bf098935bc92fc73fa169fb3790cacd029"
10631+
integrity sha512-NHpxIzN29MXvWiuswfc1W3I0N8SXBd8UR26WntmDlRYf0bSADnwnOjsyMZ3lMezSlArD33Vs3YFhp7dWvL770A==
1056810632
dependencies:
1056910633
chokidar ">=3.0.0 <4.0.0"
1057010634
immutable "^4.0.0"
1057110635
source-map-js ">=0.6.2 <2.0.0"
1057210636

10573-
sass@1.62.1:
10574-
version "1.62.1"
10575-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.62.1.tgz#caa8d6bf098935bc92fc73fa169fb3790cacd029"
10576-
integrity sha512-NHpxIzN29MXvWiuswfc1W3I0N8SXBd8UR26WntmDlRYf0bSADnwnOjsyMZ3lMezSlArD33Vs3YFhp7dWvL770A==
10637+
sass@^1.55.0:
10638+
version "1.62.0"
10639+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.62.0.tgz#3686b2195b93295d20765135e562366b33ece37d"
10640+
integrity sha512-Q4USplo4pLYgCi+XlipZCWUQz5pkg/ruSSgJ0WRDSb/+3z9tXUOkQ7QPYn4XrhZKYAK4HlpaQecRwKLJX6+DBg==
1057710641
dependencies:
1057810642
chokidar ">=3.0.0 <4.0.0"
1057910643
immutable "^4.0.0"
@@ -10831,6 +10895,11 @@ signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7:
1083110895
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
1083210896
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
1083310897

10898+
signal-exit@^4.0.1:
10899+
version "4.0.1"
10900+
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.0.1.tgz#96a61033896120ec9335d96851d902cc98f0ba2a"
10901+
integrity sha512-uUWsN4aOxJAS8KOuf3QMyFtgm1pkb6I+KRZbRF/ghdf5T7sM+B1lLLzPDxswUjkmHyxQAVzEgG35E3NzDM9GVw==
10902+
1083410903
sigstore@^1.3.0:
1083510904
version "1.4.0"
1083610905
resolved "https://registry.yarnpkg.com/sigstore/-/sigstore-1.4.0.tgz#2e3a28c08b1b8246744c27cfb179c525c3f164d8"
@@ -12389,10 +12458,10 @@ yargs@17.1.1:
1238912458
y18n "^5.0.5"
1239012459
yargs-parser "^20.2.2"
1239112460

12392-
yargs@17.7.1, yargs@^17.0.0, yargs@^17.2.1, yargs@^17.3.1:
12393-
version "17.7.1"
12394-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.1.tgz#34a77645201d1a8fc5213ace787c220eabbd0967"
12395-
integrity sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==
12461+
yargs@17.7.2:
12462+
version "17.7.2"
12463+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269"
12464+
integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==
1239612465
dependencies:
1239712466
cliui "^8.0.1"
1239812467
escalade "^3.1.1"
@@ -12432,6 +12501,19 @@ yargs@^16.0.0, yargs@^16.1.1:
1243212501
y18n "^5.0.5"
1243312502
yargs-parser "^20.2.2"
1243412503

12504+
yargs@^17.0.0, yargs@^17.2.1, yargs@^17.3.1:
12505+
version "17.7.1"
12506+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.1.tgz#34a77645201d1a8fc5213ace787c220eabbd0967"
12507+
integrity sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==
12508+
dependencies:
12509+
cliui "^8.0.1"
12510+
escalade "^3.1.1"
12511+
get-caller-file "^2.0.5"
12512+
require-directory "^2.1.1"
12513+
string-width "^4.2.3"
12514+
y18n "^5.0.5"
12515+
yargs-parser "^21.1.1"
12516+
1243512517
yauzl@^2.10.0:
1243612518
version "2.10.0"
1243712519
resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz#c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9"

0 commit comments

Comments
 (0)