diff --git a/package-lock.json b/package-lock.json index 6ebbc2353..ac5a86707 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "@nextcloud/vite-config": "^2.5.4", "@types/file-saver": "^2.0.7", "@types/lodash": "^4.17.25", - "@types/luxon": "^3.7.3", + "@types/luxon": "^3.7.4", "@types/qrcode": "^1.5.6", "@vue/tsconfig": "^0.9.1", "eslint-config-prettier": "^10.1.5", @@ -2979,9 +2979,9 @@ "license": "MIT" }, "node_modules/@types/luxon": { - "version": "3.7.3", - "resolved": "https://registry.npmjs.org/@types/luxon/-/luxon-3.7.3.tgz", - "integrity": "sha512-pE7BSbKHiojpl4v7iEzdfFLXXJaH5RPJxI3Wr4x3HU59l83PJfhcUx4mGPWq245+DCAENAzRF/+ZoYr2tJCe/g==", + "version": "3.7.4", + "resolved": "https://registry.npmjs.org/@types/luxon/-/luxon-3.7.4.tgz", + "integrity": "sha512-V536ZAd6ZJztrrBlLcDFaaZrXNAL2E5uGmssWf/dpSiLkmkLScXUYhUBnWPmtW+cIqnNHzf6//TCMpIc9SCRRQ==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 034ca2e4f..b04265942 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "@nextcloud/vite-config": "^2.5.4", "@types/file-saver": "^2.0.7", "@types/lodash": "^4.17.25", - "@types/luxon": "^3.7.3", + "@types/luxon": "^3.7.4", "@types/qrcode": "^1.5.6", "@vue/tsconfig": "^0.9.1", "eslint-config-prettier": "^10.1.5",