diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2022-10-03 23:06:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-03 23:06:37 +0200 |
commit | aa231cd21421503d319ad6068e7df0fb3baa7fea (patch) | |
tree | 64800c5bb8c51bbf44a55afc7fd3c1bb2a5b695c | |
parent | edccabf10d37b57cbd4eeebc44f3acb67cb2739c (diff) | |
download | jquery-aa231cd21421503d319ad6068e7df0fb3baa7fea.tar.gz jquery-aa231cd21421503d319ad6068e7df0fb3baa7fea.zip |
Build: Update Grunt from 1.4.1 to 1.5.3
This will resolve the following security issues:
* Path Traversal in Grunt: https://github.com/advisories/GHSA-j383-35pm-c5h4
* Race Condition in Grunt: https://github.com/advisories/GHSA-rm36-94g8-835r
Closes gh-5134
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 801825089..9be880bdd 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "core-js-bundle": "3.6.5", "eslint-config-jquery": "3.0.0", "eslint-plugin-import": "2.25.2", - "grunt": "1.4.1", + "grunt": "1.5.3", "grunt-babel": "8.0.0", "grunt-cli": "1.4.3", "grunt-compare-size": "0.4.2", |