Skip to content

Commit

Permalink
update engine to node.js 16 and deps for satellite service
Browse files Browse the repository at this point in the history
  • Loading branch information
cindyorangis committed Oct 21, 2022
1 parent 1dfb6d8 commit e10b0ea
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 19 deletions.
170 changes: 158 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions src/satellite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,30 +23,30 @@
"dependencies": {
"@elastic/elasticsearch": "8.4.0",
"@elastic/elasticsearch-mock": "2.0.0",
"@godaddy/terminus": "4.10.2",
"@godaddy/terminus": "4.11.2",
"cors": "2.8.5",
"express": "4.17.3",
"express": "4.18.2",
"express-jwt": "6.1.2",
"helmet": "5.0.2",
"http-errors": "2.0.0",
"ioredis": "4.28.5",
"ioredis-mock": "7.1.0",
"jsonwebtoken": "8.5.1",
"node-fetch": "2.6.7",
"pino": "7.8.0",
"pino-http": "6.6.0",
"pino-pretty": "7.5.3"
"pino": "8.7.0",
"pino-http": "8.2.1",
"pino-pretty": "9.1.1"
},
"engines": {
"node": ">=14.0.0",
"node": ">=16",
"pnpm": ">=6"
},
"devDependencies": {
"@senecacdot/eslint-config-telescope": "1.1.0",
"eslint": "7.32.0",
"get-port": "5.1.1",
"jest": "27.5.1",
"nock": "13.2.4",
"nock": "13.2.9",
"prettier": "2.5.1",
"pretty-quick": "3.1.3",
"rimraf": "3.0.2"
Expand Down

0 comments on commit e10b0ea

Please sign in to comment.