diff options
| author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-04-28 15:28:29 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-04-28 15:28:29 +0300 |
| commit | ecda8301a5c882828130e89bf35dae7ce808345f (patch) | |
| tree | 95244145660d9ea00927ff4726f89d12a9b1236b | |
| parent | ba858eafe887b7c580c40ce7b6ea629a7dc3a1f4 (diff) | |
| download | bootstrap-ecda8301a5c882828130e89bf35dae7ce808345f.tar.xz bootstrap-ecda8301a5c882828130e89bf35dae7ce808345f.zip | |
Bump terser from 4.6.11 to 4.6.12 (#30664)
Bumps [terser](https://github.com/terser/terser) from 4.6.11 to 4.6.12.
- [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/v4.6.11...v4.6.12)
Signed-off-by: dependabot-preview[bot] <[email protected]>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <[email protected]>
| -rw-r--r-- | package-lock.json | 12 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json index 5fc96bb44..6b11adc30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11609,9 +11609,9 @@ } }, "source-map-support": { - "version": "0.5.16", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.16.tgz", - "integrity": "sha512-efyLRJDr68D9hBBNIPWFjhpFzURh+KJykQwvMyW5UiZzYwoF6l4YMMDIJJEyFWxWCqfyxLzz6tSfUFR+kXXsVQ==", + "version": "0.5.19", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", + "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", "dev": true, "requires": { "buffer-from": "^1.0.0", @@ -12327,9 +12327,9 @@ "dev": true }, "terser": { - "version": "4.6.11", - "resolved": "https://registry.npmjs.org/terser/-/terser-4.6.11.tgz", - "integrity": "sha512-76Ynm7OXUG5xhOpblhytE7X58oeNSmC8xnNhjWVo8CksHit0U0kO4hfNbPrrYwowLWFgM2n9L176VNx2QaHmtA==", + "version": "4.6.12", + "resolved": "https://registry.npmjs.org/terser/-/terser-4.6.12.tgz", + "integrity": "sha512-fnIwuaKjFPANG6MAixC/k1TDtnl1YlPLUlLVIxxGZUn1gfUx2+l3/zGNB72wya+lgsb50QBi2tUV75RiODwnww==", "dev": true, "requires": { "commander": "^2.20.0", diff --git a/package.json b/package.json index 5220572ea..250b949a9 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "shelljs": "^0.8.4", "stylelint": "^13.3.3", "stylelint-config-twbs-bootstrap": "^2.0.1", - "terser": "^4.6.11", + "terser": "^4.6.12", "vnu-jar": "20.3.16" }, "files": [ |
