Merge pull request #582 from ONLYOFFICE/dependabot/npm_and_yarn/common/loginpage/build/terser-5.14.2

Bump terser from 5.14.1 to 5.14.2 in /common/loginpage/build
This commit is contained in:
maxkadushkin
2022-09-26 19:23:48 +03:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

View File

@ -18,7 +18,7 @@
"grunt-terser": "^2.0.0",
"grunt-text-replace": "0.4.0",
"lodash": "^4.17.20",
"terser": "^5.14.1"
"terser": "^5.14.2"
}
},
"node_modules/@ampproject/remapping": {
@ -5884,9 +5884,9 @@
}
},
"node_modules/terser": {
"version": "5.14.1",
"resolved": "https://registry.npmjs.org/terser/-/terser-5.14.1.tgz",
"integrity": "sha512-+ahUAE+iheqBTDxXhTisdA8hgvbEG1hHOQ9xmNjeUJSoi6DU/gMrKNcfZjHkyY6Alnuyc+ikYJaxxfHkT3+WuQ==",
"version": "5.14.2",
"resolved": "https://registry.npmjs.org/terser/-/terser-5.14.2.tgz",
"integrity": "sha512-oL0rGeM/WFQCUd0y2QrWxYnq7tfSuKBiqTjRPWrRgB46WD/kiwHwF8T23z78H6Q6kGCuuHcPB+KULHRdxvVGQA==",
"dependencies": {
"@jridgewell/source-map": "^0.3.2",
"acorn": "^8.5.0",
@ -10563,9 +10563,9 @@
}
},
"terser": {
"version": "5.14.1",
"resolved": "https://registry.npmjs.org/terser/-/terser-5.14.1.tgz",
"integrity": "sha512-+ahUAE+iheqBTDxXhTisdA8hgvbEG1hHOQ9xmNjeUJSoi6DU/gMrKNcfZjHkyY6Alnuyc+ikYJaxxfHkT3+WuQ==",
"version": "5.14.2",
"resolved": "https://registry.npmjs.org/terser/-/terser-5.14.2.tgz",
"integrity": "sha512-oL0rGeM/WFQCUd0y2QrWxYnq7tfSuKBiqTjRPWrRgB46WD/kiwHwF8T23z78H6Q6kGCuuHcPB+KULHRdxvVGQA==",
"requires": {
"@jridgewell/source-map": "^0.3.2",
"acorn": "^8.5.0",

View File

@ -14,6 +14,6 @@
"grunt-terser": "^2.0.0",
"grunt-text-replace": "0.4.0",
"lodash": "^4.17.20",
"terser": "^5.14.1"
"terser": "^5.14.2"
}
}