🌓🚔 Checkpoint

./package.json:617503/2041
This commit is contained in:
Glitch (glitch-hello-node)
2020-12-17 22:00:01 +00:00
parent c66d046ccc
commit 69bba94409
2 changed files with 6 additions and 4 deletions
+4 -2
View File
@@ -371,7 +371,9 @@
}
},
"fastify": {
"version": "3.7.0",
"version": "3.9.2",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-3.9.2.tgz",
"integrity": "sha512-8VEf4l6a2tdtrYQQwgT9Zh2/OvOgE4Sf6cDNMduAnKZ44CXrT0tXuH/uQkXuxqMAW27ZOy4jeexBl8CFaECntg==",
"requires": {
"abstract-logging": "^2.0.0",
"ajv": "^6.12.2",
@@ -379,7 +381,7 @@
"fast-json-stringify": "^2.2.1",
"fastify-error": "^0.2.0",
"fastify-warning": "^0.2.0",
"find-my-way": "^3.0.0",
"find-my-way": "^3.0.5",
"flatstr": "^1.0.12",
"light-my-request": "^4.2.0",
"pino": "^6.2.1",
+2 -2
View File
@@ -8,8 +8,8 @@
},
"dependencies": {
"express": "^4.17.1",
"fastify": "^3.5.1",
"fastify-static": "^3.2.1"
"fastify": "^3.9.2",
"fastify-static": "^3.3.0"
},
"engines": {
"node": "12.x"