58b7ae14ce
* remove support for v1 (cherry picked from commit 8630a7a991af74edc4030f57d37a4bc263202fde) * Security: Make proxy endpoints not leak sensitive HTTP headers Fixes CVE-2022-31130 (cherry picked from commit 2974574a53ab6d26be7b706e76271173a91fea3a) * Security: Fix do not forward login cookie in outgoing requests (cherry picked from commit 54a32fc83b233f5910495b5fcca0b4f881221538) * Add test for username/login field conflict (cherry picked from commit7aabcf2694) * Swap order of login fields (cherry picked from commit5ec176cada) * "Release: Updated versions in package to 8.5.14" (#547) Co-authored-by: Will Browne <will.browne@grafana.com> Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com> Co-authored-by: linoman <2051016+linoman@users.noreply.github.com> Co-authored-by: Grot (@grafanabot) <43478413+grafanabot@users.noreply.github.com>
38 lines
962 B
JSON
38 lines
962 B
JSON
{
|
|
"name": "@grafana-plugins/input-datasource",
|
|
"version": "8.5.14",
|
|
"description": "Input Datasource",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/grafana/grafana.git"
|
|
},
|
|
"scripts": {
|
|
"build": "grafana-toolkit plugin:build",
|
|
"test": "grafana-toolkit plugin:test",
|
|
"dev": "grafana-toolkit plugin:dev",
|
|
"watch": "grafana-toolkit plugin:dev --watch"
|
|
},
|
|
"author": "Grafana Labs",
|
|
"devDependencies": {
|
|
"@types/jest": "26.0.15",
|
|
"@types/lodash": "4.14.149",
|
|
"@types/react": "17.0.30",
|
|
"lodash": "4.17.21",
|
|
"pnp-webpack-plugin": "^1.7.0",
|
|
"ts-loader": "8.0.11",
|
|
"webpack": "5.58.1"
|
|
},
|
|
"dependencies": {
|
|
"@grafana/data": "8.5.14",
|
|
"@grafana/toolkit": "8.5.14",
|
|
"@grafana/ui": "8.5.14",
|
|
"jquery": "3.5.1",
|
|
"react": "17.0.1",
|
|
"react-dom": "17.0.1",
|
|
"react-hook-form": "7.5.3",
|
|
"react-router-dom": "^5.2.0",
|
|
"tslib": "2.3.1"
|
|
}
|
|
}
|