Skip to content

Commit

Permalink
[TASK] Upgrade Grunt to 1.3
Browse files Browse the repository at this point in the history
This patch upgrades Grunt to version 1.3 which also updates 3rd party
dependencies and solves 5 issues detected by `yarn audit`.

Executed command:

  yarn add --dev grunt@~1.3.0

Resolves: #92410
Releases: master, 10.4
Change-Id: I63cb4f272190a3f213ac60b36682fe185aa5f2de
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65881
Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: TYPO3com <noreply@typo3.com>
Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de>
  • Loading branch information
andreaskienast committed Sep 25, 2020
1 parent 23449dc commit ca9a4b4
Show file tree
Hide file tree
Showing 2 changed files with 279 additions and 96 deletions.
2 changes: 1 addition & 1 deletion Build/package.json
Expand Up @@ -28,7 +28,7 @@
"autoprefixer": "^9.8.6",
"bootstrap-sass": "^3.4.1",
"eslint": "^7.6.0",
"grunt": "~1.0.4",
"grunt": "~1.3.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-imagemin": "^3.1",
"grunt-contrib-watch": "~1.1.0",
Expand Down

0 comments on commit ca9a4b4

Please sign in to comment.