From 5f3764e7b1523c8052d3e30f3bb5f63933d6cfb0 Mon Sep 17 00:00:00 2001 From: Rob Brackett Date: Tue, 9 Jan 2024 21:25:29 +0000 Subject: [PATCH] Upgrade grunt-preprocess to be compatible with Grunt 1.x This upgrades grunt-preprocess to v5.1.0, which is both the latest version and the first version that declares itself compatible with Grunt 1.x. Previous versions *appeared* to work fine, but caused peer dependency warnings, which this fixes. It also resolves a few security vulnerabilities along the way. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c17461..45b01b7 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "grunt-coveralls": "^1.0.0", "grunt-jasmine-node": "~0.2.1", "grunt-open": "~0.2.3", - "grunt-preprocess": "^4.0.0", + "grunt-preprocess": "^5.1.0", "grunt-saucelabs": "^8.2.0", "grunt-template-jasmine-istanbul": "~0.4.0", "qunitjs": "1.14.0",