Files
grafana/plugins-bundled/internal/input-datasource/package.json
Dimitris Sotirakis f42d0b9beb [v8.3.x] Sync security changes (#45067)
* "Release: Updated versions in package to 8.3.5"

* [v8.3.x] Fix for CVE-2022-21702 (#225)

Fix for CVE-2022-21702

* Update yarn.lock for 8.3.5

* resolve conflicts

(cherry picked from commit bb38cfcba4b4f824060ff385d858c63f50b72d74)

* csrf checks for v8.3.5 (#234)

* Fix lint

* Cherry pick e2e test server changes

Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Co-authored-by: Kevin Minehart <kmineh0151@gmail.com>
Co-authored-by: Serge Zaitsev <serge.zaitsev@grafana.com>
2022-02-08 15:35:38 +01:00

38 lines
958 B
JSON

{
"name": "@grafana-plugins/input-datasource",
"version": "8.3.5",
"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.3.5",
"@grafana/toolkit": "8.3.5",
"@grafana/ui": "8.3.5",
"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"
}
}