Skip to content

Commit 354caec

Browse files
committed
build: update all non-major dependencies
See associated pull request for more information.
1 parent 1728288 commit 354caec

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/ng-renovate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"packageManager": "[email protected]",
44
"type": "commonjs",
55
"dependencies": {
6-
"renovate": "41.55.1"
6+
"renovate": "41.57.0"
77
}
88
}

.github/ng-renovate/yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4975,10 +4975,10 @@ __metadata:
49754975
languageName: node
49764976
linkType: hard
49774977

4978-
"jsonata@npm:2.0.6":
4979-
version: 2.0.6
4980-
resolution: "jsonata@npm:2.0.6"
4981-
checksum: 10c0/6bc5ae471352e305b45c39933ccb6ade8d0770483d2eb7862fc1d213832ea0db2697041c2316ec973f8ddc830939cc5d0e34296ba1584f33b0685de24110b6f9
4978+
"jsonata@npm:2.1.0":
4979+
version: 2.1.0
4980+
resolution: "jsonata@npm:2.1.0"
4981+
checksum: 10c0/3f7e56960dc7870969aede56262d500e444b55576d5d49b793d75f405cfc4729764a92189ed14d77912d1b2906bc9cd95fed4ebf63eb6b732af2878409d5a0de
49824982
languageName: node
49834983
linkType: hard
49844984

@@ -5932,7 +5932,7 @@ __metadata:
59325932
version: 0.0.0-use.local
59335933
resolution: "ng-renovate@workspace:."
59345934
dependencies:
5935-
renovate: "npm:41.55.1"
5935+
renovate: "npm:41.57.0"
59365936
languageName: unknown
59375937
linkType: soft
59385938

@@ -6655,9 +6655,9 @@ __metadata:
66556655
languageName: node
66566656
linkType: hard
66576657

6658-
"renovate@npm:41.55.1":
6659-
version: 41.55.1
6660-
resolution: "renovate@npm:41.55.1"
6658+
"renovate@npm:41.57.0":
6659+
version: 41.57.0
6660+
resolution: "renovate@npm:41.57.0"
66616661
dependencies:
66626662
"@aws-sdk/client-codecommit": "npm:3.858.0"
66636663
"@aws-sdk/client-ec2": "npm:3.858.0"
@@ -6735,7 +6735,7 @@ __metadata:
67356735
json-dup-key-validator: "npm:1.0.3"
67366736
json-stringify-pretty-compact: "npm:4.0.0"
67376737
json5: "npm:2.2.3"
6738-
jsonata: "npm:2.0.6"
6738+
jsonata: "npm:2.1.0"
67396739
jsonc-parser: "npm:3.3.1"
67406740
klona: "npm:2.0.6"
67416741
luxon: "npm:3.7.1"
@@ -6789,7 +6789,7 @@ __metadata:
67896789
bin:
67906790
renovate: dist/renovate.js
67916791
renovate-config-validator: dist/config-validator.js
6792-
checksum: 10c0/3efa66373a6a91ed51a58576c19170fe391fbc7ce9986b9c6012bacfd083a01d8b76ed2d21fa44a5ebda8642d4365e174c53855ff0f8c0369870f7697736f686
6792+
checksum: 10c0/1d087cd2022aae7258e1182715535e58fd78a0f0869b2f3713cc71906dda2ad53380543a2e99c8f1b27bff08dae0f79551c50869aa8c8a7ae136891ae5d2e235
67936793
languageName: node
67946794
linkType: hard
67956795

github-actions/bazel/setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
using: composite
1414
steps:
1515
- name: Configure action caching for bazel version downloaded by bazelisk
16-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
16+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
1717
with:
1818
path: |
1919
~/.cache/bazelisk
@@ -27,7 +27,7 @@ runs:
2727
shell: bash
2828

2929
- name: Configure action caching for bazel repository cache
30-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
30+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
3131
with:
3232
# Note: Bazel repository cache is located in system locations and cannot use
3333
# a shared cache between different runner operating systems.

0 commit comments

Comments
 (0)