diff --git a/package-lock.json b/package-lock.json index 33025b748..ff51cd840 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@opencast/appkit": "^0.2.1", "@reduxjs/toolkit": "^1.9.7", "@testing-library/jest-dom": "^6.1.3", - "@types/iarna__toml": "^2.0.2", + "@types/iarna__toml": "^2.0.4", "@types/react": "^18.2.24", "@types/react-dom": "^18.2.10", "customize-cra": "^1.0.0", @@ -4562,8 +4562,9 @@ } }, "node_modules/@types/iarna__toml": { - "version": "2.0.2", - "license": "MIT", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@types/iarna__toml/-/iarna__toml-2.0.4.tgz", + "integrity": "sha512-ajqbebRITI3ZY+DibMwlMLPJActNHrjx2WZnmweb2laLbo1aD1T0EgkoyPCLLbjjhhpx1zC91ORj1f605lR57g==", "dependencies": { "@types/node": "*" } diff --git a/package.json b/package.json index 08549b459..73d538715 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@opencast/appkit": "^0.2.1", "@reduxjs/toolkit": "^1.9.7", "@testing-library/jest-dom": "^6.1.3", - "@types/iarna__toml": "^2.0.2", + "@types/iarna__toml": "^2.0.4", "@types/react": "^18.2.24", "@types/react-dom": "^18.2.10", "customize-cra": "^1.0.0",