From 271b479793012f25e221032b59ec8255bfa1f8a9 Mon Sep 17 00:00:00 2001 From: "dobby-yivi-agent[bot]" <275734547+dobby-yivi-agent[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 22:15:26 +0000 Subject: [PATCH] chore: update dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - @privacybydesign/yivi-css ^1.0.0-beta.7 → ^1.0.1 - libphonenumber-js ^1.13.1 → ^1.13.2 - web-streams-polyfill ^4.2.0 → ^4.3.0 Closes #224 --- package-lock.json | 24 ++++++++++++------------ package.json | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9cb6f13..0239060 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,11 +11,11 @@ "@deltablot/dropzone": "^7.4.3", "@e4a/pg-js": "^1.8.0", "@iconify/svelte": "^5.2.1", - "@privacybydesign/yivi-css": "^1.0.0-beta.7", + "@privacybydesign/yivi-css": "^1.0.1", "country-flag-icons": "^1.6.17", - "libphonenumber-js": "^1.13.1", + "libphonenumber-js": "^1.13.2", "postal-mime": "^2.7.4", - "web-streams-polyfill": "^4.2.0" + "web-streams-polyfill": "^4.3.0" }, "devDependencies": { "@eslint/js": "^10.0.1", @@ -1243,9 +1243,9 @@ "license": "SEE LICENSE IN REPOSITORY" }, "node_modules/@privacybydesign/yivi-css": { - "version": "1.0.0-beta.7", - "resolved": "https://registry.npmjs.org/@privacybydesign/yivi-css/-/yivi-css-1.0.0-beta.7.tgz", - "integrity": "sha512-2udKhHfXi3/u1QIJ4oGI6xYt5YEdqSlqERnIKlXrC0kIjhrVsQNumLNj5S5DDYwBm4ODfmWluPZsyxQ56YQYZQ==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@privacybydesign/yivi-css/-/yivi-css-1.0.1.tgz", + "integrity": "sha512-4cN1cSrgmbm5+syhgFOMV0zW0jJMED1WD0vAGlYKrEhf4vMWIZCE0pwFjRwRDlR+Qgy6fNtgW27Qt8EyF0pkfg==", "license": "SEE LICENSE IN REPOSITORY" }, "node_modules/@privacybydesign/yivi-web": { @@ -3561,9 +3561,9 @@ } }, "node_modules/libphonenumber-js": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.13.1.tgz", - "integrity": "sha512-GEw0GLL7YUUA6nv21IsCvVjtI5Ejn84sjbdfQ9KxdbqEVOk1PZh7xejn01EEiniKw+dBeCfim+8MGeuvVuE2BA==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.13.2.tgz", + "integrity": "sha512-S3kmBrptp3yRTm83NUcHy9g1vbwiWMzI8WvY22+koBJ6zkRteLnedBL2VX0MIAGwx2yiyxX4J85pceZyQ6ffgg==", "license": "MIT" }, "node_modules/lightningcss": { @@ -5413,9 +5413,9 @@ } }, "node_modules/web-streams-polyfill": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-4.2.0.tgz", - "integrity": "sha512-0rYDzGOh9EZpig92umN5g5D/9A1Kff7k0/mzPSSCY8jEQeYkgRMoY7LhbXtUCWzLCMX0TUE9aoHkjFNB7D9pfA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-4.3.0.tgz", + "integrity": "sha512-/Gnggvj9oSrEvJbDyyPtAnxBt5fGQM2iWOKQNu7ie1OxDgK40iZpyV3TKaRiEzVj1oA1UxKnEy9XPXh6PW3eVw==", "license": "MIT", "workspaces": [ "test/benchmark-test", diff --git a/package.json b/package.json index 16d15a4..a55276a 100644 --- a/package.json +++ b/package.json @@ -72,10 +72,10 @@ "@deltablot/dropzone": "^7.4.3", "@e4a/pg-js": "^1.8.0", "@iconify/svelte": "^5.2.1", - "@privacybydesign/yivi-css": "^1.0.0-beta.7", + "@privacybydesign/yivi-css": "^1.0.1", "country-flag-icons": "^1.6.17", - "libphonenumber-js": "^1.13.1", + "libphonenumber-js": "^1.13.2", "postal-mime": "^2.7.4", - "web-streams-polyfill": "^4.2.0" + "web-streams-polyfill": "^4.3.0" } }