diff --git a/package-lock.json b/package-lock.json index c91804d..1462667 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "chart.js": "^4.4.7", "crypto-js": "^4.1.1", "eslint": "8.42.0", - "luxon": "^3.3.0", + "luxon": "^3.6.1", "next": "^14.2.23", "next-plausible": "^3.12.0", "react": "^18.3.1", @@ -37,7 +37,7 @@ }, "devDependencies": { "@types/crypto-js": "^4.1.1", - "@types/luxon": "^3.3.0", + "@types/luxon": "^3.6.1", "@types/react-color": "^3.0.7", "@types/three": "^0.152.1", "eslint-config-next": "^14.2.23", @@ -2516,10 +2516,11 @@ "license": "MIT" }, "node_modules/@types/luxon": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/@types/luxon/-/luxon-3.3.0.tgz", - "integrity": "sha512-uKRI5QORDnrGFYgcdAVnHvEIvEZ8noTpP/Bg+HeUzZghwinDlIS87DEenV5r1YoOF9G4x600YsUXLWZ19rmTmg==", - "dev": true + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/@types/luxon/-/luxon-3.6.1.tgz", + "integrity": "sha512-GEo4k1yY5PBaPLqEbk+vp2LhVCKPa/TQlTjuCf3exvx6fjB+jVuDa/Zopi8eznEkJf8yeZRzSK/kzG14g5aXPQ==", + "dev": true, + "license": "MIT" }, "node_modules/@types/mysql": { "version": "2.15.26", @@ -6459,9 +6460,10 @@ } }, "node_modules/luxon": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.3.0.tgz", - "integrity": "sha512-An0UCfG/rSiqtAIiBPO0Y9/zAnHUZxAMiCpTd5h2smgsj7GGmcenvrvww2cqNA8/4A5ZrD1gJpHN2mIHZQF+Mg==", + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.6.1.tgz", + "integrity": "sha512-tJLxrKJhO2ukZ5z0gyjY1zPh3Rh88Ej9P7jNrZiHMUXHae1yvI2imgOZtL1TO8TW6biMMKfTtAOoEJANgtWBMQ==", + "license": "MIT", "engines": { "node": ">=12" } @@ -10963,9 +10965,9 @@ "dev": true }, "@types/luxon": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/@types/luxon/-/luxon-3.3.0.tgz", - "integrity": "sha512-uKRI5QORDnrGFYgcdAVnHvEIvEZ8noTpP/Bg+HeUzZghwinDlIS87DEenV5r1YoOF9G4x600YsUXLWZ19rmTmg==", + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/@types/luxon/-/luxon-3.6.1.tgz", + "integrity": "sha512-GEo4k1yY5PBaPLqEbk+vp2LhVCKPa/TQlTjuCf3exvx6fjB+jVuDa/Zopi8eznEkJf8yeZRzSK/kzG14g5aXPQ==", "dev": true }, "@types/mysql": { @@ -13688,9 +13690,9 @@ } }, "luxon": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.3.0.tgz", - "integrity": "sha512-An0UCfG/rSiqtAIiBPO0Y9/zAnHUZxAMiCpTd5h2smgsj7GGmcenvrvww2cqNA8/4A5ZrD1gJpHN2mIHZQF+Mg==" + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.6.1.tgz", + "integrity": "sha512-tJLxrKJhO2ukZ5z0gyjY1zPh3Rh88Ej9P7jNrZiHMUXHae1yvI2imgOZtL1TO8TW6biMMKfTtAOoEJANgtWBMQ==" }, "magic-string": { "version": "0.30.17", diff --git a/package.json b/package.json index 3ec5d91..cf70796 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "chart.js": "^4.4.7", "crypto-js": "^4.1.1", "eslint": "8.42.0", - "luxon": "^3.3.0", + "luxon": "^3.6.1", "next": "^14.2.23", "next-plausible": "^3.12.0", "react": "^18.3.1", @@ -39,7 +39,7 @@ }, "devDependencies": { "@types/crypto-js": "^4.1.1", - "@types/luxon": "^3.3.0", + "@types/luxon": "^3.6.1", "@types/react-color": "^3.0.7", "@types/three": "^0.152.1", "eslint-config-next": "^14.2.23",