From fe86ad86cb99e3efc18cfa17a0e37aa11af407b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?= Date: Wed, 8 Nov 2023 18:54:58 +0100 Subject: [PATCH] Pin a version of grunt-wordpress to `2.1.4` `grunt-wordpress` updates `gilded-wordpress` in patch releases. However, our infra requires strict matching of the `gilded-wordpress` version in the `GW_VERSION` variable set in `gilded-wordpress.php`. Let's pin the version to avoid breaking changes from subdependencies updates. --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index bebb751..5b59d67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "async": "^3.2.0", "cheerio": "^1.0.0-rc.12", "grunt-check-modules": "^1.1.0", - "grunt-wordpress": "^2.1.4", + "grunt-wordpress": "2.1.4", "he": "^1.2.0", "highlight.js": "^10.7.2", "marked": "^4.0.0", diff --git a/package.json b/package.json index 9fc3dd7..9c22e98 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "async": "^3.2.0", "cheerio": "^1.0.0-rc.12", "grunt-check-modules": "^1.1.0", - "grunt-wordpress": "^2.1.4", + "grunt-wordpress": "2.1.4", "he": "^1.2.0", "highlight.js": "^10.7.2", "marked": "^4.0.0",