diff --git a/package-lock.json b/package-lock.json index 571e8078e..626aab80b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@babel/preset-env": "^7.26.7", "@wordpress/env": "^10.16.0", "commons-api": "git+https://github.com/wielebenwir/commons-api.git", - "cypress": "^14.0.0", + "cypress": "^14.0.1", "editorconfig": "^2.0.0", "grunt": "^1.6.1", "grunt-babel": "^8.0.0", @@ -3987,9 +3987,9 @@ "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" }, "node_modules/cypress": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-14.0.0.tgz", - "integrity": "sha512-kEGqQr23so5IpKeg/dp6GVi7RlHx1NmW66o2a2Q4wk9gRaAblLZQSiZJuDI8UMC4LlG5OJ7Q6joAiqTrfRNbTw==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-14.0.1.tgz", + "integrity": "sha512-gBAvKZE3f6eBaW1v8OtrwAFP90rjNZjjOO40M2KvOvmwVXk96Ps5Yjyck1EzGkXmNCaC/8kXFOY/1KD/wsaWpQ==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/package.json b/package.json index f73a0ec52..5e06ea8fd 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@babel/preset-env": "^7.26.7", "@wordpress/env": "^10.16.0", "commons-api": "git+https://github.com/wielebenwir/commons-api.git", - "cypress": "^14.0.0", + "cypress": "^14.0.1", "editorconfig": "^2.0.0", "grunt": "^1.6.1", "grunt-babel": "^8.0.0",