1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-07-02 20:30:27 +00:00

NPM audit fix

This commit is contained in:
Marek Sašek 2021-11-03 13:38:54 +01:00
parent 5207029462
commit 6e6c349866
No known key found for this signature in database
GPG Key ID: 8791897AFCF3602F
2 changed files with 32447 additions and 32474 deletions

64915
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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"
}
}