diff --git a/package-lock.json b/package-lock.json index 6d2550ffb..772893d22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "@nextcloud/stylelint-config": "^3.2.1", "@nextcloud/vite-config": "^2.5.2", "@types/file-saver": "^2.0.7", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/luxon": "^3.7.1", "@types/qrcode": "^1.5.6", "@vue/tsconfig": "^0.8.1", @@ -3108,9 +3108,9 @@ "peer": true }, "node_modules/@types/lodash": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.23.tgz", - "integrity": "sha512-RDvF6wTulMPjrNdCoYRC8gNR880JNGT8uB+REUpC2Ns4pRqQJhGz90wh7rgdXDPpCczF3VGktDuFGVnz8zP7HA==", + "version": "4.17.24", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.24.tgz", + "integrity": "sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index f01fa67dd..afd28ea58 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@nextcloud/stylelint-config": "^3.2.1", "@nextcloud/vite-config": "^2.5.2", "@types/file-saver": "^2.0.7", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/luxon": "^3.7.1", "@types/qrcode": "^1.5.6", "@vue/tsconfig": "^0.8.1",