From 8930e20551227088a3b97ebe39f0874fbf66c76e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:36:06 +0000 Subject: [PATCH] Update dependency @types/fhir to ^0.0.44 --- v1-to-v2-data-migration/tests/deno.json | 2 +- v1-to-v2-data-migration/tests/deno.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/v1-to-v2-data-migration/tests/deno.json b/v1-to-v2-data-migration/tests/deno.json index cd03b6f..03d39f5 100644 --- a/v1-to-v2-data-migration/tests/deno.json +++ b/v1-to-v2-data-migration/tests/deno.json @@ -5,7 +5,7 @@ }, "imports": { "@faker-js/faker": "npm:@faker-js/faker@^8.3.1", - "@types/fhir": "npm:@types/fhir@^0.0.41", + "@types/fhir": "npm:@types/fhir@^0.0.44", "date-fns": "npm:date-fns@^2.29.3", "date-fns/": "npm:/date-fns@^2.29.3/", "uuid": "npm:uuid@^9.0.1", diff --git a/v1-to-v2-data-migration/tests/deno.lock b/v1-to-v2-data-migration/tests/deno.lock index ddb71a7..50cb6dc 100644 --- a/v1-to-v2-data-migration/tests/deno.lock +++ b/v1-to-v2-data-migration/tests/deno.lock @@ -7,8 +7,7 @@ "jsr:@std/internal@^1.0.6": "1.0.9", "jsr:@std/internal@^1.0.7": "1.0.9", "npm:@faker-js/faker@^8.3.1": "8.4.1", - "npm:@types/fhir@*": "0.0.41", - "npm:@types/fhir@^0.0.41": "0.0.41", + "npm:@types/fhir@^0.0.44": "0.0.44", "npm:@types/node@*": "22.10.5", "npm:date-fns@^2.29.3": "2.30.0", "npm:graphql-tag@*": "2.12.6_graphql@16.11.0", @@ -45,8 +44,8 @@ "@faker-js/faker@8.4.1": { "integrity": "sha512-XQ3cU+Q8Uqmrbf2e0cIC/QN43sTBSC8KF12u29Mb47tWrt2hAgBXSgpZMj4Ao8Uk0iJcU99QsOCaIL8934obCg==" }, - "@types/fhir@0.0.41": { - "integrity": "sha512-MAQAFufNZBZ6V0F94Nhknmmh/E3iMXFK4n/L8RkSNjKtOJnvaAJERivNOj35VVx9VCQBJbE0BHSzikfBahoRhA==" + "@types/fhir@0.0.44": { + "integrity": "sha512-RhqRUNcUFeQSbEK9cOEYQ98sfsUFFRCUKbgozHvryiUfEAPiXuhgk2wqYV3MoD1T1qHp0gztrHDywU68bN7KYQ==" }, "@types/node@22.10.5": { "integrity": "sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ==", @@ -109,6 +108,7 @@ }, "uuid@9.0.1": { "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "deprecated": true, "bin": true }, "web-streams-polyfill@3.3.3": { @@ -153,7 +153,7 @@ "workspace": { "dependencies": [ "npm:@faker-js/faker@^8.3.1", - "npm:@types/fhir@^0.0.41", + "npm:@types/fhir@^0.0.44", "npm:date-fns@^2.29.3", "npm:graphql-tag@^2.12.0", "npm:graphql@16",