diff --git a/package-lock.json b/package-lock.json index fd493df..c023664 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "graphql-request": "^3.5.0", "gray-matter": "^4.0.3", "handlebars": "^4.7.7", - "luxon": "^2.0.2", + "luxon": "^2.5.2", "markdown-to-jsx": "^7.1.3", "micro": "^9.3.4", "micro-cors": "^0.1.1", @@ -10480,11 +10480,11 @@ } }, "node_modules/luxon": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-2.0.2.tgz", - "integrity": "sha512-ZRioYLCgRHrtTORaZX1mx+jtxKtKuI5ZDvHNAmqpUzGqSrR+tL4FVLn/CUGMA3h0+AKD1MAxGI5GnCqR5txNqg==", + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-2.5.2.tgz", + "integrity": "sha512-Yg7/RDp4nedqmLgyH0LwgGRvMEKVzKbUdkBYyCosbHgJ+kaOUx0qzSiSatVc3DFygnirTPYnMM2P5dg2uH1WvA==", "engines": { - "node": "*" + "node": ">=12" } }, "node_modules/make-dir": { @@ -24275,9 +24275,9 @@ } }, "luxon": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-2.0.2.tgz", - "integrity": "sha512-ZRioYLCgRHrtTORaZX1mx+jtxKtKuI5ZDvHNAmqpUzGqSrR+tL4FVLn/CUGMA3h0+AKD1MAxGI5GnCqR5txNqg==" + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-2.5.2.tgz", + "integrity": "sha512-Yg7/RDp4nedqmLgyH0LwgGRvMEKVzKbUdkBYyCosbHgJ+kaOUx0qzSiSatVc3DFygnirTPYnMM2P5dg2uH1WvA==" }, "make-dir": { "version": "3.1.0", diff --git a/package.json b/package.json index b90ad9b..5e7d07e 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "graphql-request": "^3.5.0", "gray-matter": "^4.0.3", "handlebars": "^4.7.7", - "luxon": "^2.0.2", + "luxon": "^2.5.2", "markdown-to-jsx": "^7.1.3", "micro": "^9.3.4", "micro-cors": "^0.1.1",