doc/website: fix security concern transitive depedency in website docs (#1957)

This commit is contained in:
Risky Feryansyah
2021-09-17 16:36:45 +07:00
committed by GitHub
parent 912415e1e1
commit 8cb468f979
2 changed files with 20 additions and 15 deletions

View File

@@ -26,6 +26,8 @@
"glob-parent": "^5.1.2",
"trim": "^0.0.3",
"browserslist": "^4.16.5",
"axios": "0.21.3"
"axios": "0.21.3",
"set-value": "^4.0.1",
"immer": "^9.0.6"
}
}