Skip to content

Commit

Permalink
Merge pull request #401 from metrico/fix/security_issues
Browse files Browse the repository at this point in the history
fix: packages update
  • Loading branch information
jacovinus authored Feb 7, 2024
2 parents 6ee1a53 + 9574d99 commit 9602e68
Show file tree
Hide file tree
Showing 5 changed files with 729 additions and 673 deletions.
File renamed without changes.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.10.1",
"@types/react": "^18.2.39",
"turbo": "^1.10.16",
"typescript": "^5.3.2"
"@types/node": "^20.11.16",
"@types/react": "^18.2.55",
"turbo": "^1.12.3",
"typescript": "^5.3.3"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-node": "^10.9.1"
"ts-node": "^10.9.2"
}
}
50 changes: 25 additions & 25 deletions packages/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,76 +12,76 @@
"dependencies": {
"@emotion/css": "^11.11.2",
"@emotion/is-prop-valid": "^1.2.1",
"@emotion/react": "^11.11.1",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@microlink/react-json-view": "latest",
"@mui/base": "5.0.0-beta.5",
"@mui/icons-material": "^5.14.19",
"@mui/material": "^5.14.19",
"@mui/styles": "^5.14.19",
"@mui/icons-material": "^5.15.8",
"@mui/material": "^5.15.7",
"@mui/styles": "^5.15.8",
"@mui/x-charts": "6.0.0-alpha.12",
"@szhsin/react-menu": "^4.1.0",
"@tanstack/match-sorter-utils": "^8.8.4",
"@tanstack/react-table": "^8.10.7",
"axios": "^1.6.2",
"classnames": "^2.3.2",
"@tanstack/match-sorter-utils": "^8.11.8",
"@tanstack/react-table": "^8.11.8",
"axios": "^1.6.7",
"classnames": "^2.5.1",
"combokeys": "^3.0.1",
"date-fns": "^2.30.0",
"dayjs": "^1.11.10",
"deep-freeze": "^0.0.1",
"dnd-core": "^16.0.1",
"fuzzy": "^0.1.3",
"immutability-helper": "^3.1.1",
"isomorphic-dompurify": "^1.11.0",
"isomorphic-dompurify": "^1.13.0",
"javascript-time-ago": "^2.5.9",
"jquery": "^3.7.1",
"json-markup": "^1.1.4",
"lodash": "^4.17.21",
"lru-memoize": "^1.1.0",
"memoize-one": "^6.0.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"nanoid": "^4.0.2",
"papaparse": "^5.4.1",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-cookie": "^4.1.1",
"react-day-picker": "^8.9.1",
"react-day-picker": "^8.10.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-flot": "^1.3.0",
"react-redux": "^8.1.3",
"react-responsive": "^9.0.2",
"react-router-dom": "^6.20.0",
"react-router-dom": "^6.22.0",
"react-select": "^5.8.0",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"reselect": "^4.1.8",
"slate": "^0.94.1",
"slate-history": "^0.93.0",
"slate-react": "^0.97.2",
"tss-react": "^4.9.3",
"zustand": "^4.4.7"
"tss-react": "^4.9.4",
"zustand": "^4.5.0"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.11.0",
"@testing-library/react": "^14.1.2",
"@types/jest": "^29.5.10",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@testing-library/react": "^14.2.1",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-basic-ssl": "^1.0.2",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^8.54.0",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.5",
"happy-dom": "^9.20.3",
"prettier": "^3.1.0",
"sass": "^1.69.5",
"prettier": "^3.2.5",
"sass": "^1.70.0",
"scss": "^0.2.4",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"vite": "^4.5.2",
"vitest": "^0.32.4"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/main/plugins/Raggix/getLogsSeries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ const getLabels = async (labelsUrl: string, config: any) => {
const getLogQueries = async (
logLabels: any[],
filterValues: any[],
labelValuesUrl: Function,
labelValuesUrl: any,
config: any
) => {
let logQueries = [];
let logQueries:any = [];
try {
for (let item of logLabels) {
/* Filter Metric labels out */
Expand All @@ -53,7 +53,7 @@ const getLogQueries = async (

const getLogs = async (
logQueries: any[],
logRequest: Function,
logRequest: any,
config: any
) => {
let res: any = [];
Expand All @@ -78,7 +78,7 @@ const getLogsSeries = async (
start: number,
end: number,
host: string,
setLoading: Function,
setLoading: any,
config: any
) => {
setLoading(() => true);
Expand Down
Loading

0 comments on commit 9602e68

Please sign in to comment.