diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a9b57baf..303cafd6 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "amcat4client", - "version": "4.2.3", + "version": "4.2.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "amcat4client", - "version": "4.2.3", + "version": "4.2.5", "dependencies": { "@hookform/resolvers": "^3.10.0", "@radix-ui/react-accordion": "^1.1.2", @@ -7756,7 +7756,9 @@ } }, "node_modules/lodash": { - "version": "4.17.23", + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", "license": "MIT" }, "node_modules/lodash.castarray": {