[main] fix bug 68171

This commit is contained in:
maxkadushkin
2024-05-24 12:50:54 +03:00
parent 938f194405
commit 23a892c30b
2 changed files with 1 additions and 12 deletions

View File

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

View File

@ -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": {