mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +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