diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json
index f4f7f7e..86d5fe6 100644
--- a/node_modules/.package-lock.json
+++ b/node_modules/.package-lock.json
@@ -578,9 +578,9 @@
       }
     },
     "node_modules/cypress": {
-      "version": "13.6.3",
-      "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.3.tgz",
-      "integrity": "sha512-d/pZvgwjAyZsoyJ3FOsJT5lDsqnxQ/clMqnNc++rkHjbkkiF2h9s0JsZSyyH4QXhVFW3zPFg82jD25roFLOdZA==",
+      "version": "13.6.4",
+      "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.4.tgz",
+      "integrity": "sha512-pYJjCfDYB+hoOoZuhysbbYhEmNW7DEDsqn+ToCLwuVowxUXppIWRr7qk4TVRIU471ksfzyZcH+mkoF0CQUKnpw==",
       "hasInstallScript": true,
       "dependencies": {
         "@cypress/request": "^3.0.0",
diff --git a/node_modules/cypress/angular/angular/dist/index.js b/node_modules/cypress/angular/angular/dist/index.js
index f495e01..8035678 100644
--- a/node_modules/cypress/angular/angular/dist/index.js
+++ b/node_modules/cypress/angular/angular/dist/index.js
@@ -26,6 +26,8 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 PERFORMANCE OF THIS SOFTWARE.
 ***************************************************************************** */
+/* global Reflect, Promise, SuppressedError, Symbol */
+
 
 function __rest(s, e) {
   var t = {};
diff --git a/node_modules/cypress/angular/dist/index.js b/node_modules/cypress/angular/dist/index.js
index f495e01..8035678 100644
--- a/node_modules/cypress/angular/dist/index.js
+++ b/node_modules/cypress/angular/dist/index.js
@@ -26,6 +26,8 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 PERFORMANCE OF THIS SOFTWARE.
 ***************************************************************************** */
+/* global Reflect, Promise, SuppressedError, Symbol */
+
 
 function __rest(s, e) {
   var t = {};
diff --git a/node_modules/cypress/package.json b/node_modules/cypress/package.json
index 4ce6d5f..46af77a 100644
--- a/node_modules/cypress/package.json
+++ b/node_modules/cypress/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cypress",
-  "version": "13.6.3",
+  "version": "13.6.4",
   "main": "index.js",
   "scripts": {
     "postinstall": "node index.js --exec install",
@@ -134,8 +134,8 @@
   },
   "buildInfo": {
     "commitBranch": "develop",
-    "commitSha": "92e922e0ed0edd4e100ac035f30cc298b5578f30",
-    "commitDate": "2024-01-16T18:36:41.000Z",
+    "commitSha": "f705980b9188e047c0f1dc9d230c802dcd0f463f",
+    "commitDate": "2024-01-30T14:27:47.000Z",
     "stable": true
   },
   "description": "Cypress is a next generation front end testing tool built for the modern web",
diff --git a/node_modules/cypress/react/package.json b/node_modules/cypress/react/package.json
index 65404f8..f2c5ce4 100644
--- a/node_modules/cypress/react/package.json
+++ b/node_modules/cypress/react/package.json
@@ -28,7 +28,7 @@
     "react-router-dom": "6.0.0-alpha.1",
     "semver": "^7.5.3",
     "typescript": "^4.7.4",
-    "vite": "4.3.2",
+    "vite": "4.5.2",
     "vite-plugin-require-transform": "1.0.12"
   },
   "peerDependencies": {
diff --git a/node_modules/cypress/react/react/package.json b/node_modules/cypress/react/react/package.json
index 65404f8..f2c5ce4 100644
--- a/node_modules/cypress/react/react/package.json
+++ b/node_modules/cypress/react/react/package.json
@@ -28,7 +28,7 @@
     "react-router-dom": "6.0.0-alpha.1",
     "semver": "^7.5.3",
     "typescript": "^4.7.4",
-    "vite": "4.3.2",
+    "vite": "4.5.2",
     "vite-plugin-require-transform": "1.0.12"
   },
   "peerDependencies": {
diff --git a/node_modules/cypress/types/cypress.d.ts b/node_modules/cypress/types/cypress.d.ts
index cbf91d0..75f09a4 100644
--- a/node_modules/cypress/types/cypress.d.ts
+++ b/node_modules/cypress/types/cypress.d.ts
@@ -291,10 +291,14 @@ declare namespace Cypress {
    */
   interface Spec {
     name: string // "config_passing_spec.js"
-    relative: string // "cypress/integration/config_passing_spec.js" or "__all" if clicked all specs button
-    absolute: string // "/Users/janelane/app/cypress/integration/config_passing_spec.js"
+    relative: string // "cypress/e2e/config_passing_spec.cy.js" or "__all" if clicked all specs button
+    absolute: string // "/Users/janelane/app/cypress/e2e/config_passing_spec.cy.js"
     specFilter?: string // optional spec filter used by the user
     specType?: CypressSpecType
+    baseName?: string // "config_passing_spec.cy.js"
+    fileExtension?: string // ".js"
+    fileName?: string // "config_passing_spec.cy"
+    id?: string // "U3BlYzovVXNlcnMvamFuZWxhbmUvYXBwL2N5cHJlc3MvZTJlL2NvbmZpZ19wYXNzaW5nX3NwZWMuY3kuanM="
   }
 
   /**
diff --git a/node_modules/cypress/vue/dist/cypress-vue.cjs.js b/node_modules/cypress/vue/dist/cypress-vue.cjs.js
index 47b91f1..5b90236 100644
--- a/node_modules/cypress/vue/dist/cypress-vue.cjs.js
+++ b/node_modules/cypress/vue/dist/cypress-vue.cjs.js
@@ -44,6 +44,8 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 PERFORMANCE OF THIS SOFTWARE.
 ***************************************************************************** */
+/* global Reflect, Promise, SuppressedError, Symbol */
+
 
 function __rest(s, e) {
   var t = {};
diff --git a/node_modules/cypress/vue/dist/cypress-vue.esm-bundler.js b/node_modules/cypress/vue/dist/cypress-vue.esm-bundler.js
index bbbfbea..5af5779 100644
--- a/node_modules/cypress/vue/dist/cypress-vue.esm-bundler.js
+++ b/node_modules/cypress/vue/dist/cypress-vue.esm-bundler.js
@@ -24,6 +24,8 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 PERFORMANCE OF THIS SOFTWARE.
 ***************************************************************************** */
+/* global Reflect, Promise, SuppressedError, Symbol */
+
 
 function __rest(s, e) {
   var t = {};
diff --git a/node_modules/cypress/vue/package.json b/node_modules/cypress/vue/package.json
index d24c712..14ff2f3 100644
--- a/node_modules/cypress/vue/package.json
+++ b/node_modules/cypress/vue/package.json
@@ -25,7 +25,7 @@
     "globby": "^11.0.1",
     "tailwindcss": "1.1.4",
     "typescript": "^4.7.4",
-    "vite": "4.3.2",
+    "vite": "4.5.2",
     "vue": "3.2.47",
     "vue-i18n": "9.0.0-rc.6",
     "vue-router": "^4.0.0",
diff --git a/node_modules/cypress/vue/vue/dist/cypress-vue.cjs.js b/node_modules/cypress/vue/vue/dist/cypress-vue.cjs.js
index 47b91f1..5b90236 100644
--- a/node_modules/cypress/vue/vue/dist/cypress-vue.cjs.js
+++ b/node_modules/cypress/vue/vue/dist/cypress-vue.cjs.js
@@ -44,6 +44,8 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 PERFORMANCE OF THIS SOFTWARE.
 ***************************************************************************** */
+/* global Reflect, Promise, SuppressedError, Symbol */
+
 
 function __rest(s, e) {
   var t = {};
diff --git a/node_modules/cypress/vue/vue/dist/cypress-vue.esm-bundler.js b/node_modules/cypress/vue/vue/dist/cypress-vue.esm-bundler.js
index bbbfbea..5af5779 100644
--- a/node_modules/cypress/vue/vue/dist/cypress-vue.esm-bundler.js
+++ b/node_modules/cypress/vue/vue/dist/cypress-vue.esm-bundler.js
@@ -24,6 +24,8 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 PERFORMANCE OF THIS SOFTWARE.
 ***************************************************************************** */
+/* global Reflect, Promise, SuppressedError, Symbol */
+
 
 function __rest(s, e) {
   var t = {};
diff --git a/node_modules/cypress/vue/vue/package.json b/node_modules/cypress/vue/vue/package.json
index d24c712..14ff2f3 100644
--- a/node_modules/cypress/vue/vue/package.json
+++ b/node_modules/cypress/vue/vue/package.json
@@ -25,7 +25,7 @@
     "globby": "^11.0.1",
     "tailwindcss": "1.1.4",
     "typescript": "^4.7.4",
-    "vite": "4.3.2",
+    "vite": "4.5.2",
     "vue": "3.2.47",
     "vue-i18n": "9.0.0-rc.6",
     "vue-router": "^4.0.0",
diff --git a/package-lock.json b/package-lock.json
index 02909e9..c94da34 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,7 +9,7 @@
       "version": "1.0.0",
       "license": "ISC",
       "dependencies": {
-        "cypress": "^13.6.3"
+        "cypress": "^13.6.4"
       },
       "devDependencies": {
         "cypress-multi-reporters": "^1.6.4",
@@ -593,9 +593,9 @@
       }
     },
     "node_modules/cypress": {
-      "version": "13.6.3",
-      "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.3.tgz",
-      "integrity": "sha512-d/pZvgwjAyZsoyJ3FOsJT5lDsqnxQ/clMqnNc++rkHjbkkiF2h9s0JsZSyyH4QXhVFW3zPFg82jD25roFLOdZA==",
+      "version": "13.6.4",
+      "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.4.tgz",
+      "integrity": "sha512-pYJjCfDYB+hoOoZuhysbbYhEmNW7DEDsqn+ToCLwuVowxUXppIWRr7qk4TVRIU471ksfzyZcH+mkoF0CQUKnpw==",
       "hasInstallScript": true,
       "dependencies": {
         "@cypress/request": "^3.0.0",
@@ -3268,9 +3268,9 @@
       }
     },
     "cypress": {
-      "version": "13.6.3",
-      "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.3.tgz",
-      "integrity": "sha512-d/pZvgwjAyZsoyJ3FOsJT5lDsqnxQ/clMqnNc++rkHjbkkiF2h9s0JsZSyyH4QXhVFW3zPFg82jD25roFLOdZA==",
+      "version": "13.6.4",
+      "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.4.tgz",
+      "integrity": "sha512-pYJjCfDYB+hoOoZuhysbbYhEmNW7DEDsqn+ToCLwuVowxUXppIWRr7qk4TVRIU471ksfzyZcH+mkoF0CQUKnpw==",
       "requires": {
         "@cypress/request": "^3.0.0",
         "@cypress/xvfb": "^1.2.4",
diff --git a/package.json b/package.json
index db6242a..41b5a1a 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,7 @@
   },
   "homepage": "https://github.com/ashikkumar23/api-testing-cypress#readme",
   "dependencies": {
-    "cypress": "^13.6.3"
+    "cypress": "^13.6.4"
   },
   "devDependencies": {
     "cypress-multi-reporters": "^1.6.4",