Bladeren bron

Update fastify (node version, dependencies) (#6395)

* Update node version for fastify

* Update dependencies for fastify
JaeHyeok Kim 4 jaren geleden
bovenliggende
commit
34d5e4b63c

+ 1 - 1
frameworks/JavaScript/fastify/fastify-mysql.dockerfile

@@ -1,4 +1,4 @@
-FROM node:14.6.0-slim
+FROM node:14.15.5-slim
 
 COPY ./ ./
 

+ 1 - 1
frameworks/JavaScript/fastify/fastify-postgres.dockerfile

@@ -1,4 +1,4 @@
-FROM node:14.6.0-slim
+FROM node:14.15.5-slim
 
 COPY ./ ./
 

+ 1 - 1
frameworks/JavaScript/fastify/fastify.dockerfile

@@ -1,4 +1,4 @@
-FROM node:14.6.0-slim
+FROM node:14.15.5-slim
 
 COPY ./ ./
 

+ 4 - 4
frameworks/JavaScript/fastify/package.json

@@ -5,12 +5,12 @@
   "main": "app.js",
   "private": true,
   "dependencies": {
-    "fastify": "3.1.1",
+    "fastify": "3.12.0",
     "handlebars": "4.7.6",
-    "knex": "0.21.2",
+    "knex": "0.21.17",
     "mongodb": "3.5.9",
-    "mysql2": "2.1.0",
-    "pg": "8.3.0",
+    "mysql2": "2.2.5",
+    "pg": "8.5.1",
     "point-of-view": "4.2.0"
   }
 }