Skip to content

Commit

Permalink
Merge pull request #4 from polarityio/develop
Browse files Browse the repository at this point in the history
fix: Locked redis package version to 4.0.6 INT-1038
  • Loading branch information
penwoodjon authored Jun 7, 2023
2 parents 7c8f40e + cedba62 commit 950ab8a
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 48 deletions.
2 changes: 1 addition & 1 deletion integration.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
'use strict';

const redis = require('redis');
const _ = require('lodash');
const async = require('async');
const redis = require('redis');

const entityTemplateReplacementRegex = /{{entity}}/gi;

Expand Down
100 changes: 57 additions & 43 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "Redis",
"version": "3.0.5",
"version": "3.0.6",
"main": "./integration.js",
"description": "Query Redis keys",
"private": true,
"dependencies": {
"lodash": "^4.17.21",
"async": "^3.2.3",
"redis": "^4.0.3"
"lodash": "^4.17.21",
"redis": "4.0.6"
}
}
}

0 comments on commit 950ab8a

Please sign in to comment.