From ff0bfe74ad07e815a6d43426169a8048d5a267c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 16:41:34 +0000 Subject: [PATCH] fix(deps): update dependency @sindresorhus/slugify to v3 --- docs/package.json | 2 +- packages/core/package.json | 2 +- pnpm-lock.yaml | 24 ++++++++++++++++++++---- 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/docs/package.json b/docs/package.json index b9a47dd17b5..40f8fae5cec 100644 --- a/docs/package.json +++ b/docs/package.json @@ -27,7 +27,7 @@ "@keystone-6/fields-document": "workspace:^", "@markdoc/markdoc": "^0.5.0", "@preconstruct/next": "^4.0.0", - "@sindresorhus/slugify": "^1.1.2", + "@sindresorhus/slugify": "^3.0.0", "@vercel/og": "^0.8.0", "classnames": "^2.3.1", "clipboard-copy": "^4.0.1", diff --git a/packages/core/package.json b/packages/core/package.json index c5c7ebd1f35..9740e07d240 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -252,7 +252,7 @@ "@react-aria/label": "^3.7.10", "@react-aria/utils": "^3.25.1", "@react-stately/data": "^3.11.6", - "@sindresorhus/slugify": "^1.1.2", + "@sindresorhus/slugify": "^3.0.0", "apollo-upload-client": "^17.0.0", "bcryptjs": "^3.0.0", "body-parser": "^2.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 190f9c912a2..ae4a45cb3ff 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -132,8 +132,8 @@ importers: specifier: ^4.0.0 version: 4.0.0 '@sindresorhus/slugify': - specifier: ^1.1.2 - version: 1.1.2 + specifier: ^3.0.0 + version: 3.0.0 '@vercel/og': specifier: ^0.8.0 version: 0.8.5 @@ -1904,8 +1904,8 @@ importers: specifier: ^3.11.6 version: 3.14.0(react@19.1.1) '@sindresorhus/slugify': - specifier: ^1.1.2 - version: 1.1.2 + specifier: ^3.0.0 + version: 3.0.0 apollo-upload-client: specifier: ^17.0.0 version: 17.0.0(@apollo/client@3.14.0(@types/react@19.1.12)(graphql-ws@6.0.6(graphql@16.11.0)(ws@8.18.3))(graphql@16.11.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(graphql@16.11.0) @@ -4354,6 +4354,7 @@ packages: '@graphql-tools/prisma-loader@8.0.17': resolution: {integrity: sha512-fnuTLeQhqRbA156pAyzJYN0KxCjKYRU5bz1q/SKOwElSnAU4k7/G1kyVsWLh7fneY78LoMNH5n+KlFV8iQlnyg==} engines: {node: '>=16.0.0'} + deprecated: 'This package was intended to be used with an older versions of Prisma.\nThe newer versions of Prisma has a different approach to GraphQL integration.\nTherefore, this package is no longer needed and has been deprecated and removed.\nLearn more: https://www.prisma.io/graphql' peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 @@ -6016,10 +6017,18 @@ packages: resolution: {integrity: sha512-V9nR/W0Xd9TSGXpZ4iFUcFGhuOJtZX82Fzxj1YISlbSgKvIiNa7eLEZrT0vAraPOt++KHauIVNYgGRgjc13dXA==} engines: {node: '>=10'} + '@sindresorhus/slugify@3.0.0': + resolution: {integrity: sha512-SCrKh1zS96q+CuH5GumHcyQEVPsM4Ve8oE0E6tw7AAhGq50K8ojbTUOQnX/j9Mhcv/AXiIsbCfquovyGOo5fGw==} + engines: {node: '>=20'} + '@sindresorhus/transliterate@0.1.2': resolution: {integrity: sha512-5/kmIOY9FF32nicXH+5yLNTX4NJ4atl7jRgqAJuIn/iyDFXBktOKDxCvyGE/EzmF4ngSUvjXxQUQlQiZ5lfw+w==} engines: {node: '>=10'} + '@sindresorhus/transliterate@2.0.0': + resolution: {integrity: sha512-lRx63oCHxeJ90DqIgmbxH1PQmiBDY1wVaLzB4hK0d/xS5BrG1iZO3HdCJS/DQJk6GJ8xHDev8OMI7iGxvE1ZUA==} + engines: {node: '>=20'} + '@sinonjs/commons@3.0.1': resolution: {integrity: sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==} @@ -17802,11 +17811,18 @@ snapshots: '@sindresorhus/transliterate': 0.1.2 escape-string-regexp: 4.0.0 + '@sindresorhus/slugify@3.0.0': + dependencies: + '@sindresorhus/transliterate': 2.0.0 + escape-string-regexp: 5.0.0 + '@sindresorhus/transliterate@0.1.2': dependencies: escape-string-regexp: 2.0.0 lodash.deburr: 4.1.0 + '@sindresorhus/transliterate@2.0.0': {} + '@sinonjs/commons@3.0.1': dependencies: type-detect: 4.0.8