lambda-essentials-ts 5.1.8 → 5.1.9

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 +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
 
7
+ ## [5.1.9] - 2023-01-04
8
+
9
+ ### Changed
10
+
11
+ Upgraded jsonwebtoken version to 9.0.0 and aws-sdk to version 2.1287.0
12
+
7
13
  ## [5.1.8] - 2022-12-15
8
14
 
9
15
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lambda-essentials-ts",
3
- "version": "5.1.8",
3
+ "version": "5.1.9",
4
4
  "description": "A selection of the finest modules supporting authorization, API routing, error handling, logging and sending HTTP requests.",
5
5
  "main": "lib/index.js",
6
6
  "private": false,
@@ -26,12 +26,12 @@
26
26
  },
27
27
  "homepage": "https://github.com/Cimpress-MCP/lambda-essentials-ts#readme",
28
28
  "dependencies": {
29
- "aws-sdk": "^2.1078.0",
29
+ "aws-sdk": "^2.1287.0",
30
30
  "axios": "~0.21.3",
31
31
  "axios-cache-adapter": "~2.7.3",
32
32
  "fast-safe-stringify": "~2.0.7",
33
33
  "is-error": "~2.2.2",
34
- "jsonwebtoken": "~8.5.1",
34
+ "jsonwebtoken": "9.0.0",
35
35
  "md5": "~2.3.0",
36
36
  "openapi-factory": "5.2.38",
37
37
  "retry-axios": "~2.6.0",