rsnext/examples/cms-buttercms/package.json
Mayank 9f852403f0
fix: upgrade sharp from 0.29.3 to 0.32.5 (#55254)
upgrade sharp from 0.29.3 to 0.32.5.

Fix Remote Code Execution (RCE)
[SNYK-JS-SHARP-2848109](https://snyk.io/vuln/SNYK-JS-SHARP-2848109)




Co-authored-by: Snyk bot <19733683+snyk-bot@users.noreply.github.com>
2023-09-12 15:38:10 +00:00

27 lines
581 B
JSON

{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@popperjs/core": "^2.10.2",
"acorn": "^8.0.0",
"bootstrap": "^5.1.3",
"buttercms": "^1.2.8",
"camelcase-keys": "^7.0.1",
"date-fns": "^2.25.0",
"next": "^12.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.32.5",
"tiny-slider": "^2.9.4",
"typescript": "^3.3.1"
},
"devDependencies": {
"eslint": "^8.12.0",
"eslint-config-next": "^12.1.4"
}
}