mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2024-11-14 17:35:35 +01:00
NPM audit fix
This commit is contained in:
parent
5207029462
commit
6e6c349866
64915
package-lock.json
generated
64915
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
@ -58,6 +58,9 @@
|
|||
"style-loader": "^1.2.1",
|
||||
"webpack": "^5.15.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"immer": "9.0.6"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint src",
|
||||
"lint:fix": "eslint --fix src",
|
||||
|
@ -65,6 +68,7 @@
|
|||
"test:watch": "jest --watch",
|
||||
"test:coverage": "jest --coverage --colors",
|
||||
"docs": "npx styleguidist build ",
|
||||
"docs:watch": "styleguidist server"
|
||||
"docs:watch": "styleguidist server",
|
||||
"preinstall": "npx npm-force-resolutions"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user