diff --git a/package-lock.json b/package-lock.json index 78643f0..61b9f03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "graphql": "^15.5.1", "graphql-request": "^3.5.0", - "luxon": "^1.28.0", + "luxon": "^2.0.2", "object-hash": "^2.2.0" }, "devDependencies": { @@ -6663,9 +6663,9 @@ } }, "node_modules/luxon": { - "version": "1.28.0", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-1.28.0.tgz", - "integrity": "sha512-TfTiyvZhwBYM/7QdAVDh+7dBTBA29v4ik0Ce9zda3Mnf8on1S5KJI8P2jKFZ8+5C0jhmr0KwJEO/Wdpm0VeWJQ==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-2.0.2.tgz", + "integrity": "sha512-ZRioYLCgRHrtTORaZX1mx+jtxKtKuI5ZDvHNAmqpUzGqSrR+tL4FVLn/CUGMA3h0+AKD1MAxGI5GnCqR5txNqg==", "engines": { "node": "*" } @@ -17080,9 +17080,9 @@ } }, "luxon": { - "version": "1.28.0", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-1.28.0.tgz", - "integrity": "sha512-TfTiyvZhwBYM/7QdAVDh+7dBTBA29v4ik0Ce9zda3Mnf8on1S5KJI8P2jKFZ8+5C0jhmr0KwJEO/Wdpm0VeWJQ==" + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-2.0.2.tgz", + "integrity": "sha512-ZRioYLCgRHrtTORaZX1mx+jtxKtKuI5ZDvHNAmqpUzGqSrR+tL4FVLn/CUGMA3h0+AKD1MAxGI5GnCqR5txNqg==" }, "make-dir": { "version": "3.1.0", diff --git a/package.json b/package.json index dfa0cab..9fd725a 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "graphql": "^15.5.1", "graphql-request": "^3.5.0", - "luxon": "^1.28.0", + "luxon": "^2.0.2", "object-hash": "^2.2.0" }, "devDependencies": {