Update deps.

This commit is contained in:
2024-06-08 09:32:44 +00:00
parent 0e717310d2
commit 6720a5f077
3 changed files with 105 additions and 77 deletions

View File

@@ -4,11 +4,11 @@
"main": "sync.js",
"license": "MIT",
"dependencies": {
"@tryghost/admin-api": "^1.13.2",
"axios": "^1.2.1",
"mysql2": "^2.3.3",
"nodejs-file-downloader": "^4.10.3",
"prom-client": "^14.2.0",
"slugify": "^1.6.5"
"@tryghost/admin-api": "^1.13.12",
"axios": "^1.7.2",
"mysql2": "^3.10.0",
"nodejs-file-downloader": "^4.13.0",
"prom-client": "^15.1.2",
"slugify": "^1.6.6"
}
}