Skip to content

Commit 8c5421b

Browse files
Update dependency cron-validate to v1.5.2
1 parent 16a87ba commit 8c5421b

File tree

2 files changed

+6
-36
lines changed

2 files changed

+6
-36
lines changed

packages/job-manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@tryghost/errors": "^1.3.8",
3535
"@tryghost/logging": "^2.4.23",
3636
"bree": "6.5.0",
37-
"cron-validate": "1.4.5",
37+
"cron-validate": "1.5.2",
3838
"fastq": "1.19.1",
3939
"p-wait-for": "3.2.0",
4040
"workerpool": "9.3.4"

yarn.lock

Lines changed: 5 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@
658658
dependencies:
659659
"@babel/helper-plugin-utils" "^7.27.1"
660660

661-
"@babel/runtime@^7.10.5", "@babel/runtime@^7.12.5", "@babel/runtime@^7.21.0":
661+
"@babel/runtime@^7.12.5", "@babel/runtime@^7.21.0":
662662
version "7.28.4"
663663
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.4.tgz#a70226016fabe25c5783b2f22d3e1c9bc5ca3326"
664664
integrity sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==
@@ -2719,7 +2719,7 @@
27192719
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
27202720
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
27212721

2722-
"@types/lodash@^4.14.165", "@types/lodash@^4.14.200":
2722+
"@types/lodash@^4.14.200":
27232723
version "4.17.20"
27242724
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.20.tgz#1ca77361d7363432d29f5e55950d9ec1e1c6ea93"
27252725
integrity sha512-H3MHACvFUEiujabxhaI/ImO6gUrd8oOurg7LQtS7mbwIXA/cUqWrvBsaeJ23aZEPk1TAYkurjfMbSELfoCXlGA==
@@ -4098,14 +4098,7 @@ create-require@^1.1.0:
40984098
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
40994099
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
41004100

4101-
4102-
version "1.4.5"
4103-
resolved "https://registry.yarnpkg.com/cron-validate/-/cron-validate-1.4.5.tgz#eceb221f7558e6302e5f84c7b3a454fdf4d064c3"
4104-
integrity sha512-nKlOJEnYKudMn/aNyNH8xxWczlfpaazfWV32Pcx/2St51r2bxWbGhZD7uwzMcRhunA/ZNL+Htm/i0792Z59UMQ==
4105-
dependencies:
4106-
yup "0.32.9"
4107-
4108-
cron-validate@^1.4.1:
4101+
[email protected], cron-validate@^1.4.1:
41094102
version "1.5.2"
41104103
resolved "https://registry.yarnpkg.com/cron-validate/-/cron-validate-1.5.2.tgz#57e676777f3cc12600979afde3c5c018ca03c189"
41114104
integrity sha512-WYyUAgYlaaLCi4gF4tK/by+ky+i82E9H5ekTAOk50GtpSDyBt4HMBTdsjxTGWOCtEygmgm2zMLVD/AszcsmS+w==
@@ -6799,11 +6792,6 @@ locate-path@^6.0.0:
67996792
dependencies:
68006793
p-locate "^5.0.0"
68016794

6802-
lodash-es@^4.17.15:
6803-
version "4.17.21"
6804-
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee"
6805-
integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==
6806-
68076795
lodash._baseiteratee@~4.7.0:
68086796
version "4.7.0"
68096797
resolved "https://registry.yarnpkg.com/lodash._baseiteratee/-/lodash._baseiteratee-4.7.0.tgz#34a9b5543572727c3db2e78edae3c0e9e66bd102"
@@ -6919,7 +6907,7 @@ [email protected]:
69196907
resolved "https://registry.yarnpkg.com/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz#1365edf431480481ef0d1c68957a5ed99d49f7ce"
69206908
integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
69216909

6922-
[email protected], lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.20, lodash@^4.17.21:
6910+
[email protected], lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.21:
69236911
version "4.17.21"
69246912
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
69256913
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -7382,11 +7370,6 @@ nan@^2.14.0:
73827370
resolved "https://registry.yarnpkg.com/nan/-/nan-2.23.0.tgz#24aa4ddffcc37613a2d2935b97683c1ec96093c6"
73837371
integrity sha512-1UxuyYGdoQHcGg87Lkqm3FzefucTa0NAiOcuRsDmysep3c1LVCRK2krrUDafMWtjSG04htvAmvg96+SDknOmgQ==
73847372

7385-
nanoclone@^0.2.1:
7386-
version "0.2.1"
7387-
resolved "https://registry.yarnpkg.com/nanoclone/-/nanoclone-0.2.1.tgz#dd4090f8f1a110d26bb32c49ed2f5b9235209ed4"
7388-
integrity sha512-wynEP02LmIbLpcYw8uBKpcfF6dmg2vcpKqxeH5UcoKEYdExslsdUA4ugFauuaeYdTB76ez6gJW8XAZ6CgkXYxA==
7389-
73907373
napi-build-utils@^2.0.0:
73917374
version "2.0.0"
73927375
resolved "https://registry.yarnpkg.com/napi-build-utils/-/napi-build-utils-2.0.0.tgz#13c22c0187fcfccce1461844136372a47ddc027e"
@@ -8026,7 +8009,7 @@ propagate@^2.0.0:
80268009
resolved "https://registry.yarnpkg.com/propagate/-/propagate-2.0.1.tgz#40cdedab18085c792334e64f0ac17256d38f9a45"
80278010
integrity sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag==
80288011

8029-
property-expr@^2.0.4, property-expr@^2.0.5:
8012+
property-expr@^2.0.5:
80308013
version "2.0.6"
80318014
resolved "https://registry.yarnpkg.com/property-expr/-/property-expr-2.0.6.tgz#f77bc00d5928a6c748414ad12882e83f24aec1e8"
80328015
integrity sha512-SVtmxhRE/CGkn3eZY1T6pC8Nln6Fr/lu1mKSgRud0eC73whjGfoAogbn78LkD8aFL0zz3bAFerKSnOl7NlErBA==
@@ -9856,19 +9839,6 @@ yocto-queue@^0.1.0:
98569839
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
98579840
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
98589841

9859-
9860-
version "0.32.9"
9861-
resolved "https://registry.yarnpkg.com/yup/-/yup-0.32.9.tgz#9367bec6b1b0e39211ecbca598702e106019d872"
9862-
integrity sha512-Ci1qN+i2H0XpY7syDQ0k5zKQ/DoxO0LzPg8PAR/X4Mpj6DqaeCoIYEEjDJwhArh3Fa7GWbQQVDZKeXYlSH4JMg==
9863-
dependencies:
9864-
"@babel/runtime" "^7.10.5"
9865-
"@types/lodash" "^4.14.165"
9866-
lodash "^4.17.20"
9867-
lodash-es "^4.17.15"
9868-
nanoclone "^0.2.1"
9869-
property-expr "^2.0.4"
9870-
toposort "^2.0.2"
9871-
98729842
98739843
version "1.6.1"
98749844
resolved "https://registry.yarnpkg.com/yup/-/yup-1.6.1.tgz#8defcff9daaf9feac178029c0e13b616563ada4b"

0 commit comments

Comments
 (0)