diff --git a/package-lock.json b/package-lock.json index 2776709..98bbe1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2665,9 +2665,9 @@ "dev": true }, "debug": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.0.1.tgz", - "integrity": "sha512-K23FHJ/Mt404FSlp6gSZCevIbTMLX0j3fmHhUEhQ3Wq0FMODW3+cUSoLdy1Gx4polAf4t/lphhmHH35BB8cLYw==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.0.tgz", + "integrity": "sha512-heNPJUJIqC+xB6ayLAMHaIrmN9HKa7aQO8MGqKpvCA+uJYVcvR6l5kgdrhRuwPFHU7P5/A1w0BjByPHwpfTDKg==", "requires": { "ms": "^2.1.1" }, diff --git a/package.json b/package.json index 8aba0b0..0ae5ef7 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dependencies": { "@bahmutov/all-paths": "1.0.2", "@bahmutov/is-my-json-valid": "2.17.3", - "debug": "4.0.1", + "debug": "4.1.0", "json-stable-stringify": "1.0.1", "json2md": "1.6.1", "lodash.camelcase": "4.3.0",