1 Commits

Author SHA1 Message Date
f259aca2e1 fix(deps): update dependency sharp to ^0.34.0
Some checks failed
renovate/artifacts Artifact file update failure
2025-06-10 17:02:15 +00:00

View File

@ -20,17 +20,17 @@
"axios": "^0.27.2", "axios": "^0.27.2",
"cheerio": "1.0.0-rc.12", "cheerio": "1.0.0-rc.12",
"ioredis": "^5.3.2", "ioredis": "^5.3.2",
"next": "12.3.7", "next": "12.2.5",
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"sharp": "^0.33.1" "sharp": "^0.34.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "18.7.3", "@types/node": "18.7.3",
"@types/react": "18.0.17", "@types/react": "18.0.17",
"@types/react-dom": "18.0.6", "@types/react-dom": "18.0.6",
"eslint": "8.22.0", "eslint": "8.22.0",
"eslint-config-next": "12.3.7", "eslint-config-next": "12.2.5",
"sass": "^1.62.1", "sass": "^1.62.1",
"typescript": "4.7.4" "typescript": "4.7.4"
}, },