* Fix lodash vulnerability: Prototype Pollution (Jee Mok)
This commit is contained in:
Miroslav Bajtoš 2018-05-10 09:33:08 +02:00
parent f58f8b041f
commit f6faa8d7b3
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2018-05-10, Version 4.3.1
=========================
* Fix lodash vulnerability: Prototype Pollution (Jee Mok)
2017-09-15, Version 4.3.0
=========================

View File

@ -1,6 +1,6 @@
{
"name": "loopback-component-explorer",
"version": "4.3.0",
"version": "4.3.1",
"description": "Browse and test your LoopBack app's APIs",
"engines": {
"node": ">=4"