diff --git a/package-lock.json b/package-lock.json index 5819541d..0e22a77e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@babel/preset-typescript": "^7.18.6", "@commitlint/cli": "^17.0.2", "@commitlint/config-conventional": "^17.4.2", - "@types/debug": "^4.1.12", + "@types/debug": "^4.1.13", "@types/jest": "^30.0.0", "@types/node": "^26.0.0", "@types/semver": "^7.3.9", @@ -3901,9 +3901,9 @@ } }, "node_modules/@types/debug": { - "version": "4.1.12", - "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", - "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", + "version": "4.1.13", + "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.13.tgz", + "integrity": "sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e9ef8d2d..08ab110e 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@babel/preset-typescript": "^7.18.6", "@commitlint/cli": "^17.0.2", "@commitlint/config-conventional": "^17.4.2", - "@types/debug": "^4.1.12", + "@types/debug": "^4.1.13", "@types/jest": "^30.0.0", "@types/node": "^26.0.0", "@types/semver": "^7.3.9",