From 95d76d1987af380215c6786bf7e7c2a92004a40b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 23:04:18 +0000 Subject: [PATCH] chore(deps): bump @quantcdn/quant-client from 4.12.0 to 4.15.4 Bumps [@quantcdn/quant-client](https://github.com/quantcdn/quant-ts-client) from 4.12.0 to 4.15.4. - [Release notes](https://github.com/quantcdn/quant-ts-client/releases) - [Changelog](https://github.com/quantcdn/quant-ts-client/blob/v4/CHANGELOG.md) - [Commits](https://github.com/quantcdn/quant-ts-client/compare/v4.12.0...v4.15.4) --- updated-dependencies: - dependency-name: "@quantcdn/quant-client" dependency-version: 4.15.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f10d681..f7eab92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@actions/core": "^3.0.0", "@actions/exec": "^3.0.0", - "@quantcdn/quant-client": "^4.12.0" + "@quantcdn/quant-client": "^4.15.4" }, "devDependencies": { "@types/node": "^25.5.0", @@ -55,9 +55,9 @@ "license": "MIT" }, "node_modules/@quantcdn/quant-client": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/@quantcdn/quant-client/-/quant-client-4.12.0.tgz", - "integrity": "sha512-ttMOFUshWjrsEqEr5nnUKL8obaiVR12aEjtfmCW2JOAafZOgEe0GjDlDwfxzsVq45kRe3l8DBsCg6BGZam1pvQ==", + "version": "4.15.4", + "resolved": "https://registry.npmjs.org/@quantcdn/quant-client/-/quant-client-4.15.4.tgz", + "integrity": "sha512-XzBxSiwlS50+wt0MK7U03ZGrp5y/B7CLZniLLyeMcwJs6h/pEWx58RZLeTflRpDn9xDmJi/xhR6mQYJfEyDXbA==", "license": "MIT", "dependencies": { "axios": "^1.6.1" diff --git a/package.json b/package.json index a52ed10..ed991f7 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^3.0.0", "@actions/exec": "^3.0.0", - "@quantcdn/quant-client": "^4.12.0" + "@quantcdn/quant-client": "^4.15.4" }, "devDependencies": { "@types/node": "^25.5.0",