diff --git a/package-lock.json b/package-lock.json index 8a876bb81..4563b0d7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36107,7 +36107,7 @@ }, "plugins/faustwp": { "name": "@faustwp/wordpress-plugin", - "version": "1.4.0" + "version": "1.4.1" } } } diff --git a/package.json b/package.json index 5c1d1ef4d..dad299fc3 100644 --- a/package.json +++ b/package.json @@ -79,6 +79,7 @@ "optionator": "0.9.3", "postcss": "8.4.31", "axios": "^1.7.4", - "ws": "8.17.1" + "ws": "8.17.1", + "path-to-regexp": "8.1.0" } }