From 936820f0f23c74a0977469a63442ab724249cc76 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Thu, 3 Sep 2026 12:59:16 +1000 Subject: [PATCH] Update 10up/cypress-wp-utils to 0.7.2 --- package-lock.json | 58 ++++------------------------------------------- package.json | 2 +- 2 files changed, 6 insertions(+), 54 deletions(-) diff --git a/package-lock.json b/package-lock.json index a339569..ba33b40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "normalize.css": "^8.0.0" }, "devDependencies": { - "@10up/cypress-wp-utils": "^0.6.0", + "@10up/cypress-wp-utils": "^0.7.2", "@wordpress/env": "^10.37.0", "@wordpress/scripts": "^34.2.0", "copy-webpack-plugin": "^12.0.2", @@ -27,13 +27,13 @@ } }, "node_modules/@10up/cypress-wp-utils": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@10up/cypress-wp-utils/-/cypress-wp-utils-0.6.0.tgz", - "integrity": "sha512-LI4IpWm9QKT8SgSmMM3k641WhUMj0fWF2KaHrtmZLVoEeqTpeYEV0hG/9FiZddHFX4+R5KPgvb9a9AFkblCsfA==", + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/@10up/cypress-wp-utils/-/cypress-wp-utils-0.7.2.tgz", + "integrity": "sha512-Wv4e/iF4kqWY/dI+lhWTNBzicIqXscGC+FLnGvPIUb5pTX/kZJzjwjyGW7QtLAweiEdlcVHxFEjXdzNY3paPCg==", "dev": true, "license": "MIT", "engines": { - "node": ">=12.0" + "node": ">=20.19" } }, "node_modules/@asamuzakjp/css-color": { @@ -5817,9 +5817,6 @@ "arm" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -5841,9 +5838,6 @@ "arm" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -5865,9 +5859,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -5889,9 +5880,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -5913,9 +5901,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -5937,9 +5922,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -7814,9 +7796,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -7831,9 +7810,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -7848,9 +7824,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -7865,9 +7838,6 @@ "loong64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -7882,9 +7852,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -7899,9 +7866,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -7916,9 +7880,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -7933,9 +7894,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -7950,9 +7908,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -7967,9 +7922,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ diff --git a/package.json b/package.json index 3ed9db5..46fedd7 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "url": "https://github.com/10up/ad-refresh-control" }, "devDependencies": { - "@10up/cypress-wp-utils": "^0.6.0", + "@10up/cypress-wp-utils": "^0.7.2", "@wordpress/env": "^10.37.0", "@wordpress/scripts": "^34.2.0", "copy-webpack-plugin": "^12.0.2",