Skip to content

Commit 41489fc

Browse files
chore(deps): bump the production-minor-patch group across 1 directory with 6 updates
Bumps the production-minor-patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) | `5.9.3` | `5.10.0` | | [recharts](https://github.com/recharts/recharts) | `3.9.0` | `3.9.2` | | [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) | `7.2.0` | `7.3.0` | | [next](https://github.com/vercel/next.js) | `16.2.9` | `16.2.10` | | [next-intl](https://github.com/amannn/next-intl) | `4.13.0` | `4.13.2` | | [nodemailer](https://github.com/nodemailer/nodemailer) | `9.0.1` | `9.0.3` | Updates `fast-xml-parser` from 5.9.3 to 5.10.0 - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](NaturalIntelligence/fast-xml-parser@v5.9.3...v5.10.0) Updates `recharts` from 3.9.0 to 3.9.2 - [Release notes](https://github.com/recharts/recharts/releases) - [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md) - [Commits](recharts/recharts@v3.9.0...v3.9.2) Updates `@fortawesome/fontawesome-free` from 7.2.0 to 7.3.0 - [Release notes](https://github.com/FortAwesome/Font-Awesome/releases) - [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md) - [Commits](FortAwesome/Font-Awesome@7.2.0...7.3.0) Updates `next` from 16.2.9 to 16.2.10 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](vercel/next.js@v16.2.9...v16.2.10) Updates `next-intl` from 4.13.0 to 4.13.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.13.0...v4.13.2) Updates `nodemailer` from 9.0.1 to 9.0.3 - [Release notes](https://github.com/nodemailer/nodemailer/releases) - [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md) - [Commits](nodemailer/nodemailer@v9.0.1...v9.0.3) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: recharts dependency-version: 3.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch - dependency-name: "@fortawesome/fontawesome-free" dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: next dependency-version: 16.2.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch - dependency-name: next-intl dependency-version: 4.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch - dependency-name: nodemailer dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 934f8f8 commit 41489fc

8 files changed

Lines changed: 179 additions & 141 deletions

File tree

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"joi": "^18.0.2",
3535
"jose": "^6.2.3",
3636
"jsonwebtoken": "^9.0.2",
37-
"nodemailer": "^9.0.1",
37+
"nodemailer": "^9.0.3",
3838
"rate-limit-redis": "^4.3.1",
3939
"swagger-ui-express": "^5.0.1",
4040
"web-push": "^3.6.7"

apps/management-web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"@metaboost/helpers-i18n": "*",
2323
"@metaboost/helpers-requests": "*",
2424
"@metaboost/ui": "*",
25-
"@fortawesome/fontawesome-free": "^7.2.0",
26-
"next": "^16.2.4",
27-
"next-intl": "^4.11.0",
25+
"@fortawesome/fontawesome-free": "^7.3.0",
26+
"next": "^16.2.10",
27+
"next-intl": "^4.13.2",
2828
"react": "^19.2.5",
2929
"react-dom": "^19.2.5",
3030
"server-only": "^0.0.1"

apps/management-web/sidecar/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
"type": "module",
66
"description": "Runtime-config sidecar for Metaboost management-web",
77
"dependencies": {
8+
"@fortawesome/fontawesome-free": "^7.3.0",
89
"@metaboost/helpers": "*",
9-
"next-intl": "^4.11.0"
10+
"next": "^16.2.10",
11+
"next-intl": "^4.13.2"
1012
},
1113
"scripts": {
1214
"build": "tsc",

apps/web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"@metaboost/helpers-i18n": "*",
2626
"@metaboost/helpers-requests": "*",
2727
"@metaboost/ui": "*",
28-
"@fortawesome/fontawesome-free": "^7.2.0",
29-
"next": "^16.2.4",
30-
"next-intl": "^4.11.0",
28+
"@fortawesome/fontawesome-free": "^7.3.0",
29+
"next": "^16.2.10",
30+
"next-intl": "^4.13.2",
3131
"react": "^19.2.5",
3232
"react-dom": "^19.2.5",
3333
"server-only": "^0.0.1"

apps/web/sidecar/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
"type": "module",
66
"description": "Runtime-config sidecar for Metaboost web",
77
"dependencies": {
8+
"@fortawesome/fontawesome-free": "^7.3.0",
89
"@metaboost/helpers": "*",
9-
"next-intl": "^4.11.0"
10+
"next": "^16.2.10",
11+
"next-intl": "^4.13.2"
1012
},
1113
"scripts": {
1214
"build": "tsc",

0 commit comments

Comments
 (0)