From b0b2059e8d5ece29490e867ee5edf7f7a3d627d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 19:54:46 +0000 Subject: [PATCH 1/2] fix(deps): update dependency @portabletext/types to ^4.0.2 --- package.json | 2 +- pnpm-lock.yaml | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index e5625c3..c53cb6d 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ }, "dependencies": { "@portabletext/react": "^4.0.3", - "@portabletext/types": "^4.0.0" + "@portabletext/types": "^4.0.2" }, "devDependencies": { "@babel/core": "^7.28.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c8df9f6..3e37183 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^4.0.3 version: 4.0.3(react@19.2.3) '@portabletext/types': - specifier: ^4.0.0 - version: 4.0.1 + specifier: ^4.0.2 + version: 4.0.2 devDependencies: '@babel/core': specifier: ^7.28.5 @@ -1083,8 +1083,8 @@ packages: resolution: {integrity: sha512-2e6i2gSQsrA/5OL5Gm4/9bxB9MNO73Fa47zj+0mT93xkoQUCGCWX5fZh1YBJ86hszaRYlqvqG08oULxvvPPp/Q==} engines: {node: ^14.13.1 || >=16.0.0 || >=18.0.0} - '@portabletext/types@4.0.1': - resolution: {integrity: sha512-L8PZjVjmdKpW+82c1oNqGMqCOtQD2xORqJfr6Is7X5XXbz38eLYY79IM/1ok+Esf/iGOPtEYORdcf0ETmsWYew==} + '@portabletext/types@4.0.2': + resolution: {integrity: sha512-djfIGU9n6DRrunlvj2nIDAp17URo/nA4jSXGvf+Gupx8NLLy9fmJBZ3GL8yhqn9lSVc+cKCharjOa3aOBnWbRw==} engines: {node: '>=20.19 <22 || >=22.12'} '@react-native/assets-registry@0.83.1': @@ -1297,6 +1297,7 @@ packages: '@ungap/structured-clone@1.3.0': resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==} + deprecated: Potential CWE-502 - Update to 1.3.1 or higher '@unrs/resolver-binding-android-arm-eabi@1.11.1': resolution: {integrity: sha512-ppLRUgHVaGRWUx0R0Ut06Mjo9gBaBkg3v/8AxusGLhsIotbBLuRk51rAzqLC8gq6NyyAojEXglNjzf6R948DNw==} @@ -2194,11 +2195,12 @@ packages: glob@10.5.0: resolution: {integrity: sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==} + deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me hasBin: true glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} - deprecated: Glob versions prior to v9 are no longer supported + deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me globals@13.24.0: resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==} @@ -5205,7 +5207,7 @@ snapshots: '@portabletext/types@2.0.15': {} - '@portabletext/types@4.0.1': {} + '@portabletext/types@4.0.2': {} '@react-native/assets-registry@0.83.1': {} From 23ae1ee762913b1e0fd611a8b2ed63e558824a61 Mon Sep 17 00:00:00 2001 From: "ecoscript[bot]" <143032650+ecoscript[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 19:55:00 +0000 Subject: [PATCH 2/2] chore(deps): changeset for dependency update --- .changeset/dependencies-GH-265.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/dependencies-GH-265.md diff --git a/.changeset/dependencies-GH-265.md b/.changeset/dependencies-GH-265.md new file mode 100644 index 0000000..63e40ad --- /dev/null +++ b/.changeset/dependencies-GH-265.md @@ -0,0 +1,5 @@ +--- +"@portabletext/react-native": patch +--- + +fix(deps): update dependency @portabletext/types to ^4.0.2