Skip to content

Commit 264a7da

Browse files
Update dependency luxon to v3
1 parent c5d05b4 commit 264a7da

File tree

2 files changed

+7
-24
lines changed

2 files changed

+7
-24
lines changed

packages/limit-service/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"dependencies": {
2929
"@tryghost/errors": "^1.2.1",
3030
"lodash": "^4.17.21",
31-
"luxon": "^1.26.0"
31+
"luxon": "^3.0.0"
3232
}
3333
}

yarn.lock

+6-23
Original file line numberDiff line numberDiff line change
@@ -1229,16 +1229,7 @@
12291229
resolved "https://registry.yarnpkg.com/@tokenizer/token/-/token-0.3.0.tgz#fe98a93fe789247e998c75e74e9c7c63217aa276"
12301230
integrity sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==
12311231

1232-
"@tryghost/errors@^1.0.0":
1233-
version "1.2.10"
1234-
resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-1.2.10.tgz#b01b16744986005784ffd6916eec48a3e93976a9"
1235-
integrity sha512-v5r5JzhQTkNLJBk66B75x+jyOE/WxzEBfeAtA3y1YaFtl9SQMaN1qi/7+sQzt0VrLk1qtqAOReWc/1Cncy9gOg==
1236-
dependencies:
1237-
lodash "^4.17.21"
1238-
utils-copy-error "^1.0.1"
1239-
uuid "^8.3.2"
1240-
1241-
"@tryghost/errors@^1.2.1":
1232+
"@tryghost/errors@^1.0.0", "@tryghost/errors@^1.2.1":
12421233
version "1.2.14"
12431234
resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-1.2.14.tgz#af5e0ea1450b6fac7bde94585177943f85f0e41f"
12441235
integrity sha512-ycXhblMBlbwXo+PfmVJZtT26/B1wu6Ae/8SBjXlzHAp6qlkho/Z5hZPKMRo0frfBt6CDGyX/abKTeVQzSkTPYA==
@@ -1823,15 +1814,7 @@ color-name@^1.0.0, color-name@~1.1.4:
18231814
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
18241815
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
18251816

1826-
color-string@^1.6.0:
1827-
version "1.9.0"
1828-
resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.9.0.tgz#63b6ebd1bec11999d1df3a79a7569451ac2be8aa"
1829-
integrity sha512-9Mrz2AQLefkH1UvASKj6v6hj/7eWgjnT/cVsR8CumieLoT+g900exWeNogqtweI8dxloXN9BDQTYro1oWu/5CQ==
1830-
dependencies:
1831-
color-name "^1.0.0"
1832-
simple-swizzle "^0.2.2"
1833-
1834-
color-string@^1.9.0:
1817+
color-string@^1.6.0, color-string@^1.9.0:
18351818
version "1.9.1"
18361819
resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.9.1.tgz#4467f9146f036f855b764dfb5bf8582bf342c7a4"
18371820
integrity sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==
@@ -3696,10 +3679,10 @@ lru-cache@^6.0.0:
36963679
dependencies:
36973680
yallist "^4.0.0"
36983681

3699-
luxon@^1.26.0:
3700-
version "1.28.0"
3701-
resolved "https://registry.yarnpkg.com/luxon/-/luxon-1.28.0.tgz#e7f96daad3938c06a62de0fb027115d251251fbf"
3702-
integrity sha512-TfTiyvZhwBYM/7QdAVDh+7dBTBA29v4ik0Ce9zda3Mnf8on1S5KJI8P2jKFZ8+5C0jhmr0KwJEO/Wdpm0VeWJQ==
3682+
luxon@^3.0.0:
3683+
version "3.0.1"
3684+
resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.0.1.tgz#6901111d10ad06fd267ad4e4128a84bef8a77299"
3685+
integrity sha512-hF3kv0e5gwHQZKz4wtm4c+inDtyc7elkanAsBq+fundaCdUBNJB1dHEGUZIM6SfSBUlbVFduPwEtNjFK8wLtcw==
37033686

37043687
magic-string@^0.25.2, magic-string@^0.25.7:
37053688
version "0.25.9"

0 commit comments

Comments
 (0)