Skip to content

Commit ef5eb9d

Browse files
Bump the npm_and_yarn group across 1 directory with 7 updates
Bumps the npm_and_yarn group with 7 updates in the /clients directory: | Package | From | To | | --- | --- | --- | | [next](https://github.com/vercel/next.js) | `15.5.15` | `15.5.18` | | [postcss](https://github.com/postcss/postcss) | `8.5.3` | `8.5.10` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.3.1` | `7.3.2` | | [@xmldom/xmldom](https://github.com/xmldom/xmldom) | `0.8.10` | `0.8.13` | | [handlebars](https://github.com/handlebars-lang/handlebars.js) | `4.7.8` | `4.7.9` | | [ip-address](https://github.com/beaugunderson/ip-address) | `9.0.5` | `10.2.0` | | [mermaid](https://github.com/mermaid-js/mermaid) | `11.14.0` | `11.15.0` | Updates `next` from 15.5.15 to 15.5.18 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v15.5.15...v15.5.18) Updates `postcss` from 8.5.3 to 8.5.10 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.3...8.5.10) Updates `vite` from 7.3.1 to 7.3.2 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v7.3.2/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.3.2/packages/vite) Updates `@xmldom/xmldom` from 0.8.10 to 0.8.13 - [Release notes](https://github.com/xmldom/xmldom/releases) - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md) - [Commits](xmldom/xmldom@0.8.10...0.8.13) Updates `handlebars` from 4.7.8 to 4.7.9 - [Release notes](https://github.com/handlebars-lang/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/v4.7.9/release-notes.md) - [Commits](handlebars-lang/handlebars.js@v4.7.8...v4.7.9) Updates `ip-address` from 9.0.5 to 10.2.0 - [Commits](https://github.com/beaugunderson/ip-address/commits) Updates `mermaid` from 11.14.0 to 11.15.0 - [Release notes](https://github.com/mermaid-js/mermaid/releases) - [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.14.0...mermaid@11.15.0) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-version: 0.8.13 dependency-type: indirect - dependency-name: handlebars dependency-version: 4.7.9 dependency-type: indirect - dependency-name: ip-address dependency-version: 10.2.0 dependency-type: indirect - dependency-name: mermaid dependency-version: 11.15.0 dependency-type: indirect - dependency-name: next dependency-version: 15.5.18 dependency-type: direct:production - dependency-name: postcss dependency-version: 8.5.10 dependency-type: direct:development - dependency-name: vite dependency-version: 7.3.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cfcb3bf commit ef5eb9d

6 files changed

Lines changed: 196 additions & 441 deletions

File tree

clients/admin-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"lodash.snakecase": "^4.1.1",
6969
"motion": "^12.23.26",
7070
"narrow-minded": "^1.2.1",
71-
"next": "^16.2.0",
71+
"next": "^15.5.18",
7272
"nuqs": "^2.8.9",
7373
"papaparse": "^5.5.3",
7474
"query-string": "^9.0.0",
@@ -129,7 +129,7 @@
129129
"jest-environment-jsdom": "^29.7.0",
130130
"lint-staged": "^13.2.0",
131131
"msw": "^1.2.1",
132-
"postcss": "^8.4.41",
132+
"postcss": "^8.5.10",
133133
"prettier": "^3.8.3",
134134
"sass": "^1.80.6",
135135
"tailwindcss": "^3.4.10",

clients/fides-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"eslint-plugin-simple-import-sort": "^12.1.1",
8888
"jest": "^29.7.0",
8989
"jest-environment-jsdom": "^29.7.0",
90-
"postcss": "^8.4.31",
90+
"postcss": "^8.5.10",
9191
"prettier": "^3.8.3",
9292
"rollup": "~4.53.2",
9393
"rollup-plugin-copy": "^3.4.0",

clients/fidesui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@
6262
"eslint-plugin-simple-import-sort": "^12.1.1",
6363
"eslint-plugin-storybook": "^9.1.15",
6464
"msw": "^2.12.10",
65-
"postcss": "^8.4.38",
65+
"postcss": "^8.5.10",
6666
"prettier": "^3.8.3",
6767
"react": "^19.2.0",
6868
"react-dom": "^19.2.0",
6969
"storybook": "^10.2.10",
7070
"tailwindcss": "^3.4.3",
71-
"vite": "^7.3.1"
71+
"vite": "^7.3.2"
7272
}
7373
}

0 commit comments

Comments
 (0)