Skip to content

Commit d935d7a

Browse files
fix: upgrade Next.js and Nodemailer to resolve Dependabot alerts (#65)
Signed-off-by: luojiyin <luojiyin@hotmail.com> Co-authored-by: TechQuery <shiy2008@gmail.com>
1 parent dbefb17 commit d935d7a

2 files changed

Lines changed: 665 additions & 624 deletions

File tree

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
"@koa/router": "^15.4.0",
1818
"@mdx-js/loader": "^3.1.1",
1919
"@mdx-js/react": "^3.1.1",
20-
"@next/mdx": "^16.2.2",
20+
"@next/mdx": "^16.2.3",
2121
"core-js": "^3.49.0",
2222
"echarts-jsx": "^0.6.0",
23-
"file-type": "^22.0.0",
23+
"file-type": "^22.0.1",
2424
"idea-react": "^2.0.0-rc.13",
2525
"jsonwebtoken": "^9.0.3",
2626
"koa": "^3.2.0",
2727
"koa-jwt": "^4.0.4",
2828
"koajax": "^3.3.0",
2929
"license-filter": "^0.2.5",
30-
"marked": "^17.0.6",
30+
"marked": "^18.0.0",
3131
"mime": "^4.1.0",
3232
"mobx": "^6.15.0",
3333
"mobx-github": "^0.6.2",
@@ -38,14 +38,14 @@
3838
"mobx-restful": "^2.1.4",
3939
"mobx-restful-table": "^2.6.3",
4040
"mobx-strapi": "^0.8.1",
41-
"next": "^16.2.2",
41+
"next": "^16.2.3",
4242
"next-pwa": "^5.6.0",
4343
"next-ssr-middleware": "^1.1.0",
44-
"nodemailer": "^8.0.4",
44+
"nodemailer": "^8.0.5",
4545
"open-react-map": "^0.9.1",
46-
"react": "^19.2.4",
46+
"react": "^19.2.5",
4747
"react-bootstrap": "^2.10.10",
48-
"react-dom": "^19.2.4",
48+
"react-dom": "^19.2.5",
4949
"react-typed-component": "^1.0.6",
5050
"remark-frontmatter": "^5.0.0",
5151
"remark-mdx-frontmatter": "^5.2.0",
@@ -56,9 +56,9 @@
5656
"@babel/plugin-proposal-decorators": "^7.29.0",
5757
"@babel/plugin-transform-typescript": "^7.28.6",
5858
"@babel/preset-react": "^7.28.5",
59-
"@cspell/eslint-plugin": "^9.8.0",
59+
"@cspell/eslint-plugin": "^10.0.0",
6060
"@eslint/js": "^10.0.1",
61-
"@next/eslint-plugin-next": "^16.2.2",
61+
"@next/eslint-plugin-next": "^16.2.3",
6262
"@softonus/prettier-plugin-duplicate-remover": "^1.1.2",
6363
"@stylistic/eslint-plugin": "^5.10.0",
6464
"@types/eslint-config-prettier": "^6.11.3",
@@ -70,22 +70,22 @@
7070
"@types/react": "^19.2.14",
7171
"@types/react-dom": "^19.2.3",
7272
"eslint": "^10.2.0",
73-
"eslint-config-next": "^16.2.2",
73+
"eslint-config-next": "^16.2.3",
7474
"eslint-config-prettier": "^10.1.8",
7575
"eslint-plugin-react": "^7.37.5",
76-
"eslint-plugin-simple-import-sort": "^12.1.1",
77-
"globals": "^17.4.0",
76+
"eslint-plugin-simple-import-sort": "^13.0.0",
77+
"globals": "^17.5.0",
7878
"husky": "^9.1.7",
7979
"jiti": "^2.6.1",
8080
"less": "^4.6.4",
8181
"less-loader": "^12.3.2",
8282
"lint-staged": "^16.4.0",
8383
"next-with-less": "^3.0.1",
84-
"prettier": "^3.8.1",
84+
"prettier": "^3.8.3",
8585
"prettier-plugin-css-order": "^2.2.0",
8686
"sass": "^1.99.0",
8787
"typescript": "~5.9.3",
88-
"typescript-eslint": "^8.58.0"
88+
"typescript-eslint": "^8.58.2"
8989
},
9090
"resolutions": {
9191
"mobx-react-helper": "$mobx-react-helper",

0 commit comments

Comments
 (0)