diff --git a/package-lock.json b/package-lock.json index 7a08cc2cc..830522c9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "LGPL-3.0-or-later", "dependencies": { "@wppconnect/wa-js": "^2.18.4", - "@wppconnect/wa-version": "^1.1.239", + "@wppconnect/wa-version": "^1.1.244", "atob": "^2.1.2", "axios": "^1.2.6", "boxen": "^5.1.2", @@ -3356,11 +3356,11 @@ } }, "node_modules/@wppconnect/wa-version": { - "version": "1.1.239", - "resolved": "https://registry.npmjs.org/@wppconnect/wa-version/-/wa-version-1.1.239.tgz", - "integrity": "sha512-L9x5VrjtidQoWtOZmg+7I3tKSOT8HZQ1ybzvHw/sVs9UbNnf3s5Wnnd0mWxQa5RuKUWjqOUpPQum+eS3/SIH2w==", + "version": "1.1.244", + "resolved": "https://registry.npmjs.org/@wppconnect/wa-version/-/wa-version-1.1.244.tgz", + "integrity": "sha512-VpFkn7sQcGTsH+yzLszrmJgt86KSjTfUD7QsQHCXQDCX5eomtUSjH1JfKMUP1C5DNh3g8mliKfRXnF0OE8GA8w==", "dependencies": { - "node-fetch": "^2.6.8", + "node-fetch": "^2.6.9", "semver": "^7.3.8" } }, @@ -9165,9 +9165,9 @@ } }, "node_modules/node-fetch": { - "version": "2.6.8", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.8.tgz", - "integrity": "sha512-RZ6dBYuj8dRSfxpUSu+NsdF1dpPpluJxwOp+6IoDp/sH2QNDSvurYsAa+F1WxY2RjA1iP93xhcsUoYbF2XBqVg==", + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.9.tgz", + "integrity": "sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==", "dependencies": { "whatwg-url": "^5.0.0" }, @@ -16591,11 +16591,11 @@ "integrity": "sha512-PU7zhMLvXcw4hbyN60TP4pNCOos4TCbhqHom/PxAgbEPgVU7DT3Ied81AgEpkMxbkO3UXIOgCdzpOlJuA7STxg==" }, "@wppconnect/wa-version": { - "version": "1.1.239", - "resolved": "https://registry.npmjs.org/@wppconnect/wa-version/-/wa-version-1.1.239.tgz", - "integrity": "sha512-L9x5VrjtidQoWtOZmg+7I3tKSOT8HZQ1ybzvHw/sVs9UbNnf3s5Wnnd0mWxQa5RuKUWjqOUpPQum+eS3/SIH2w==", + "version": "1.1.244", + "resolved": "https://registry.npmjs.org/@wppconnect/wa-version/-/wa-version-1.1.244.tgz", + "integrity": "sha512-VpFkn7sQcGTsH+yzLszrmJgt86KSjTfUD7QsQHCXQDCX5eomtUSjH1JfKMUP1C5DNh3g8mliKfRXnF0OE8GA8w==", "requires": { - "node-fetch": "^2.6.8", + "node-fetch": "^2.6.9", "semver": "^7.3.8" }, "dependencies": { @@ -20895,9 +20895,9 @@ "dev": true }, "node-fetch": { - "version": "2.6.8", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.8.tgz", - "integrity": "sha512-RZ6dBYuj8dRSfxpUSu+NsdF1dpPpluJxwOp+6IoDp/sH2QNDSvurYsAa+F1WxY2RjA1iP93xhcsUoYbF2XBqVg==", + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.9.tgz", + "integrity": "sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==", "requires": { "whatwg-url": "^5.0.0" } diff --git a/package.json b/package.json index e1cdf6ab4..88c6cca89 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ }, "dependencies": { "@wppconnect/wa-js": "^2.18.4", - "@wppconnect/wa-version": "^1.1.239", + "@wppconnect/wa-version": "^1.1.244", "atob": "^2.1.2", "axios": "^1.2.6", "boxen": "^5.1.2",