From b1bfb09ea483468cda09b522fd15d67f8d704ab6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 01:37:07 +0000 Subject: [PATCH] fix(deps): update dependency @wppconnect/wa-version to ^1.2.135 --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 84b73d4c4..3cbebfed3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,13 +10,13 @@ "license": "LGPL-3.0-or-later", "dependencies": { "@wppconnect/wa-js": "^2.28.0", - "@wppconnect/wa-version": "^1.2.132", + "@wppconnect/wa-version": "^1.2.135", "atob": "^2.1.2", "axios": "^1.6.0", "boxen": "^5.1.2", "catch-exit": "^1.2.2", "chalk": "~4.1.2", - "chrome-launcher": "^1.1.0", + "chrome-launcher": "^0.15.2", "execa": "^5.1.1", "file-type": "~16.5.4", "futoin-hkdf": "^1.5.3", @@ -3514,9 +3514,9 @@ } }, "node_modules/@wppconnect/wa-version": { - "version": "1.2.132", - "resolved": "https://registry.npmjs.org/@wppconnect/wa-version/-/wa-version-1.2.132.tgz", - "integrity": "sha512-9GhN1pDDPqNX8RwJy8dHR7oJ0xw00NIv6jvCU4FvmX/i2aW1GYufIOE3YA9fn7EozuHvxZaMOUxYPbOS/6vWsQ==", + "version": "1.2.135", + "resolved": "https://registry.npmjs.org/@wppconnect/wa-version/-/wa-version-1.2.135.tgz", + "integrity": "sha512-2mgG7TXzgGQB7q7NjQeqe/V1WSwvSi7VH7baHwLITqkN8Mq9MFBgOgl4gbWG8c3dWwa1dWn5QMEKLID1qhaE1w==", "dependencies": { "node-fetch": "^2.7.0", "semver": "^7.5.4" @@ -4419,14 +4419,14 @@ "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==" }, "node_modules/chrome-launcher": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/chrome-launcher/-/chrome-launcher-1.1.0.tgz", - "integrity": "sha512-rJYWeEAERwWIr3c3mEVXwNiODPEdMRlRxHc47B1qHPOolHZnkj7rMv1QSUfPoG6MgatWj5AxSpnKKR4QEwEQIQ==", + "version": "0.15.2", + "resolved": "https://registry.npmjs.org/chrome-launcher/-/chrome-launcher-0.15.2.tgz", + "integrity": "sha512-zdLEwNo3aUVzIhKhTtXfxhdvZhUghrnmkvcAq2NoDd+LeOHKf03H5jwZ8T/STsAlzyALkBVK552iaG1fGf1xVQ==", "dependencies": { "@types/node": "*", "escape-string-regexp": "^4.0.0", "is-wsl": "^2.2.0", - "lighthouse-logger": "^2.0.1" + "lighthouse-logger": "^1.0.0" }, "bin": { "print-chrome-path": "bin/print-chrome-path.js" @@ -8685,9 +8685,9 @@ } }, "node_modules/lighthouse-logger": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/lighthouse-logger/-/lighthouse-logger-2.0.1.tgz", - "integrity": "sha512-ioBrW3s2i97noEmnXxmUq7cjIcVRjT5HBpAYy8zE11CxU9HqlWHHeRxfeN1tn8F7OEMVPIC9x1f8t3Z7US9ehQ==", + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/lighthouse-logger/-/lighthouse-logger-1.4.2.tgz", + "integrity": "sha512-gPWxznF6TKmUHrOQjlVo2UbaL2EJ71mb2CCeRs/2qBpi4L/g4LUVc9+3lKQ6DTUZwJswfM7ainGrLO1+fOqa2g==", "dependencies": { "debug": "^2.6.9", "marky": "^1.2.2" diff --git a/package.json b/package.json index a9983d5e8..bd2d9c556 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ }, "dependencies": { "@wppconnect/wa-js": "^2.28.0", - "@wppconnect/wa-version": "^1.2.132", + "@wppconnect/wa-version": "^1.2.135", "atob": "^2.1.2", "axios": "^1.6.0", "boxen": "^5.1.2",