mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
[main] fix bug 68171
This commit is contained in:
11
build/package-lock.json
generated
11
build/package-lock.json
generated
@ -7121,17 +7121,6 @@
|
||||
"node": ">=0.4.2"
|
||||
}
|
||||
},
|
||||
"node_modules/less-plugin-clean-css/node_modules/clean-css": {
|
||||
"version": "4.1.11",
|
||||
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.1.11.tgz",
|
||||
"integrity": "sha512-a3ZEe58u+LizPdSCHM0jIGeKu1hN+oqqXXc1i70mnV0x2Ox3/ho1pE6Y8HD6yhDts5lEQs028H9kutlihP77uQ==",
|
||||
"dependencies": {
|
||||
"source-map": "0.5.x"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 4.0"
|
||||
}
|
||||
},
|
||||
"node_modules/less/node_modules/make-dir": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz",
|
||||
|
||||
@ -36,7 +36,7 @@
|
||||
"trim-newlines": "3.0.1",
|
||||
"mkdirp": "0.5.6",
|
||||
"less-plugin-clean-css@1.5.1": {
|
||||
"clean-css": "4.1.11"
|
||||
"clean-css": "5.3.3"
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user