npm audit fix

This commit is contained in:
andrelandgraf 2020-06-15 02:43:19 +02:00
parent 0423540ae7
commit 6ed5ffbd18
2 changed files with 4 additions and 2 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "react-datalist-input", "name": "react-datalist-input",
"version": "1.3.11", "version": "1.3.12",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -3,7 +3,9 @@
"version": "1.3.12", "version": "1.3.12",
"description": "This package provides a react component as follows: an input field with a drop down menu to pick a possible option based on the current input.", "description": "This package provides a react component as follows: an input field with a drop down menu to pick a possible option based on the current input.",
"main": "./dist/DataListInput.js", "main": "./dist/DataListInput.js",
"files": ["dist"], "files": [
"dist"
],
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",