3 Commits

Author SHA1 Message Date
9d732025b0 Update dependency jspdf to ^3.0.3
All checks were successful
continuous-integration/drone/push Build is passing
2025-09-22 00:36:02 +00:00
36dd681c84 Merge pull request 'Update Rust crate serde_json to 1.0.145' (#582) from renovate/serde_json-1.x into master
All checks were successful
continuous-integration/drone/push Build is passing
2025-09-22 00:35:42 +00:00
feffd18395 Update Rust crate serde_json to 1.0.145
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-09-21 00:38:04 +00:00
4 changed files with 9 additions and 8 deletions

View File

@@ -28,7 +28,7 @@
"dayjs": "^1.11.18",
"email-validator": "^2.0.4",
"filesize": "^11.0.2",
"jspdf": "^3.0.2",
"jspdf": "^3.0.3",
"mui-color-input": "^7.0.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
@@ -3687,9 +3687,9 @@
}
},
"node_modules/jspdf": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/jspdf/-/jspdf-3.0.2.tgz",
"integrity": "sha512-G0fQDJ5fAm6UW78HG6lNXyq09l0PrA1rpNY5i+ly17Zb1fMMFSmS+3lw4cnrAPGyouv2Y0ylujbY2Ieq3DSlKA==",
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/jspdf/-/jspdf-3.0.3.tgz",
"integrity": "sha512-eURjAyz5iX1H8BOYAfzvdPfIKK53V7mCpBTe7Kb16PaM8JSXEcUQNBQaiWMI8wY5RvNOPj4GccMjTlfwRBd+oQ==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.26.9",

View File

@@ -30,7 +30,7 @@
"dayjs": "^1.11.18",
"email-validator": "^2.0.4",
"filesize": "^11.0.2",
"jspdf": "^3.0.2",
"jspdf": "^3.0.3",
"mui-color-input": "^7.0.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",

View File

@@ -3457,14 +3457,15 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.143"
version = "1.0.145"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a"
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
dependencies = [
"itoa",
"memchr",
"ryu",
"serde",
"serde_core",
]
[[package]]

View File

@@ -20,7 +20,7 @@ futures-util = "0.3.31"
diesel = { version = "2.2.12", features = ["postgres"] }
diesel_migrations = "2.2.0"
serde = { version = "1.0.225", features = ["derive"] }
serde_json = "1.0.143"
serde_json = "1.0.145"
mailchecker = "6.0.18"
redis = "0.32.5"
lettre = "0.11.18"