From 1e9a434c7ecd5ec55c09716af649bf5589714037 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 15:07:04 +0000 Subject: [PATCH] fix(deps): update adobe fixes --- package-lock.json | 28 ++++++++++++++-------------- package.json | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index a4e1a50..5fd21a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@adobe/spacecat-shared-http-utils": "1.36.0", "@adobe/spacecat-shared-ims-client": "1.16.0", "@adobe/spacecat-shared-rum-api-client": "2.44.1", - "@adobe/spacecat-shared-scrape-client": "2.7.1", + "@adobe/spacecat-shared-scrape-client": "2.7.2", "@adobe/spacecat-shared-slack-client": "1.7.2", "@adobe/spacecat-shared-utils": "1.126.0", "@adobe/spacecat-shared-vault-secrets": "1.4.1", @@ -37,7 +37,7 @@ "urijs": "1.19.11" }, "devDependencies": { - "@adobe/eslint-config-helix": "3.0.30", + "@adobe/eslint-config-helix": "3.0.31", "@adobe/helix-deploy": "14.4.4", "@adobe/helix-universal": "5.4.3", "@adobe/helix-universal-devserver": "1.1.150", @@ -127,18 +127,18 @@ "license": "MIT" }, "node_modules/@adobe/eslint-config-helix": { - "version": "3.0.30", - "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.30.tgz", - "integrity": "sha512-1NStwifE5Xys3tPemh8nkiyHSHd+AtqJtkn+pfPDTHtcHDFlR9y03XYr9zlloVrk/mWo6gxVZed+Scj6os2VHQ==", + "version": "3.0.31", + "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.31.tgz", + "integrity": "sha512-d1Lmi1wzJL4+3fH0FlKYwtZvYUTpJ+cqolM1AqnTUOlwpgTCWnzz7g3ZoHwnddz5lS56Shk926X8sSZwCcgZvQ==", "dev": true, "license": "Apache-2.0", "dependencies": { "@eslint/config-helpers": "0.7.0", "eslint-plugin-import": "2.32.0", - "globals": "17.8.0" + "globals": "17.11.0" }, "engines": { - "node": ">= 12" + "node": ">= 20" }, "peerDependencies": { "eslint": "^9.0.0" @@ -3215,14 +3215,14 @@ } }, "node_modules/@adobe/spacecat-shared-scrape-client": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/@adobe/spacecat-shared-scrape-client/-/spacecat-shared-scrape-client-2.7.1.tgz", - "integrity": "sha512-O1wsqtfX2owSe6P9kxu565QXEwkO8daMIBYbmy95JzO8Ss3dTrOVPniVmc/5yA16q1BcnaDHdOYqnRpRPbAIvg==", + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/@adobe/spacecat-shared-scrape-client/-/spacecat-shared-scrape-client-2.7.2.tgz", + "integrity": "sha512-HGC/tBlTXeJNayVm8uBSlyye6GOFh7lEd0bKN0/pdo/CyZHVGqFK9fKgCm2fdwX6f4KHXd2oV4qQJLYmxjLB2A==", "license": "Apache-2.0", "dependencies": { "@adobe/helix-universal": "5.4.2", "@adobe/spacecat-shared-utils": "1.81.1", - "@mysticat/data-service-types": "git+https://github.com/adobe/mysticat-data-service.git#types-ts-v1.42.0" + "@mysticat/data-service-types": "git+https://github.com/adobe/mysticat-data-service.git#types-ts-v1.53.0" }, "engines": { "node": ">=22.0.0 <25.0.0", @@ -12972,9 +12972,9 @@ } }, "node_modules/globals": { - "version": "17.8.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.8.0.tgz", - "integrity": "sha512-Zz/LMDZScFmkakeL2cTHzf+PbWKdpU3uclqkZT7TjDG58j5WPt0PpA+n9uPI24fZtlw07q0OtEi84K+umsRzqQ==", + "version": "17.11.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.11.0.tgz", + "integrity": "sha512-Z2I8hM+PbJDXQDq3Icgpzv+mPdwr68iZUU9d5WW4FuXfDUQfkZaZuvjMv42/5crNyw154+9+VWXbYrUgDXbxNw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 26084f7..a197f70 100755 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "@adobe/spacecat-shared-http-utils": "1.36.0", "@adobe/spacecat-shared-ims-client": "1.16.0", "@adobe/spacecat-shared-rum-api-client": "2.44.1", - "@adobe/spacecat-shared-scrape-client": "2.7.1", + "@adobe/spacecat-shared-scrape-client": "2.7.2", "@adobe/spacecat-shared-slack-client": "1.7.2", "@adobe/spacecat-shared-utils": "1.126.0", "@adobe/spacecat-shared-vault-secrets": "1.4.1", @@ -105,7 +105,7 @@ "urijs": "1.19.11" }, "devDependencies": { - "@adobe/eslint-config-helix": "3.0.30", + "@adobe/eslint-config-helix": "3.0.31", "@adobe/helix-deploy": "14.4.4", "@adobe/helix-universal": "5.4.3", "@adobe/helix-universal-devserver": "1.1.150",