Bug #95346
closedUpdate jQuery used by TYPO3
100%
Description
One of our clients ran a pen test and has highlighted that jQuery 3.3.1 is used on the TYPO3 backend.
The latest version is 3.6.0. Can this be updated?
Updated by Benni Mack about 3 years ago
- Status changed from New to Accepted
TYPO3 v11 uses jquery 3.5.1
https://blog.jquery.com/2021/03/02/jquery-3-6-0-released/
https://blog.jqueryui.com/2021/10/jquery-ui-1-13-0-released/
We should update this via:
yarn add "jquery-ui@^1.13.0"
yarn add "jquery@^3.6.0"
yarn add "types/jquery
^3.5.7" --dev
yarn add "types/jqueryui
^1.12.16" --dev
Updated by Gerrit Code Review about 3 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71957
Updated by Gerrit Code Review about 3 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71957
Updated by Andreas Fernandez about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1fabd9a81e8593415c050cad9b9c49984115d9ee.