@villedemontreal/correlation-id 5.3.3 → 5.3.4

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 (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@villedemontreal/correlation-id",
3
- "version": "5.3.3",
3
+ "version": "5.3.4",
4
4
  "description": "Express middleware to set a correlation in Express. The correlation id will be consistent across async calls within the handling of a request.",
5
5
  "main": "dist/src/index.js",
6
6
  "typings": "dist/src",
@@ -38,13 +38,13 @@
38
38
  "http-header-fields-typed": "1.3.0",
39
39
  "lodash": "4.17.21",
40
40
  "semver": "7.3.7",
41
- "uuid": "8.3.2"
41
+ "uuid": "9.0.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/chai": "4.3.3",
45
- "@types/express": "4.17.13",
45
+ "@types/express": "4.17.14",
46
46
  "@types/fs-extra": "9.0.13",
47
- "@types/mocha": "9.1.1",
47
+ "@types/mocha": "10.0.0",
48
48
  "@types/semver": "7.3.12",
49
49
  "@types/supertest": "2.0.12",
50
50
  "@villedemontreal/scripting": "2.1.6",
@@ -52,11 +52,11 @@
52
52
  "chai": "4.3.6",
53
53
  "express": "4.18.1",
54
54
  "fs-extra": "10.1.0",
55
- "mocha": "9.2.2",
56
- "mocha-jenkins-reporter": "0.4.7",
55
+ "mocha": "10.0.0",
56
+ "mocha-jenkins-reporter": "0.4.8",
57
57
  "supertest": "6.2.4",
58
- "tslint": "6.1.2",
58
+ "tslint": "6.1.3",
59
59
  "ts-node": "^10.9.1",
60
- "typescript": "4.8.2"
60
+ "typescript": "4.8.4"
61
61
  }
62
62
  }