@mongodb-js/compass-logging 1.2.2 → 1.2.3

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 +5 -4
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.2",
16
+ "version": "1.2.3",
17
17
  "repository": {
18
18
  "type": "git",
19
19
  "url": "https://github.com/mongodb-js/compass.git"
@@ -48,16 +48,17 @@
48
48
  "reformat": "npm run prettier -- --write . && npm run eslint . --fix"
49
49
  },
50
50
  "dependencies": {
51
- "debug": "^4.2.0",
51
+ "debug": "^4.3.4",
52
52
  "is-electron-renderer": "^2.0.1",
53
53
  "mongodb-log-writer": "^1.3.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@mongodb-js/eslint-config-compass": "^1.0.9",
56
+ "@mongodb-js/eslint-config-compass": "^1.0.10",
57
57
  "@mongodb-js/mocha-config-compass": "^1.3.1",
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",
61
+ "@types/debug": "^4.1.9",
61
62
  "@types/mocha": "^9.0.0",
62
63
  "@types/sinon-chai": "^3.2.5",
63
64
  "chai": "^4.3.4",
@@ -73,5 +74,5 @@
73
74
  "optionalPeerDependencies": {
74
75
  "compass-preferences-model": "^2.0.0"
75
76
  },
76
- "gitHead": "3e38d04842590a493696eb1a9ec7a0212edbf2d2"
77
+ "gitHead": "b0b3f4852b044891b8133a8d051fd181daa0d9eb"
77
78
  }