From 41982aa286aa414661ca82bb3d282706cb0452df Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 14 Apr 2022 20:50:37 +0000 Subject: [PATCH] build: update all non-major dependencies --- .github/workflows/dev-infra.yml | 2 +- package.json | 6 ++-- packages/angular/cli/package.json | 2 +- .../angular_devkit/build_angular/package.json | 4 +-- yarn.lock | 28 ++++++++++++------- 5 files changed, 25 insertions(+), 17 deletions(-) diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index 8495f569f0..8db6fe406e 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -12,7 +12,7 @@ jobs: labels: runs-on: ubuntu-latest steps: - - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3.0.0 + - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # tag=v3.0.1 - uses: angular/dev-infra/github-actions/commit-message-based-labels@a18ea6f7729b23e24ed3273d662fd0c8d42b3545 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/package.json b/package.json index f024d4f4de..1dabd5895b 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "@babel/runtime": "7.17.9", "@babel/template": "7.16.7", "@bazel/bazelisk": "1.11.0", - "@bazel/buildifier": "5.0.1", + "@bazel/buildifier": "5.1.0", "@bazel/concatjs": "5.4.0", "@bazel/jasmine": "5.4.0", "@discoveryjs/json-ext": "0.5.7", @@ -146,7 +146,7 @@ "font-awesome": "^4.7.0", "glob": "8.0.1", "http-proxy": "^1.18.1", - "https-proxy-agent": "5.0.0", + "https-proxy-agent": "5.0.1", "husky": "7.0.4", "ini": "3.0.0", "inquirer": "8.2.2", @@ -194,7 +194,7 @@ "sass": "1.50.0", "sass-loader": "12.6.0", "sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.6.4-linux.tar.gz", - "semver": "7.3.6", + "semver": "7.3.7", "shelljs": "^0.8.5", "source-map": "0.7.3", "source-map-loader": "3.0.1", diff --git a/packages/angular/cli/package.json b/packages/angular/cli/package.json index 2c4751a22d..fc23cdf575 100644 --- a/packages/angular/cli/package.json +++ b/packages/angular/cli/package.json @@ -38,7 +38,7 @@ "ora": "5.4.1", "pacote": "13.1.1", "resolve": "1.22.0", - "semver": "7.3.6", + "semver": "7.3.7", "symbol-observable": "4.0.0", "uuid": "8.3.2", "yargs": "17.4.1" diff --git a/packages/angular_devkit/build_angular/package.json b/packages/angular_devkit/build_angular/package.json index a7c0b467dd..2d04557dd3 100644 --- a/packages/angular_devkit/build_angular/package.json +++ b/packages/angular_devkit/build_angular/package.json @@ -31,7 +31,7 @@ "css-loader": "6.7.1", "esbuild-wasm": "0.14.36", "glob": "8.0.1", - "https-proxy-agent": "5.0.0", + "https-proxy-agent": "5.0.1", "inquirer": "8.2.2", "jsonc-parser": "3.0.0", "karma-source-map-support": "1.4.0", @@ -54,7 +54,7 @@ "rxjs": "6.6.7", "sass": "1.50.0", "sass-loader": "12.6.0", - "semver": "7.3.6", + "semver": "7.3.7", "source-map-loader": "3.0.1", "source-map-support": "0.5.21", "stylus": "0.57.0", diff --git a/yarn.lock b/yarn.lock index f99a126dac..6e182c2676 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1262,6 +1262,11 @@ resolved "https://registry.yarnpkg.com/@bazel/buildifier/-/buildifier-5.0.1.tgz#8946848cf2c28717ec8fb4ff46e424aeba82be74" integrity sha512-3eMWxdFtcQf+Jw55PZqD/I9N785wp6QQ2k/SZst7R64KAGrS8Ke1EhPXaZHZBkXao5GXrm6SNLDV287xg2kguA== +"@bazel/buildifier@5.1.0": + version "5.1.0" + resolved "https://registry.yarnpkg.com/@bazel/buildifier/-/buildifier-5.1.0.tgz#ae0b93c5d14b2b080d5a492a8bfee231101b5385" + integrity sha512-gO0+//hkH+iE3AQ02mYttJAcWiE+rapP8IxmstDhwSqs+CmZJJI8Q1vAaIvMyJUT3NIf7lGljRNpzclkCPk89w== + "@bazel/concatjs@5.4.0": version "5.4.0" resolved "https://registry.yarnpkg.com/@bazel/concatjs/-/concatjs-5.4.0.tgz#04e752a6ea3e684f00879e6683657c4ede72df6e" @@ -5965,6 +5970,14 @@ https-proxy-agent@5.0.0, https-proxy-agent@^5.0.0: agent-base "6" debug "4" +https-proxy-agent@5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6" + integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA== + dependencies: + agent-base "6" + debug "4" + https-proxy-agent@^2.2.1: version "2.2.4" 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: resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.7.1.tgz#03d2846b1ad2dcc7931a9340b8711d9798fcb0c6" integrity sha512-cRffBiTW8s73eH4aTXqBcTLU0xQnwGV3/imttRHGWCrbergmnK4D6JXQd8qin5z43HnDwRI+o7mVW0LEB+tpAw== -lru-cache@^7.4.0: - version "7.8.0" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.8.0.tgz#649aaeb294a56297b5cbc5d70f198dcc5ebe5747" - integrity sha512-AmXqneQZL3KZMIgBpaPTeI6pfwh+xQ2vutMsyqOu1TBdEXFZgpG/80wuJ531w2ZN7TI0/oc8CPxzh/DKQudZqg== - lru-queue@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/lru-queue/-/lru-queue-0.1.0.tgz#2738bd9f0d3cf4f84490c5736c48699ac632cda3" @@ -9421,12 +9429,12 @@ semver@7.3.5, semver@^7.0.0, semver@^7.1.1, semver@^7.3.5, semver@~7.3.0: dependencies: lru-cache "^6.0.0" -semver@7.3.6: - version "7.3.6" - resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.6.tgz#5d73886fb9c0c6602e79440b97165c29581cbb2b" - integrity sha512-HZWqcgwLsjaX1HBD31msI/rXktuIhS+lWvdE4kN9z+8IVT4Itc7vqU2WvYsyD6/sjYCt4dEKH/m1M3dwI9CC5w== +semver@7.3.7: + version "7.3.7" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f" + integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g== dependencies: - lru-cache "^7.4.0" + lru-cache "^6.0.0" semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0: version "6.3.0"