memlab 1.1.47 → 1.1.48

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "memlab",
3
- "version": "1.1.47",
3
+ "version": "1.1.48",
4
4
  "license": "MIT",
5
5
  "description": "memlab is a framework that analyzes memory and finds memory leaks in JavaScript applications.",
6
6
  "main": "dist/index.js",
@@ -26,11 +26,11 @@
26
26
  "snapshot"
27
27
  ],
28
28
  "dependencies": {
29
- "@memlab/cli": "^1.0.32",
30
- "@memlab/api": "^1.0.29",
31
- "@memlab/core": "^1.1.30",
32
- "@memlab/e2e": "^1.0.30",
33
- "@memlab/heap-analysis": "^1.0.27",
29
+ "@memlab/cli": "^1.0.33",
30
+ "@memlab/api": "^1.0.30",
31
+ "@memlab/core": "^1.1.31",
32
+ "@memlab/e2e": "^1.0.31",
33
+ "@memlab/heap-analysis": "^1.0.28",
34
34
  "ansi": "^0.3.1",
35
35
  "babar": "^0.2.0",
36
36
  "chalk": "^4.0.0",