Skip to content

Commit ae2e0ab

Browse files
committed
fix: packages/plugins/@nocobase/plugin-action-custom-request/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 ae2e0ab

File tree

1 file changed

+1
-1
lines changed
  • packages/plugins/@nocobase/plugin-action-custom-request

1 file changed

+1
-1
lines changed

packages/plugins/@nocobase/plugin-action-custom-request/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@formily/react": "2.x",
1414
"@formily/shared": "2.x",
1515
"antd": "5.x",
16-
"lodash": "4.x",
16+
"lodash": "4.17.23",
1717
"react-i18next": "^11.15.1",
1818
"react-router-dom": "6.x"
1919
},

0 commit comments

Comments
 (0)