@signageos/lib 13.0.2 → 13.1.0-master.2443

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [Unreleased]
8
+ ### Added
9
+ - Upgraded to redis 3
10
+
11
+ ### Security
12
+ - CVE-2021-29469
13
+
7
14
  ## [13.0.2] - 2023-12-06
8
15
  ### Fixed
9
16
  - Support `proprietaryCluster` options in latest mongoose version
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signageos/lib",
3
- "version": "13.0.2",
3
+ "version": "13.1.0-master.2443",
4
4
  "main": "./dist",
5
5
  "files": [
6
6
  "tools",
@@ -45,7 +45,7 @@
45
45
  "npm": "^8.19.4",
46
46
  "pg": "7.12.1",
47
47
  "pg-promise": "^10.11.0",
48
- "redis": "^3.0.2",
48
+ "redis": "^3.1.2",
49
49
  "mongoose": "^5.9.16",
50
50
  "mongodb": "3.3.3",
51
51
  "raven": "2.6.4",
@@ -75,7 +75,7 @@
75
75
  "@types/node": "12.12.28",
76
76
  "@types/node-fetch": "2.6.4",
77
77
  "@types/raven": "2.5.1",
78
- "@types/redis": "2.8.16",
78
+ "@types/redis": "2.8.32",
79
79
  "@types/rsync": "0.4.30",
80
80
  "@types/semver": "7.3.13",
81
81
  "@types/should": "8.3.0",
@@ -102,7 +102,7 @@
102
102
  "pg-promise": "10.11.0",
103
103
  "prettier": "2.5.1",
104
104
  "raven": "2.6.4",
105
- "redis": "3.0.2",
105
+ "redis": "3.1.2",
106
106
  "should": "11.2.1",
107
107
  "should-sinon": "0.0.6",
108
108
  "sinon": "15.2.0",