Skip to content

Commit 5e03ed9

Browse files
committed
chore: bump dependencies
1 parent 93e54ad commit 5e03ed9

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "debug-level",
3-
"version": "3.2.0",
3+
"version": "3.2.1-0",
44
"description": "debug with levels",
55
"keywords": [
66
"debug",
@@ -72,42 +72,42 @@
7272
]
7373
},
7474
"dependencies": {
75-
"asyncc": "^2.0.6",
75+
"asyncc": "^2.0.7",
7676
"chalk": "^4.1.2",
7777
"fast-safe-stringify": "^2.1.1",
7878
"flatstr": "^1.0.12",
79-
"map-lru": "^2.0.0",
79+
"map-lru": "^2.1.0",
8080
"ms": "^2.1.3",
81-
"sonic-boom": "^4.0.1"
81+
"sonic-boom": "^4.1.0"
8282
},
8383
"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",
8787
"assert": "^2.1.0",
88-
"babel-loader": "^9.1.3",
88+
"babel-loader": "^9.2.1",
8989
"c8": "^10.1.2",
9090
"conv-changelog": "^1.0.0",
91-
"eslint": "^8.57.0",
91+
"eslint": "^8.57.1",
9292
"eslint-config-standard": "^17.1.0",
93-
"eslint-plugin-import": "^2.29.1",
93+
"eslint-plugin-import": "^2.31.0",
9494
"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",
9797
"karma-chrome-launcher": "^3.2.0",
9898
"karma-coverage": "^2.2.1",
9999
"karma-firefox-launcher": "^2.1.3",
100100
"karma-mocha": "^2.0.1",
101101
"karma-sourcemap-loader": "^0.4.0",
102102
"karma-spec-reporter": "^0.0.36",
103103
"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",
106106
"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",
111111
"webpack-cli": "^5.1.4"
112112
},
113113
"optionalDependencies": {

0 commit comments

Comments
 (0)