Skip to content

Commit bd65198

Browse files
⬆️ Bump the npm_and_yarn group across 1 directory with 12 updates
Bumps the npm_and_yarn group with 4 updates in the /web directory: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [uuid](https://github.com/uuidjs/uuid), [postcss](https://github.com/postcss/postcss) and [next-intl](https://github.com/amannn/next-intl). Updates `@babel/core` from 7.28.4 to 7.29.6 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.6/packages/babel-core) Updates `brace-expansion` from 2.0.2 to 2.1.1 - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](juliangruber/brace-expansion@v2.0.2...v2.1.1) Updates `js-yaml` from 3.14.1 to 3.15.0 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@3.14.1...3.15.0) Updates `uuid` from 13.0.0 to 14.0.0 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v13.0.0...v14.0.0) Updates `@babel/plugin-transform-modules-systemjs` from 7.27.1 to 7.29.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-plugin-transform-modules-systemjs) Updates `ajv` from 8.17.1 to 8.20.0 - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](ajv-validator/ajv@v8.17.1...v8.20.0) Updates `dompurify` from 3.2.7 to 3.4.11 - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](cure53/DOMPurify@3.2.7...3.4.11) Updates `postcss` from 8.5.8 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.8...8.5.10) Updates `undici` from 5.29.0 to 6.27.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v5.29.0...v6.27.0) Updates `vite` from 7.1.9 to 7.3.6 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v7.3.6/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.3.6/packages/vite) Updates `next-intl` from 4.9.0 to 4.9.2 - [Release notes](https://github.com/amannn/next-intl/releases) - [Changelog](https://github.com/amannn/next-intl/blob/main/CHANGELOG.md) - [Commits](amannn/next-intl@v4.9.0...v4.9.2) Updates `tar` from 7.5.1 to 7.5.19 - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v7.5.1...v7.5.19) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.29.6 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: brace-expansion dependency-version: 2.1.1 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: js-yaml dependency-version: 3.15.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@babel/plugin-transform-modules-systemjs" dependency-version: 7.29.7 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ajv dependency-version: 8.20.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: dompurify dependency-version: 3.4.11 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: postcss dependency-version: 8.5.10 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: undici dependency-version: 6.27.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: vite dependency-version: 7.3.6 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: next-intl dependency-version: 4.9.2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: tar dependency-version: 7.5.19 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b69ded4 commit bd65198

2 files changed

Lines changed: 2974 additions & 1886 deletions

File tree

web/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"instantsearch.js": "^4.93.0",
5757
"radix-ui": "1.4.3",
5858
"next": "16.2.6",
59-
"next-intl": "4.9.0",
59+
"next-intl": "4.9.2",
6060
"next-sanity": "12.2.1",
6161
"next-sanity-image": "^6.2.0",
6262
"next-seo": "^7.2.0",
@@ -75,15 +75,15 @@
7575
"swr": "^2.4.1",
7676
"tailwind-merge": "^3.5.0",
7777
"@tanstack/react-table": "8.21.3",
78-
"uuid": "^13.0.0",
78+
"uuid": "^14.0.0",
7979
"video.js": "^8.23.7",
8080
"xml2js": "^0.6.2",
8181
"zod": "^4.3.6"
8282
},
8383
"devDependencies": {
8484
"@algolia/client-search": "^4.16.0",
8585
"@biomejs/biome": "^2.4.5",
86-
"@babel/core": "^7.21.4",
86+
"@babel/core": "^7.29.6",
8787
"@portabletext/types": "^2.0.13",
8888
"@tailwindcss/postcss": "4.2.2",
8989
"@types/date-fns": "^2.6.3",
@@ -96,7 +96,7 @@
9696
"@types/video.js": "^7.3.57",
9797
"@types/xml2js": "^0.4.11",
9898
"dotenv": "^17.2.3",
99-
"postcss": "8.5.8",
99+
"postcss": "8.5.10",
100100
"tailwindcss": "4.2.2",
101101
"tsx": "^4.20.6",
102102
"typescript": "^5.9.3",

0 commit comments

Comments
 (0)