Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
silverbucket committed May 14, 2023
1 parent 0460ea9 commit 84ba431
Show file tree
Hide file tree
Showing 4 changed files with 180 additions and 150 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "secure-store-redis",
"version": "3.0.0",
"version": "3.0.1",
"description": "A simple wrapper to encrypt and decrypt data stored in Redis",
"license": "MIT",
"private": false,
Expand Down Expand Up @@ -41,19 +41,19 @@
"devDependencies": {
"@types/chai": "4.3.5",
"@types/debug": "4.1.7",
"@types/eslint": "8.4.6",
"@types/eslint": "8.37.0",
"@types/mocha": "10.0.1",
"@types/node": "18.7.13",
"@typescript-eslint/eslint-plugin": "5.36.0",
"@typescript-eslint/parser": "5.36.0",
"@types/node": "20.1.4",
"@typescript-eslint/eslint-plugin": "5.59.5",
"@typescript-eslint/parser": "5.59.5",
"chai": "4.3.7",
"debug": "4.3.4",
"eslint": "8.22.0",
"eslint": "8.40.0",
"eslint-plugin-security-node": "1.1.1",
"mocha": "10.2.0",
"prettier": "2.8.8",
"ts-node": "10.9.1",
"typescript": "4.8.2"
"typescript": "5.0.4"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 84ba431

Please sign in to comment.