Skip to content

Commit 84ba431

Browse files
committed
3.0.1
1 parent 0460ea9 commit 84ba431

File tree

4 files changed

+180
-150
lines changed

4 files changed

+180
-150
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "secure-store-redis",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A simple wrapper to encrypt and decrypt data stored in Redis",
55
"license": "MIT",
66
"private": false,
@@ -41,19 +41,19 @@
4141
"devDependencies": {
4242
"@types/chai": "4.3.5",
4343
"@types/debug": "4.1.7",
44-
"@types/eslint": "8.4.6",
44+
"@types/eslint": "8.37.0",
4545
"@types/mocha": "10.0.1",
46-
"@types/node": "18.7.13",
47-
"@typescript-eslint/eslint-plugin": "5.36.0",
48-
"@typescript-eslint/parser": "5.36.0",
46+
"@types/node": "20.1.4",
47+
"@typescript-eslint/eslint-plugin": "5.59.5",
48+
"@typescript-eslint/parser": "5.59.5",
4949
"chai": "4.3.7",
5050
"debug": "4.3.4",
51-
"eslint": "8.22.0",
51+
"eslint": "8.40.0",
5252
"eslint-plugin-security-node": "1.1.1",
5353
"mocha": "10.2.0",
5454
"prettier": "2.8.8",
5555
"ts-node": "10.9.1",
56-
"typescript": "4.8.2"
56+
"typescript": "5.0.4"
5757
},
5858
"repository": {
5959
"type": "git",

0 commit comments

Comments
 (0)