mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-21 15:54:22 +01:00
(security) Merge pull request #378 from sleede/dependabot/npm_and_yarn/terser-4.8.1
Bump terser from 4.8.0 to 4.8.1
This commit is contained in:
commit
833a3047b7
@ -19,6 +19,7 @@
|
|||||||
- Fix a bug: As admin, unable to create a new member (#374)
|
- Fix a bug: As admin, unable to create a new member (#374)
|
||||||
- Fix a bug: profile completion form is not shown is T&C were not filled
|
- Fix a bug: profile completion form is not shown is T&C were not filled
|
||||||
- Fix a bug: Erroneous "cancelation failed" message if elasticsearch was disabled
|
- Fix a bug: Erroneous "cancelation failed" message if elasticsearch was disabled
|
||||||
|
- Fix a security issue: updated terser to 4.8.1 to fix [CVE-2022-25858](https://cve.mitre.org/cgi-bin/cvename.cgi?CVE-2022-25858)
|
||||||
|
|
||||||
## v5.4.12 2022 July 06
|
## v5.4.12 2022 July 06
|
||||||
|
|
||||||
|
@ -7342,9 +7342,9 @@ terser-webpack-plugin@5, terser-webpack-plugin@^5.1.3:
|
|||||||
terser "^5.7.2"
|
terser "^5.7.2"
|
||||||
|
|
||||||
terser@^4.6.3:
|
terser@^4.6.3:
|
||||||
version "4.8.0"
|
version "4.8.1"
|
||||||
resolved "https://registry.yarnpkg.com/terser/-/terser-4.8.0.tgz#63056343d7c70bb29f3af665865a46fe03a0df17"
|
resolved "https://registry.yarnpkg.com/terser/-/terser-4.8.1.tgz#a00e5634562de2239fd404c649051bf6fc21144f"
|
||||||
integrity sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==
|
integrity sha512-4GnLC0x667eJG0ewJTa6z/yXrbLGv80D9Ru6HIpCQmO+Q4PfEtBFi0ObSckqwL6VyQv/7ENJieXHo2ANmdQwgw==
|
||||||
dependencies:
|
dependencies:
|
||||||
commander "^2.20.0"
|
commander "^2.20.0"
|
||||||
source-map "~0.6.1"
|
source-map "~0.6.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user