From 2278a6e0816e4bf5061607f2e7973c01c4bf18b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 20:19:59 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 3 directories with 3 updates Bumps the npm_and_yarn group with 1 update in the /clients/admin-ui directory: [@hey-api/openapi-ts](https://github.com/hey-api/hey-api/tree/HEAD/packages/openapi-ts). Bumps the npm_and_yarn group with 1 update in the /clients/fides-js directory: [rollup](https://github.com/rollup/rollup). Bumps the npm_and_yarn group with 1 update in the /clients/privacy-center directory: [next](https://github.com/vercel/next.js). Updates `@hey-api/openapi-ts` from 0.88.2 to 0.99.0 - [Release notes](https://github.com/hey-api/hey-api/releases) - [Changelog](https://github.com/hey-api/hey-api/blob/main/packages/openapi-ts/CHANGELOG.md) - [Commits](https://github.com/hey-api/hey-api/commits/@hey-api/openapi-ts@0.99.0/packages/openapi-ts) Updates `rollup` from 4.53.5 to 4.62.2 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.53.5...v4.62.2) Updates `next` from 15.5.15 to 15.5.18 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/compare/v15.5.15...v15.5.18) --- updated-dependencies: - dependency-name: "@hey-api/openapi-ts" dependency-version: 0.99.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-version: 4.62.2 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: next dependency-version: 15.5.18 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- clients/admin-ui/package.json | 2 +- clients/fides-js/package.json | 2 +- clients/privacy-center/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/admin-ui/package.json b/clients/admin-ui/package.json index 605846f15bf..20f28e51af4 100644 --- a/clients/admin-ui/package.json +++ b/clients/admin-ui/package.json @@ -85,7 +85,7 @@ }, "devDependencies": { "@ant-design/cli": "^6.4.3", - "@hey-api/openapi-ts": "^0.88.2", + "@hey-api/openapi-ts": "^0.99.0", "@jest/globals": "^29.7.0", "@next/bundle-analyzer": "^16.2.0", "@testing-library/cypress": "^10.0.3", diff --git a/clients/fides-js/package.json b/clients/fides-js/package.json index 56b740cb6b2..a4a4630b2c0 100644 --- a/clients/fides-js/package.json +++ b/clients/fides-js/package.json @@ -89,7 +89,7 @@ "jest-environment-jsdom": "^29.7.0", "postcss": "^8.4.31", "prettier": "^3.8.3", - "rollup": "~4.53.2", + "rollup": "~4.62.2", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-dts": "^6.1.1", "rollup-plugin-esbuild": "^6.1.1", diff --git a/clients/privacy-center/package.json b/clients/privacy-center/package.json index 03996e20a89..620d2f22a03 100644 --- a/clients/privacy-center/package.json +++ b/clients/privacy-center/package.json @@ -47,7 +47,7 @@ "framer-motion": "^12.23.24", "headers-polyfill": "^4.0.3", "immer": "^9.0.21", - "next": "15.5.15", + "next": "15.5.18", "next-swagger-doc": "^0.4.0", "p-retry": "^6.2.1", "pino": "^9.7.0",