Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Updated node version to 14 #41

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ executors:
TZ: "Europe/Berlin"
docker-executor:
docker:
- image: circleci/node:10.0
- image: circleci/node:14.17.1
working_directory: ~/repo
environment:
shell: /bin/bash
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10-alpine
FROM node:14-alpine

RUN apk add --no-cache ncurses make bash python g++

Expand Down
28 changes: 12 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,36 +6,32 @@
"main": "server.js",
"dependencies": {
"request": "^2.34.0",
"async": "^2.6.1",
"log4js": "^3.0.5",
"async": "^3.2.0",
"log4js": "^6.3.0",
"hooker": "^0.2.3",
"websocket": "^1.0.18",
"winston": "^3.1.0",
"pg-hstore": "2.3.2",
"pg": "7.5.0",
"kafka-node": "^3.0.1",
"kafka-node": "^5.0.0",
"keycloak-connect": "^12.0.2",
"uuid": "3.3.2",
"redis": "^2.8.0"
"redis": "^3.1.2"
},
"author": "Intel, CPG",
"devDependencies": {
"grunt": "^1.0.3",
"mocha": "^5.2.0",
"grunt": "^1.4.1",
"mocha": "^9.0.1",
"istanbul": "^0.4.5",
"rewire": "^4.0.1",
"grunt-cli": "^1.3.1",
"grunt-contrib-jshint": "^2.0.0",
"grunt-eslint": "^21.0.0",
"mocha-teamcity-reporter": "2.5.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-jshint": "^3.0.0",
"grunt-eslint": "^23.0.0",
"mocha-teamcity-reporter": "4.1.0",
"jshint-teamcity": "^1.0.4",
"asserts": "^4.0.0",
"chai": "^4.2.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-compress": "^2.0.0",
"grunt-mocha-istanbul": "^5.0.2",
"grunt-istanbul": "^0.8.0",
"sinon": "^6.3.5",
"grunt-bumpup": "^0.6.3",
"grunt-shell": "^2.1.0"
"grunt-shell": "^3.0.1"
}
}
84 changes: 0 additions & 84 deletions test/lib/cfenv/lib_readerTests.js

This file was deleted.