Skip to content

Commit

Permalink
fix: update dependencies to fix CVEs
Browse files Browse the repository at this point in the history
  • Loading branch information
hbollon committed Jul 25, 2024
1 parent aace6cb commit 1694ee8
Show file tree
Hide file tree
Showing 2 changed files with 8,316 additions and 14,678 deletions.
82 changes: 40 additions & 42 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,59 +18,57 @@
"author": "Camptocamp",
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.23.2",
"@grafana/e2e": "10.2.0",
"@grafana/e2e-selectors": "10.2.0",
"@grafana/eslint-config": "^6.0.1",
"@babel/core": "^7.24.9",
"@grafana/eslint-config": "^7.0.0",
"@grafana/plugin-e2e": "^1.6.0",
"@grafana/tsconfig": "^1.3.0-rc1",
"@swc/core": "^1.3.95",
"@swc/helpers": "^0.5.3",
"@swc/jest": "^0.2.29",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^12.1.5",
"@types/eslint": "^8",
"@types/jest": "^29.5.7",
"@types/lodash": "^4.14.200",
"@types/node": "^20.8.10",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"eslint": "^8.52.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-webpack-plugin": "^4.0.1",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"glob": "^10.3.10",
"@swc/core": "^1.7.1",
"@swc/helpers": "^0.5.12",
"@swc/jest": "^0.2.36",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@types/eslint": "^9.6.0",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.7",
"@types/node": "^20.14.12",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"eslint": "^8.56.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-jsdoc": "^48.8.3",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-webpack-plugin": "^4.2.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"glob": "^11.0.0",
"identity-obj-proxy": "3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^2.8.8",
"prettier": "^3.3.3",
"replace-in-file-webpack-plugin": "^1.0.6",
"sass": "1.69.5",
"sass-loader": "13.3.2",
"style-loader": "3.3.3",
"swc-loader": "^0.2.3",
"ts-node": "^10.9.1",
"sass": "1.77.8",
"sass-loader": "15.0.0",
"style-loader": "4.0.0",
"swc-loader": "^0.2.6",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "4.9.5",
"webpack": "^5.89.0",
"typescript": "5.5.4",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-livereload-plugin": "^3.0.2"
},
"engines": {
"node": ">=20"
},
"dependencies": {
"@emotion/css": "^11.11.2",
"@grafana/data": "10.2.0",
"@grafana/runtime": "10.2.0",
"@grafana/ui": "10.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"tslib": "2.6.2"
},
"packageManager": "yarn@4.0.1"
"@emotion/css": "^11.13.0",
"@grafana/data": "11.1.0",
"@grafana/runtime": "11.1.0",
"@grafana/ui": "11.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"tslib": "2.6.3"
}
}
Loading

0 comments on commit 1694ee8

Please sign in to comment.