Skip to content

Commit eb588dc

Browse files
committed
fix: packages/plugins/@nocobase/plugin-calendar/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838
1 parent 1de0ce5 commit eb588dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugins/@nocobase/plugin-calendar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"antd-style": "3.4.5",
2121
"cron-parser": "4.4.0",
2222
"dayjs": "^1.11.8",
23-
"lodash": "^4.17.21",
23+
"lodash": "^4.17.23",
2424
"react": "^18.2.0",
2525
"react-big-calendar": "^1.8.1",
2626
"react-js-cron": "^3.1.0",

0 commit comments

Comments
 (0)