deps: Bump dependencies.

This commit is contained in:
Shibo Lyu 2023-09-15 22:43:58 +08:00
parent 859bb9b118
commit 30b53487c6
2 changed files with 1076 additions and 1066 deletions

2132
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{ {
"name": "ghos3", "name": "ghos3",
"version": "1.0.3", "version": "1.1.0",
"description": "S3 Storage adapter for Ghost.", "description": "S3 Storage adapter for Ghost.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@ -11,15 +11,15 @@
"author": "Shibo Lyu <github@of.sb>", "author": "Shibo Lyu <github@of.sb>",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@aws-sdk/client-s3": "^3.272.0", "@aws-sdk/client-s3": "^3.413.0",
"ghost-storage-base": "^1.0.0" "ghost-storage-base": "^1.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/express": "^4.17.17", "@types/express": "^4.17.17",
"@types/ghost-storage-base": "^0.0.1", "@types/ghost-storage-base": "^0.0.1",
"esbuild": "^0.17.8", "esbuild": "^0.19.3",
"prettier": "^2.8.4", "prettier": "^2.8.4",
"tslib": "^2.5.0", "tslib": "^2.6.2",
"typescript": "^4.9.5" "typescript": "^5.2.2"
} }
} }