@mongodb-js/compass-logging 1.2.4 → 1.2.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "email": "compass@mongodb.com"
14
14
  },
15
15
  "homepage": "https://github.com/mongodb-js/compass",
16
- "version": "1.2.4",
16
+ "version": "1.2.5",
17
17
  "repository": {
18
18
  "type": "git",
19
19
  "url": "https://github.com/mongodb-js/compass.git"
@@ -23,7 +23,7 @@
23
23
  ],
24
24
  "license": "SSPL",
25
25
  "peerDependencies": {
26
- "hadron-ipc": "^3.2.3"
26
+ "hadron-ipc": "^3.2.4"
27
27
  },
28
28
  "main": "dist/index.js",
29
29
  "compass:main": "src/index.ts",
@@ -53,8 +53,8 @@
53
53
  "mongodb-log-writer": "^1.3.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@mongodb-js/eslint-config-compass": "^1.0.10",
57
- "@mongodb-js/mocha-config-compass": "^1.3.1",
56
+ "@mongodb-js/eslint-config-compass": "^1.0.11",
57
+ "@mongodb-js/mocha-config-compass": "^1.3.2",
58
58
  "@mongodb-js/prettier-config-compass": "^1.0.1",
59
59
  "@mongodb-js/tsconfig-compass": "^1.0.3",
60
60
  "@types/chai": "^4.2.21",
@@ -64,7 +64,7 @@
64
64
  "chai": "^4.3.4",
65
65
  "depcheck": "^1.4.1",
66
66
  "eslint": "^7.25.0",
67
- "hadron-ipc": "^3.2.3",
67
+ "hadron-ipc": "^3.2.4",
68
68
  "mocha": "^10.2.0",
69
69
  "nyc": "^15.1.0",
70
70
  "prettier": "^2.7.1",
@@ -74,5 +74,5 @@
74
74
  "optionalPeerDependencies": {
75
75
  "compass-preferences-model": "^2.0.0"
76
76
  },
77
- "gitHead": "d4718d787a720daa2afe348586e50a6b5290b302"
77
+ "gitHead": "25b247aaca2b0905914a1f7c9be8c95a03105af2"
78
78
  }