@signageos/lib 10.18.0 → 10.18.1

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 +4 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ 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
+ ## [10.18.1] - 2023-05-23
8
+ ### Security
9
+ - Fixed potential NPM vulnerabilities
10
+
7
11
  ## [10.18.0] - 2023-05-23
8
12
  ### Added
9
13
  - Debug decorator logs invocation uid for each log so that similar logs can be correlated in a large log output
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signageos/lib",
3
- "version": "10.18.0",
3
+ "version": "10.18.1",
4
4
  "main": "./dist",
5
5
  "files": [
6
6
  "tools",
@@ -62,7 +62,7 @@
62
62
  "@influxdata/influxdb-client": "1.16.0",
63
63
  "@istanbuljs/nyc-config-typescript": "1.0.2",
64
64
  "@signageos/codestyle": "0.0.22",
65
- "@signageos/common-types": "2.16.0",
65
+ "@signageos/common-types": "2.17.1",
66
66
  "@types/amqplib": "0.5.13",
67
67
  "@types/async-lock": "1.1.1",
68
68
  "@types/debug": "0.0.29",
@@ -87,14 +87,14 @@
87
87
  "@types/tmp": "0.0.33",
88
88
  "@types/webpack": "3.8.1",
89
89
  "@types/ws": "6.0.4",
90
- "amqplib": "0.6.0",
91
- "azure-storage": "2.7.0",
90
+ "amqplib": "0.10.3",
91
+ "azure-storage": "2.10.7",
92
92
  "c8": "7.13.0",
93
93
  "debug": "2.6.9",
94
94
  "depcheck": "1.4.3",
95
- "express": "4.16.4",
95
+ "express": "4.18.2",
96
96
  "http-status": "1.3.1",
97
- "mocha": "3.3.0",
97
+ "mocha": "3.5.3",
98
98
  "mongodb": "3.3.3",
99
99
  "mongoose": "5.9.16",
100
100
  "pg": "7.12.1",