Skip to content

Commit a68014e

Browse files
fix(deps): update security patches [security]
1 parent d464a51 commit a68014e

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"tsc:all": "tsc && tsc -p tsconfig-cjs.json"
8282
},
8383
"dependencies": {
84-
"cron-parser": "5.8.1",
84+
"cron-parser": "5.10.0",
8585
"msgpackr": "2.0.5",
8686
"node-abort-controller": "3.1.1",
8787
"semver": "7.8.5",

rust/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tokio = { version = "=1.53.1", features = ["full"] }
3232
serde = { version = "=1.0.229", features = ["derive"] }
3333
serde_json = "=1.0.151"
3434
thiserror = "=2.0.20"
35-
uuid = { version = "=1.24.0", features = ["v4"] }
35+
uuid = { version = "=1.24.1", features = ["v4"] }
3636
sha1 = "=0.11.0"
3737
tracing = "=0.1.44"
3838
chrono = { version = "=0.4.45", features = ["serde"] }

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2544,10 +2544,10 @@ create-require@^1.1.0:
25442544
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
25452545
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
25462546

2547-
cron-parser@5.8.1:
2548-
version "5.8.1"
2549-
resolved "https://registry.yarnpkg.com/cron-parser/-/cron-parser-5.8.1.tgz#cab09d2d16987501013b29f0c15150b44f0ad0ed"
2550-
integrity sha512-fVw5nGEkTVmiPKo3fY0j28Thq6jR00VKWyL22llWrsbII4sDHI+8Kx1kcL+QzGQJfCfk64bbMotrgTZRpzYpLQ==
2547+
cron-parser@5.10.0:
2548+
version "5.10.0"
2549+
resolved "https://registry.yarnpkg.com/cron-parser/-/cron-parser-5.10.0.tgz#94799d9ddd56b893aa8e4a4c7f19717ee7d1ebe4"
2550+
integrity sha512-izNAxJyRWUP8ljBoDSub5WyrVOUlT4SLGShswE7eoRBpp6QUsSycYxLBMJlbshgPBMcPT/nrfgjNY2918ayv2A==
25512551
dependencies:
25522552
luxon "^3.7.2"
25532553

0 commit comments

Comments
 (0)