From 65b6e5d4b50f8452d2b9925f80ec6b2c6710321c Mon Sep 17 00:00:00 2001
From: Raul Barreras <rbarreras@nebraska.edu>
Date: Wed, 18 Sep 2019 21:29:40 +0000
Subject: [PATCH] fix version numbers

---
 .gitlab-ci.yml                             | 2 +-
 t/dependency-check/simple-app/package.json | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 60d1a3c..5acec3a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ stages:
   script:
     - docker run --rm -v "${PWD}:/work" -w /work mandrean/checkmake ./Makefile
 
-Lint and Validate dockerfiles:
+.Lint and Validate dockerfiles:
   stage: verify
   tags:
     - linux, dockerd
diff --git a/t/dependency-check/simple-app/package.json b/t/dependency-check/simple-app/package.json
index e6f17d9..148bfe8 100644
--- a/t/dependency-check/simple-app/package.json
+++ b/t/dependency-check/simple-app/package.json
@@ -10,8 +10,8 @@
     "braces": "2.3.0",
     "lodash": "4.17.10",
     "open": "0.0.5",
-    "jquery": "2.3.0",
-    "tar": "4.5.0"
+    "jquery": "2.1.0",
+    "tar": "4.3.0"
   },
   "author": "Raul Barreras",
   "license": "ISC"
-- 
GitLab