Skip to content

Commit ea45a93

Browse files
committed
fix: update dependencies for next and fast-xml-parser to latest versions
1 parent d385bf9 commit ea45a93

4 files changed

Lines changed: 75 additions & 54 deletions

File tree

functions/package-lock.json

Lines changed: 32 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"private": true,
3131
"overrides": {
3232
"lodash": ">=4.17.23",
33-
"fast-xml-parser": ">=5.3.8",
33+
"fast-xml-parser": ">=5.5.7",
3434
"minimatch": ">=9.0.7",
3535
"@tootallnate/once": ">=3.0.1"
3636
}

package-lock.json

Lines changed: 40 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"markdown-to-jsx": "^7.7.4",
5656
"marked": "^15.0.7",
5757
"msw": "^2.7.3",
58-
"next": "^15.5.10",
58+
"next": "^15.5.14",
5959
"next-themes": "^0.4.6",
6060
"react": "^19.2.3",
6161
"react-day-picker": "^9.6.5",
@@ -85,6 +85,7 @@
8585
"typescript": "^5"
8686
},
8787
"overrides": {
88+
"fast-xml-parser": ">=5.5.7",
8889
"lodash": ">=4.17.23",
8990
"minimatch": ">=9.0.7",
9091
"@tootallnate/once": ">=3.0.1"

0 commit comments

Comments
 (0)