mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-16 09:57:30 +01:00
feat: move to node v16 and adding a pan tool
This commit is contained in:
42
package.json
42
package.json
@@ -11,47 +11,47 @@
|
||||
"node": ">=10.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"archiver": "1.3.0",
|
||||
"async": "2.3.0",
|
||||
"archiver": "5.3.1",
|
||||
"async": "3.2.4",
|
||||
"bcryptjs": "2.4.3",
|
||||
"body-parser": "^1.19.0",
|
||||
"cheerio": "0.22.0",
|
||||
"config": "1.25.1",
|
||||
"cheerio": "1.0.0-rc.12",
|
||||
"config": "3.3.9",
|
||||
"cookie-parser": "~1.4.3",
|
||||
"ejs": "3.1.5",
|
||||
"ejs": "3.1.9",
|
||||
"execSync": "latest",
|
||||
"express": "^4.16.4",
|
||||
"file-type": "^7.6.0",
|
||||
"glob": "7.1.1",
|
||||
"file-type": "^16.5.0",
|
||||
"glob": "10.3.3",
|
||||
"gm": "^1.23.1",
|
||||
"helmet": "^3.5.0",
|
||||
"i18n-2": "0.6.3",
|
||||
"helmet": "^7.0.0",
|
||||
"i18n-2": "0.7.3",
|
||||
"log-timestamp": "latest",
|
||||
"mock-aws-s3": "^4.0.2",
|
||||
"moment": "^2.19.3",
|
||||
"morgan": "^1.9.1",
|
||||
"nodemailer": "^6.6.0",
|
||||
"puppeteer": "8.0.0",
|
||||
"read-chunk": "^2.1.0",
|
||||
"puppeteer": "^18",
|
||||
"read-chunk": "^3",
|
||||
"request": "^2.88.0",
|
||||
"sanitize-html": "^2.3.3",
|
||||
"sequelize": "^4.37.6",
|
||||
"serve-favicon": "~2.4.2",
|
||||
"sequelize": "^4",
|
||||
"serve-favicon": "~2.5.0",
|
||||
"serve-static": "^1.13.1",
|
||||
"slug": "^1.1.0",
|
||||
"sqlite3": "^4.2.0",
|
||||
"umzug": "^2.1.0",
|
||||
"slug": "^8.2.2",
|
||||
"sqlite3": "5.*",
|
||||
"umzug": "^2",
|
||||
"underscore": "^1.13.1",
|
||||
"uuid": "^3.2.1",
|
||||
"validator": "7.0.0",
|
||||
"ws": "5.2.3"
|
||||
"uuid": "^9.0.0",
|
||||
"validator": "13.9.0",
|
||||
"ws": "8.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-clean-css": "^4.3.0",
|
||||
"gulp-concat": "^2.6.1",
|
||||
"gulp-sass": "^4.0.2",
|
||||
"nodemon": "^2.0.6"
|
||||
"gulp-sass": "^5",
|
||||
"nodemon": "^3.0.1"
|
||||
},
|
||||
"main": "app.js",
|
||||
"description": "",
|
||||
|
||||
Reference in New Issue
Block a user