diff --git a/package-lock.json b/package-lock.json index e007325..70567a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2786,9 +2786,9 @@ "dev": true }, "debug": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.0.tgz", - "integrity": "sha512-heNPJUJIqC+xB6ayLAMHaIrmN9HKa7aQO8MGqKpvCA+uJYVcvR6l5kgdrhRuwPFHU7P5/A1w0BjByPHwpfTDKg==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", "requires": { "ms": "^2.1.1" } diff --git a/package.json b/package.json index 562d0c8..e8c1ac5 100644 --- a/package.json +++ b/package.json @@ -41,8 +41,8 @@ "url": "https://github.com/lirantal/typeform-client.git" }, "dependencies": { - "@typeform/api-client": "^1.4.0", - "debug": "^4.1.0" + "@typeform/api-client": "^1.3.0", + "debug": "^4.1.1" }, "devDependencies": { "@commitlint/cli": "^7.2.1",