mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
[build] Fix vulnerabilities in package dependencies; Bump grunt version
This commit is contained in:
committed by
Sergey Konovalov
parent
2bd33a4386
commit
93d283a919
@ -54,12 +54,12 @@
|
||||
"./build/server/Metrics"
|
||||
],
|
||||
"dependencies": {
|
||||
"grunt": "^1.3.0",
|
||||
"grunt": "^1.4.1",
|
||||
"grunt-banner": "^0.6.0",
|
||||
"grunt-check-dependencies": "^1.0.0",
|
||||
"grunt-contrib-clean": "^2.0.0",
|
||||
"grunt-contrib-copy": "^1.0.0",
|
||||
"grunt-stripcomments": "^0.7.2",
|
||||
"grunt-mkdir": "^1.0.0"
|
||||
"grunt-mkdir": "^1.1.0",
|
||||
"grunt-stripcomments": "^0.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user