Skip to content

Commit 1694ee8

Browse files
committed
fix: update dependencies to fix CVEs
1 parent aace6cb commit 1694ee8

File tree

2 files changed

+8316
-14678
lines changed

2 files changed

+8316
-14678
lines changed

package.json

+40-42
Original file line numberDiff line numberDiff line change
@@ -18,59 +18,57 @@
1818
"author": "Camptocamp",
1919
"license": "Apache-2.0",
2020
"devDependencies": {
21-
"@babel/core": "^7.23.2",
22-
"@grafana/e2e": "10.2.0",
23-
"@grafana/e2e-selectors": "10.2.0",
24-
"@grafana/eslint-config": "^6.0.1",
21+
"@babel/core": "^7.24.9",
22+
"@grafana/eslint-config": "^7.0.0",
23+
"@grafana/plugin-e2e": "^1.6.0",
2524
"@grafana/tsconfig": "^1.3.0-rc1",
26-
"@swc/core": "^1.3.95",
27-
"@swc/helpers": "^0.5.3",
28-
"@swc/jest": "^0.2.29",
29-
"@testing-library/jest-dom": "^5.17.0",
30-
"@testing-library/react": "^12.1.5",
31-
"@types/eslint": "^8",
32-
"@types/jest": "^29.5.7",
33-
"@types/lodash": "^4.14.200",
34-
"@types/node": "^20.8.10",
35-
"@typescript-eslint/eslint-plugin": "^6.9.1",
36-
"@typescript-eslint/parser": "^6.9.1",
37-
"copy-webpack-plugin": "^11.0.0",
38-
"css-loader": "^6.8.1",
39-
"eslint": "^8.52.0",
40-
"eslint-plugin-deprecation": "^2.0.0",
41-
"eslint-plugin-jsdoc": "^46.8.2",
42-
"eslint-plugin-react": "^7.33.2",
43-
"eslint-plugin-react-hooks": "^4.6.0",
44-
"eslint-webpack-plugin": "^4.0.1",
45-
"fork-ts-checker-webpack-plugin": "^8.0.0",
46-
"glob": "^10.3.10",
25+
"@swc/core": "^1.7.1",
26+
"@swc/helpers": "^0.5.12",
27+
"@swc/jest": "^0.2.36",
28+
"@testing-library/jest-dom": "^6.4.8",
29+
"@testing-library/react": "^16.0.0",
30+
"@types/eslint": "^9.6.0",
31+
"@types/jest": "^29.5.12",
32+
"@types/lodash": "^4.17.7",
33+
"@types/node": "^20.14.12",
34+
"@typescript-eslint/eslint-plugin": "^7.17.0",
35+
"@typescript-eslint/parser": "^7.17.0",
36+
"copy-webpack-plugin": "^12.0.2",
37+
"css-loader": "^7.1.2",
38+
"eslint": "^8.56.0",
39+
"eslint-plugin-deprecation": "^3.0.0",
40+
"eslint-plugin-jsdoc": "^48.8.3",
41+
"eslint-plugin-react": "^7.35.0",
42+
"eslint-plugin-react-hooks": "^4.6.2",
43+
"eslint-webpack-plugin": "^4.2.0",
44+
"fork-ts-checker-webpack-plugin": "^9.0.2",
45+
"glob": "^11.0.0",
4746
"identity-obj-proxy": "3.0.0",
4847
"jest": "^29.7.0",
4948
"jest-environment-jsdom": "^29.7.0",
50-
"prettier": "^2.8.8",
49+
"prettier": "^3.3.3",
5150
"replace-in-file-webpack-plugin": "^1.0.6",
52-
"sass": "1.69.5",
53-
"sass-loader": "13.3.2",
54-
"style-loader": "3.3.3",
55-
"swc-loader": "^0.2.3",
56-
"ts-node": "^10.9.1",
51+
"sass": "1.77.8",
52+
"sass-loader": "15.0.0",
53+
"style-loader": "4.0.0",
54+
"swc-loader": "^0.2.6",
55+
"ts-node": "^10.9.2",
5756
"tsconfig-paths": "^4.2.0",
58-
"typescript": "4.9.5",
59-
"webpack": "^5.89.0",
57+
"typescript": "5.5.4",
58+
"webpack": "^5.93.0",
6059
"webpack-cli": "^5.1.4",
6160
"webpack-livereload-plugin": "^3.0.2"
6261
},
6362
"engines": {
6463
"node": ">=20"
6564
},
6665
"dependencies": {
67-
"@emotion/css": "^11.11.2",
68-
"@grafana/data": "10.2.0",
69-
"@grafana/runtime": "10.2.0",
70-
"@grafana/ui": "10.2.0",
71-
"react": "17.0.2",
72-
"react-dom": "17.0.2",
73-
"tslib": "2.6.2"
74-
},
75-
"packageManager": "[email protected]"
66+
"@emotion/css": "^11.13.0",
67+
"@grafana/data": "11.1.0",
68+
"@grafana/runtime": "11.1.0",
69+
"@grafana/ui": "11.1.0",
70+
"react": "18.3.1",
71+
"react-dom": "18.3.1",
72+
"tslib": "2.6.3"
73+
}
7674
}

0 commit comments

Comments
 (0)