diff --git a/package-lock.json b/package-lock.json index d3791289..d26bae0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "fs-extra": "^11.1.1", "jsonfile": "^6.1.0", "lodash": "^4.17.21", - "luxon": "^3.3.0", + "luxon": "^3.4.0", "open": "^8.4.2", "uuid": "^9.0.0" }, @@ -4168,9 +4168,9 @@ } }, "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.4.0", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.4.0.tgz", + "integrity": "sha512-7eDo4Pt7aGhoCheGFIuq4Xa2fJm4ZpmldpGhjTYBNUYNCN6TIEP6v7chwwwt3KRp7YR+rghbfvjyo3V5y9hgBw==", "engines": { "node": ">=12" } @@ -9862,9 +9862,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.4.0", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.4.0.tgz", + "integrity": "sha512-7eDo4Pt7aGhoCheGFIuq4Xa2fJm4ZpmldpGhjTYBNUYNCN6TIEP6v7chwwwt3KRp7YR+rghbfvjyo3V5y9hgBw==" }, "macos-release": { "version": "3.1.0", diff --git a/package.json b/package.json index 52a8d39c..cc3750c5 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "fs-extra": "^11.1.1", "jsonfile": "^6.1.0", "lodash": "^4.17.21", - "luxon": "^3.3.0", + "luxon": "^3.4.0", "open": "^8.4.2", "uuid": "^9.0.0" },