Upgrade dependencies
This commit is contained in:
parent
87786da9d4
commit
fdc440cf00
32
package.json
32
package.json
|
@ -27,31 +27,31 @@
|
|||
"sequelize-erd": "https://github.com/Alamantus/sequelize-erd.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"autoprefixer": "^9.7.4",
|
||||
"autoprefixer": "^9.8.5",
|
||||
"babel-polyfill": "^6.26.0",
|
||||
"choo": "^7.1.0",
|
||||
"cross-env": "^7.0.0",
|
||||
"fastify": "^2.11.0",
|
||||
"fastify-caching": "^5.0.0",
|
||||
"fastify-compress": "^2.0.0",
|
||||
"fastify-cookie": "^3.5.0",
|
||||
"fastify-helmet": "^3.0.2",
|
||||
"fastify-jwt": "^1.2.1",
|
||||
"fastify-plugin": "^1.6.0",
|
||||
"fastify-static": "^2.6.0",
|
||||
"cross-env": "^7.0.2",
|
||||
"fastify": "^3.1.1",
|
||||
"fastify-caching": "^6.0.1",
|
||||
"fastify-compress": "^3.2.2",
|
||||
"fastify-cookie": "^4.0.2",
|
||||
"fastify-helmet": "^4.0.2",
|
||||
"fastify-jwt": "^2.1.2",
|
||||
"fastify-plugin": "^2.0.3",
|
||||
"fastify-static": "^3.2.0",
|
||||
"make-promises-safe": "^5.1.0",
|
||||
"marked": "^1.1.0",
|
||||
"marked": "^1.1.1",
|
||||
"mysql2": "^2.1.0",
|
||||
"node-fetch": "^2.6.0",
|
||||
"nodemailer": "^6.4.2",
|
||||
"nodemailer": "^6.4.10",
|
||||
"parcel-bundler": "^1.12.4",
|
||||
"parcel-plugin-goodie-bag": "^2.0.0",
|
||||
"pg": "^8.2.1",
|
||||
"pg": "^8.3.0",
|
||||
"pg-hstore": "^2.3.3",
|
||||
"picnic": "^6.5.2",
|
||||
"sass": "^1.25.0",
|
||||
"sequelize": "^5.21.3",
|
||||
"sass": "^1.26.10",
|
||||
"sequelize": "^6.3.3",
|
||||
"sharp": "^0.25.4",
|
||||
"sqlite3": "^4.2.0"
|
||||
"sqlite3": "^5.0.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue