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:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user