Skip to content
This repository was archived by the owner on Jan 1, 2022. It is now read-only.

Commit a1f14bc

Browse files
Bump redis from 3.0.2 to 3.1.1 in /apps/rest-api
Bumps [redis](https://github.com/NodeRedis/node-redis) from 3.0.2 to 3.1.1. - [Release notes](https://github.com/NodeRedis/node-redis/releases) - [Changelog](https://github.com/NodeRedis/node-redis/blob/master/CHANGELOG.md) - [Commits](redis/node-redis@v3.0.2...v3.1.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7942d15 commit a1f14bc

File tree

2 files changed

+35
-28
lines changed

2 files changed

+35
-28
lines changed

apps/rest-api/package-lock.json

Lines changed: 33 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/rest-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"mariadb": "^2.5.1",
1616
"morgan": "^1.10.0",
1717
"promisify": "^0.0.3",
18-
"redis": "^3.0.2",
18+
"redis": "^3.1.1",
1919
"winston": "^3.3.3"
2020
},
2121
"devDependencies": {
@@ -29,7 +29,7 @@
2929
"mariadb": "^2.5.1",
3030
"morgan": "^1.10.0",
3131
"promisify": "^0.0.3",
32-
"redis": "^3.0.2",
32+
"redis": "^3.1.1",
3333
"winston": "^3.3.3"
3434
},
3535
"nodemonConfig": {

0 commit comments

Comments
 (0)