From 3b6f6853bc0a3a43b9be89afa4b5a137fee86d43 Mon Sep 17 00:00:00 2001 From: Mihajlo Medjedovic Date: Fri, 31 Jan 2025 16:37:15 +0100 Subject: [PATCH] chore: cypress fix --- client/cypress.config.ts | 2 +- sas/package-lock.json | 9 +++++---- sas/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/client/cypress.config.ts b/client/cypress.config.ts index e854310..4bc704f 100644 --- a/client/cypress.config.ts +++ b/client/cypress.config.ts @@ -20,7 +20,7 @@ export default defineConfig({ appLocation: "", site_id_SAS9: "70221618", site_id_SASVIYA: "70253615", - site_id_SASJS: "70252901", + site_id_SASJS: "123", serverType: "SASJS", libraryToOpenIncludes_SASVIYA: "viya", libraryToOpenIncludes_SAS9: "dc", diff --git a/sas/package-lock.json b/sas/package-lock.json index 3712487..11f5d20 100644 --- a/sas/package-lock.json +++ b/sas/package-lock.json @@ -7,7 +7,7 @@ "name": "dc-sas", "dependencies": { "@sasjs/cli": "^4.11.1", - "@sasjs/core": "^4.52.5" + "@sasjs/core": "^4.53.0" } }, "node_modules/@coolaj86/urequest": { @@ -116,9 +116,10 @@ "integrity": "sha512-Grwydm5GxBsYk238PZw41XPjXVVQ9vWcvfZ06L2P0bQbvK0sGn7l69JA7H5MGr3QcaLpiD4Kg70cAh7PgE+JOw==" }, "node_modules/@sasjs/core": { - "version": "4.52.5", - "resolved": "https://registry.npmjs.org/@sasjs/core/-/core-4.52.5.tgz", - "integrity": "sha512-fGuLC+DcH2AoIDDU/Eyn7d4ZIrIeQAN3PB9FgjBikiGuXZYooRELKz1WgaQvhI4qSKgczUANaT80ZJOpfH+sQQ==" + "version": "4.53.0", + "resolved": "https://registry.npmjs.org/@sasjs/core/-/core-4.53.0.tgz", + "integrity": "sha512-bGLa9OUlrA6s8+TFjoxc1/0B7LlR+f1gLEXU5vNnrxbidOZ8raR+i1vgBtF4Ux9432G8g+Ju80E5vR/Q/QyK3Q==", + "license": "MIT" }, "node_modules/@sasjs/lint": { "version": "2.3.1", diff --git a/sas/package.json b/sas/package.json index 94b2a66..f3b68a5 100644 --- a/sas/package.json +++ b/sas/package.json @@ -29,6 +29,6 @@ "private": true, "dependencies": { "@sasjs/cli": "^4.11.1", - "@sasjs/core": "^4.52.5" + "@sasjs/core": "^4.53.0" } }