web-apps/build/package.json
dependabot[bot] adefdded97
Bump terser from 5.12.1 to 5.14.2 in /build
Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.12.1...v5.14.2)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-22 12:23:57 +00:00

37 lines
1,016 B
JSON

{
"name": "common",
"version": "1.0.1",
"homepage": "http://www.onlyoffice.com",
"private": true,
"dependencies": {
"grunt": "^1.5.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-htmlmin": "^3.1.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-less": "^3.0.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-exec": "^3.0.0",
"grunt-inline": "file:plugins/grunt-inline",
"grunt-json-minify": "^1.1.0",
"grunt-spritesmith": "^6.9.0",
"grunt-svgmin": "^6.0.1",
"grunt-terser": "^2.0.0",
"grunt-text-replace": "0.4.0",
"iconsprite": "file:sprites",
"iconv-lite": "^0.6.3",
"less-plugin-clean-css": "1.5.1",
"lodash": "^4.17.21",
"terser": "^5.14.2",
"vinyl-fs": "^3.0.3"
},
"devDependencies": {
"chai": "1.9.1",
"grunt-mocha": "^1.0.0",
"mocha": "^9.2.0"
}
}