diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0aa961047..fdce412f9 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -8,11 +8,11 @@ "name": "frontend", "version": "0.0.0", "dependencies": { - "@ag-grid-community/client-side-row-model": "^32.3.0", - "@ag-grid-community/core": "^32.3.0", - "@ag-grid-community/csv-export": "^32.3.0", - "@ag-grid-community/react": "^32.3.0", - "@ag-grid-community/styles": "^32.3.0", + "@ag-grid-community/client-side-row-model": "^32.3.3", + "@ag-grid-community/core": "^32.3.3", + "@ag-grid-community/csv-export": "^32.3.3", + "@ag-grid-community/react": "^32.3.3", + "@ag-grid-community/styles": "^32.3.3", "@bcgov/bc-sans": "^2.1.0", "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0", diff --git a/frontend/package.json b/frontend/package.json index 9d34e71a4..6e8783097 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -30,11 +30,11 @@ ] }, "dependencies": { - "@ag-grid-community/client-side-row-model": "^32.3.0", - "@ag-grid-community/core": "^32.3.0", - "@ag-grid-community/csv-export": "^32.3.0", - "@ag-grid-community/react": "^32.3.0", - "@ag-grid-community/styles": "^32.3.0", + "@ag-grid-community/client-side-row-model": "^32.3.3", + "@ag-grid-community/core": "^32.3.3", + "@ag-grid-community/csv-export": "^32.3.3", + "@ag-grid-community/react": "^32.3.3", + "@ag-grid-community/styles": "^32.3.3", "@bcgov/bc-sans": "^2.1.0", "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0",