Skip to content

Commit 41982aa

Browse files
renovate-botalan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent f74a79f commit 41982aa

File tree

5 files changed

+25
-17
lines changed

5 files changed

+25
-17
lines changed

.github/workflows/dev-infra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
labels:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3.0.0
15+
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # tag=v3.0.1
1616
- uses: angular/dev-infra/github-actions/commit-message-based-labels@a18ea6f7729b23e24ed3273d662fd0c8d42b3545
1717
with:
1818
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"@babel/runtime": "7.17.9",
8989
"@babel/template": "7.16.7",
9090
"@bazel/bazelisk": "1.11.0",
91-
"@bazel/buildifier": "5.0.1",
91+
"@bazel/buildifier": "5.1.0",
9292
"@bazel/concatjs": "5.4.0",
9393
"@bazel/jasmine": "5.4.0",
9494
"@discoveryjs/json-ext": "0.5.7",
@@ -146,7 +146,7 @@
146146
"font-awesome": "^4.7.0",
147147
"glob": "8.0.1",
148148
"http-proxy": "^1.18.1",
149-
"https-proxy-agent": "5.0.0",
149+
"https-proxy-agent": "5.0.1",
150150
"husky": "7.0.4",
151151
"ini": "3.0.0",
152152
"inquirer": "8.2.2",
@@ -194,7 +194,7 @@
194194
"sass": "1.50.0",
195195
"sass-loader": "12.6.0",
196196
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.6.4-linux.tar.gz",
197-
"semver": "7.3.6",
197+
"semver": "7.3.7",
198198
"shelljs": "^0.8.5",
199199
"source-map": "0.7.3",
200200
"source-map-loader": "3.0.1",

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"ora": "5.4.1",
3939
"pacote": "13.1.1",
4040
"resolve": "1.22.0",
41-
"semver": "7.3.6",
41+
"semver": "7.3.7",
4242
"symbol-observable": "4.0.0",
4343
"uuid": "8.3.2",
4444
"yargs": "17.4.1"

packages/angular_devkit/build_angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"css-loader": "6.7.1",
3232
"esbuild-wasm": "0.14.36",
3333
"glob": "8.0.1",
34-
"https-proxy-agent": "5.0.0",
34+
"https-proxy-agent": "5.0.1",
3535
"inquirer": "8.2.2",
3636
"jsonc-parser": "3.0.0",
3737
"karma-source-map-support": "1.4.0",
@@ -54,7 +54,7 @@
5454
"rxjs": "6.6.7",
5555
"sass": "1.50.0",
5656
"sass-loader": "12.6.0",
57-
"semver": "7.3.6",
57+
"semver": "7.3.7",
5858
"source-map-loader": "3.0.1",
5959
"source-map-support": "0.5.21",
6060
"stylus": "0.57.0",

yarn.lock

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,6 +1262,11 @@
12621262
resolved "https://registry.yarnpkg.com/@bazel/buildifier/-/buildifier-5.0.1.tgz#8946848cf2c28717ec8fb4ff46e424aeba82be74"
12631263
integrity sha512-3eMWxdFtcQf+Jw55PZqD/I9N785wp6QQ2k/SZst7R64KAGrS8Ke1EhPXaZHZBkXao5GXrm6SNLDV287xg2kguA==
12641264

1265+
1266+
version "5.1.0"
1267+
resolved "https://registry.yarnpkg.com/@bazel/buildifier/-/buildifier-5.1.0.tgz#ae0b93c5d14b2b080d5a492a8bfee231101b5385"
1268+
integrity sha512-gO0+//hkH+iE3AQ02mYttJAcWiE+rapP8IxmstDhwSqs+CmZJJI8Q1vAaIvMyJUT3NIf7lGljRNpzclkCPk89w==
1269+
12651270
12661271
version "5.4.0"
12671272
resolved "https://registry.yarnpkg.com/@bazel/concatjs/-/concatjs-5.4.0.tgz#04e752a6ea3e684f00879e6683657c4ede72df6e"
@@ -5965,6 +5970,14 @@ [email protected], https-proxy-agent@^5.0.0:
59655970
agent-base "6"
59665971
debug "4"
59675972

5973+
5974+
version "5.0.1"
5975+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6"
5976+
integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==
5977+
dependencies:
5978+
agent-base "6"
5979+
debug "4"
5980+
59685981
https-proxy-agent@^2.2.1:
59695982
version "2.2.4"
59705983
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.4.tgz#4ee7a737abd92678a293d9b34a1af4d0d08c787b"
@@ -7088,11 +7101,6 @@ lru-cache@^7.3.1, lru-cache@^7.5.1, lru-cache@^7.7.1:
70887101
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.7.1.tgz#03d2846b1ad2dcc7931a9340b8711d9798fcb0c6"
70897102
integrity sha512-cRffBiTW8s73eH4aTXqBcTLU0xQnwGV3/imttRHGWCrbergmnK4D6JXQd8qin5z43HnDwRI+o7mVW0LEB+tpAw==
70907103

7091-
lru-cache@^7.4.0:
7092-
version "7.8.0"
7093-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.8.0.tgz#649aaeb294a56297b5cbc5d70f198dcc5ebe5747"
7094-
integrity sha512-AmXqneQZL3KZMIgBpaPTeI6pfwh+xQ2vutMsyqOu1TBdEXFZgpG/80wuJ531w2ZN7TI0/oc8CPxzh/DKQudZqg==
7095-
70967104
lru-queue@^0.1.0:
70977105
version "0.1.0"
70987106
resolved "https://registry.yarnpkg.com/lru-queue/-/lru-queue-0.1.0.tgz#2738bd9f0d3cf4f84490c5736c48699ac632cda3"
@@ -9421,12 +9429,12 @@ [email protected], semver@^7.0.0, semver@^7.1.1, semver@^7.3.5, semver@~7.3.0:
94219429
dependencies:
94229430
lru-cache "^6.0.0"
94239431

9424-
9425-
version "7.3.6"
9426-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.6.tgz#5d73886fb9c0c6602e79440b97165c29581cbb2b"
9427-
integrity sha512-HZWqcgwLsjaX1HBD31msI/rXktuIhS+lWvdE4kN9z+8IVT4Itc7vqU2WvYsyD6/sjYCt4dEKH/m1M3dwI9CC5w==
9432+
9433+
version "7.3.7"
9434+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
9435+
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
94289436
dependencies:
9429-
lru-cache "^7.4.0"
9437+
lru-cache "^6.0.0"
94309438

94319439
semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
94329440
version "6.3.0"

0 commit comments

Comments
 (0)