Merge pull request #87 from microsoft/elbazitay/bumpLodash

Fix security vulnerability in lodash
This commit is contained in:
elbazitay 2021-05-12 11:15:28 +03:00 коммит произвёл GitHub
Родитель 993d3fc3d8 13777d6828
Коммит c7f2fa816b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "adx-query-charts",
"version": "1.1.59",
"version": "1.1.60",
"description": "Draw charts from Azure Data Explorer queries",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -38,7 +38,7 @@
"dependencies": {
"css-element-queries": "^1.2.3",
"highcharts": "9.0.1",
"lodash": "^4.17.15"
"lodash": "^4.17.21"
},
"jest": {
"testMatch": [