update package dependencies in package-lock.yml and packages.yml (#829)

This commit is contained in:
Julius Remigio 2025-04-15 22:32:06 -06:00 committed by GitHub
parent 308b1a8179
commit caa19dfd55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -6,11 +6,11 @@ packages:
- package: dbt-labs/dbt_utils
version: 1.0.0
- git: https://github.com/FlipsideCrypto/fsc-utils.git
revision: d3cf679e079f0cf06142de9386f215e55fe26b3b
revision: 62dbf237680acb2f3c68821e279e056f93af7b2f
- package: get-select/dbt_snowflake_query_tags
version: 2.5.0
- package: calogica/dbt_date
version: 0.7.2
- git: https://github.com/FlipsideCrypto/livequery-models.git
revision: b024188be4e9c6bc00ed77797ebdc92d351d620e
sha1_hash: 3fb8d6ca492a03f5aef6f281508aaa0b34c989d4
- git: https://github.com/FlipsideCrypto/livequery-base.git
revision: 6a453542476e9e36959fbee3b09105c4949833fe
sha1_hash: ae0cad367e221f56ebfd3136a0430e8bc50e0457

View File

@ -6,6 +6,6 @@ packages:
- package: dbt-labs/dbt_utils
version: 1.0.0
- git: https://github.com/FlipsideCrypto/fsc-utils.git
revision: v1.32.0
revision: v1.35.0
- package: get-select/dbt_snowflake_query_tags
version: [">=2.0.0", "<3.0.0"]