|
1 | 1 | { |
2 | 2 | "name": "debug-level", |
3 | | - "version": "3.2.0", |
| 3 | + "version": "3.2.1-0", |
4 | 4 | "description": "debug with levels", |
5 | 5 | "keywords": [ |
6 | 6 | "debug", |
|
72 | 72 | ] |
73 | 73 | }, |
74 | 74 | "dependencies": { |
75 | | - "asyncc": "^2.0.6", |
| 75 | + "asyncc": "^2.0.7", |
76 | 76 | "chalk": "^4.1.2", |
77 | 77 | "fast-safe-stringify": "^2.1.1", |
78 | 78 | "flatstr": "^1.0.12", |
79 | | - "map-lru": "^2.0.0", |
| 79 | + "map-lru": "^2.1.0", |
80 | 80 | "ms": "^2.1.3", |
81 | | - "sonic-boom": "^4.0.1" |
| 81 | + "sonic-boom": "^4.1.0" |
82 | 82 | }, |
83 | 83 | "devDependencies": { |
84 | | - "@babel/cli": "^7.24.8", |
85 | | - "@babel/core": "^7.24.9", |
86 | | - "@babel/preset-env": "^7.24.8", |
| 84 | + "@babel/cli": "^7.25.7", |
| 85 | + "@babel/core": "^7.25.7", |
| 86 | + "@babel/preset-env": "^7.25.7", |
87 | 87 | "assert": "^2.1.0", |
88 | | - "babel-loader": "^9.1.3", |
| 88 | + "babel-loader": "^9.2.1", |
89 | 89 | "c8": "^10.1.2", |
90 | 90 | "conv-changelog": "^1.0.0", |
91 | | - "eslint": "^8.57.0", |
| 91 | + "eslint": "^8.57.1", |
92 | 92 | "eslint-config-standard": "^17.1.0", |
93 | | - "eslint-plugin-import": "^2.29.1", |
| 93 | + "eslint-plugin-import": "^2.31.0", |
94 | 94 | "eslint-plugin-n": "^16.6.2", |
95 | | - "eslint-plugin-promise": "^6.1.1", |
96 | | - "karma": "^6.4.3", |
| 95 | + "eslint-plugin-promise": "^6.6.0", |
| 96 | + "karma": "^6.4.4", |
97 | 97 | "karma-chrome-launcher": "^3.2.0", |
98 | 98 | "karma-coverage": "^2.2.1", |
99 | 99 | "karma-firefox-launcher": "^2.1.3", |
100 | 100 | "karma-mocha": "^2.0.1", |
101 | 101 | "karma-sourcemap-loader": "^0.4.0", |
102 | 102 | "karma-spec-reporter": "^0.0.36", |
103 | 103 | "karma-webpack": "^5.0.1", |
104 | | - "mocha": "^10.7.0", |
105 | | - "npm-run-all2": "^6.2.2", |
| 104 | + "mocha": "^10.7.3", |
| 105 | + "npm-run-all2": "^6.2.3", |
106 | 106 | "rimraf": "^6.0.1", |
107 | | - "rollup": "^4.19.0", |
108 | | - "sinon": "^18.0.0", |
109 | | - "typescript": "^5.5.3", |
110 | | - "webpack": "^5.93.0", |
| 107 | + "rollup": "^4.24.0", |
| 108 | + "sinon": "^18.0.1", |
| 109 | + "typescript": "^5.6.2", |
| 110 | + "webpack": "^5.95.0", |
111 | 111 | "webpack-cli": "^5.1.4" |
112 | 112 | }, |
113 | 113 | "optionalDependencies": { |
|
0 commit comments