Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
commenthol committed Oct 4, 2024
1 parent 93e54ad commit 5e03ed9
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "debug-level",
"version": "3.2.0",
"version": "3.2.1-0",
"description": "debug with levels",
"keywords": [
"debug",
Expand Down Expand Up @@ -72,42 +72,42 @@
]
},
"dependencies": {
"asyncc": "^2.0.6",
"asyncc": "^2.0.7",
"chalk": "^4.1.2",
"fast-safe-stringify": "^2.1.1",
"flatstr": "^1.0.12",
"map-lru": "^2.0.0",
"map-lru": "^2.1.0",
"ms": "^2.1.3",
"sonic-boom": "^4.0.1"
"sonic-boom": "^4.1.0"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"@babel/cli": "^7.25.7",
"@babel/core": "^7.25.7",
"@babel/preset-env": "^7.25.7",
"assert": "^2.1.0",
"babel-loader": "^9.1.3",
"babel-loader": "^9.2.1",
"c8": "^10.1.2",
"conv-changelog": "^1.0.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"karma": "^6.4.3",
"eslint-plugin-promise": "^6.6.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-firefox-launcher": "^2.1.3",
"karma-mocha": "^2.0.1",
"karma-sourcemap-loader": "^0.4.0",
"karma-spec-reporter": "^0.0.36",
"karma-webpack": "^5.0.1",
"mocha": "^10.7.0",
"npm-run-all2": "^6.2.2",
"mocha": "^10.7.3",
"npm-run-all2": "^6.2.3",
"rimraf": "^6.0.1",
"rollup": "^4.19.0",
"sinon": "^18.0.0",
"typescript": "^5.5.3",
"webpack": "^5.93.0",
"rollup": "^4.24.0",
"sinon": "^18.0.1",
"typescript": "^5.6.2",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
},
"optionalDependencies": {
Expand Down

0 comments on commit 5e03ed9

Please sign in to comment.