2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-05 05:00:58 +00:00

Fix vulnerable dependencies (#8655)

* bump container reqs

* bump vul frontend dep

* fix tests
This commit is contained in:
Matthias Mair
2024-12-11 22:38:11 +01:00
committed by GitHub
parent ec6fc0a168
commit dd83735710
4 changed files with 69 additions and 96 deletions

View File

@ -31,9 +31,9 @@ test('Modals as admin', async ({ page }) => {
.waitFor();
await page.getByRole('tab', { name: 'frontend Packages' }).click();
await page.getByRole('button', { name: '@sentry/utils MIT' }).click();
await page.getByRole('button', { name: '@sentry/core MIT' }).click();
await page
.getByLabel('@sentry/utilsMIT')
.getByLabel('@sentry/coreMIT')
.getByText('Copyright (c) 2019')
.waitFor();