moodle/.grunt
Eloy Lafuente (stronk7) 5d9eae8042 MDL-73610 nodejs: Small updates to required packages
The main goal of this issue is to avoid scanners (Dependabot
and friends), reporting about security issues with the current
xmldom 0.6.0 package.

Note that this doesn't affect prod at all, because it's a dev
dependency, hardly exploitable. So it's not a security fix, just
a security_benefit, if something.

So here, we are updating from xmldom 0.6.0 to @xmldom/xmldom 0.8.7
(note that the package was renamed in 0.7.0, so it's the very same)

Also, when proceeding with the changes, it was detected that we
are incorrectly declaring @babel/eslint-parser as a normal dependency
instead of a development one, so we are also fixing that little detail.

The commands executed to get the changes above applied have been:

- nvm use
- npm install @xmldom/xmldom@^0.8.7 --save-dev
- npm uninstall xmldom
- npm install @babel/eslint-parser@^7.17.0 --save-dev

(we haven't run a complete re-install because we only want to modify
the minimum possible at this stage).
2023-04-06 14:59:33 +02:00
..
jsdoc MDL-71113 js: Add jsdoc configuration and Grunt 2021-06-18 09:38:04 +08:00
tasks MDL-77748 grunt: fix Windows compatibility 2023-03-26 13:33:05 +02:00
babel-plugin-add-module-to-define.js MDL-71882 grunt: Replace module names 2021-11-17 09:16:55 +08:00
components.js MDL-73610 nodejs: Small updates to required packages 2023-04-06 14:59:33 +02:00