summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-17 19:07:26 +0000
committerDaniel Micay <danielmicay@gmail.com>2024-01-17 14:17:42 -0500
commite52dc5530e11812706ad2da6ecf7a1e97e663bb0 (patch)
treead090a6ad78fffc439e228b7af65664faabf0e16
parent4ee9091d43e9927182f0a8b51700b92034da57b6 (diff)
Bump terser from 5.26.0 to 5.27.0
Bumps [terser](https://github.com/terser/terser) from 5.26.0 to 5.27.0. - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.26.0...v5.27.0) --- updated-dependencies: - dependency-name: terser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index 09e6e6ff..4a6f76c1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,7 +10,7 @@
"html-minifier-terser": "^7.2.0",
"stylelint": "^16.1.0",
"stylelint-config-standard": "^36.0.0",
- "terser": "^5.26.0",
+ "terser": "^5.27.0",
"vnu-jar": "^23.4.11"
}
},
@@ -2521,9 +2521,9 @@
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
},
"node_modules/terser": {
- "version": "5.26.0",
- "resolved": "https://registry.npmjs.org/terser/-/terser-5.26.0.tgz",
- "integrity": "sha512-dytTGoE2oHgbNV9nTzgBEPaqAWvcJNl66VZ0BkJqlvp71IjO8CxdBx/ykCNb47cLnCmCvRZ6ZR0tLkqvZCdVBQ==",
+ "version": "5.27.0",
+ "resolved": "https://registry.npmjs.org/terser/-/terser-5.27.0.tgz",
+ "integrity": "sha512-bi1HRwVRskAjheeYl291n3JC4GgO/Ty4z1nVs5AAsmonJulGxpSektecnNedrwK9C7vpvVtcX3cw00VSLt7U2A==",
"dependencies": {
"@jridgewell/source-map": "^0.3.3",
"acorn": "^8.8.2",
diff --git a/package.json b/package.json
index 381ea76b..ef83c3d1 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"html-minifier-terser": "^7.2.0",
"stylelint": "^16.1.0",
"stylelint-config-standard": "^36.0.0",
- "terser": "^5.26.0",
+ "terser": "^5.27.0",
"vnu-jar": "^23.4.11"
}
}