Bump terser from 5.17.0 to 5.17.1

Bumps [terser](https://github.com/terser/terser) from 5.17.0 to 5.17.1.
- [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.17.0...v5.17.1)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-19 19:56:42 +00:00 committed by Daniel Micay
parent 1613c05a63
commit daf776ad78
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -10,7 +10,7 @@
"html-minifier-terser": "^7.2.0",
"stylelint": "^15.5.0",
"stylelint-config-standard": "^33.0.0",
"terser": "^5.17.0",
"terser": "^5.17.1",
"vnu-jar": "^23.4.11"
}
},
@ -2561,9 +2561,9 @@
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
},
"node_modules/terser": {
"version": "5.17.0",
"resolved": "https://registry.npmjs.org/terser/-/terser-5.17.0.tgz",
"integrity": "sha512-3die3+pYW4mta4xF6K8Wtf7id8+oYyfqtAhjwzqY01+CfDSDMx/VA1Sp8sXWs5AVNIoAKoUfmp/gnPqRjBxuDA==",
"version": "5.17.1",
"resolved": "https://registry.npmjs.org/terser/-/terser-5.17.1.tgz",
"integrity": "sha512-hVl35zClmpisy6oaoKALOpS0rDYLxRFLHhRuDlEGTKey9qHjS1w9GMORjuwIMt70Wan4lwsLYyWDVnWgF+KUEw==",
"dependencies": {
"@jridgewell/source-map": "^0.3.2",
"acorn": "^8.5.0",
@ -4546,9 +4546,9 @@
}
},
"terser": {
"version": "5.17.0",
"resolved": "https://registry.npmjs.org/terser/-/terser-5.17.0.tgz",
"integrity": "sha512-3die3+pYW4mta4xF6K8Wtf7id8+oYyfqtAhjwzqY01+CfDSDMx/VA1Sp8sXWs5AVNIoAKoUfmp/gnPqRjBxuDA==",
"version": "5.17.1",
"resolved": "https://registry.npmjs.org/terser/-/terser-5.17.1.tgz",
"integrity": "sha512-hVl35zClmpisy6oaoKALOpS0rDYLxRFLHhRuDlEGTKey9qHjS1w9GMORjuwIMt70Wan4lwsLYyWDVnWgF+KUEw==",
"requires": {
"@jridgewell/source-map": "^0.3.2",
"acorn": "^8.5.0",

View File

@ -5,7 +5,7 @@
"html-minifier-terser": "^7.2.0",
"stylelint": "^15.5.0",
"stylelint-config-standard": "^33.0.0",
"terser": "^5.17.0",
"terser": "^5.17.1",
"vnu-jar": "^23.4.11"
}
}