Skip to content

Commit

Permalink
Upgrade grunt-preprocess to be compatible with Grunt 1.x
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Mr0grog committed Jan 9, 2024
1 parent ef3cf26 commit 5f3764e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5f3764e

Please sign in to comment.