Run npm-update and npm-audit-fix

This commit is contained in:
Alex Tselegidis 2021-10-28 14:03:21 +02:00
parent 3144be2a63
commit 87095646df
2 changed files with 23 additions and 20 deletions

35
package-lock.json generated
View file

@ -10,9 +10,9 @@
"dev": true "dev": true
}, },
"@fortawesome/fontawesome-free": { "@fortawesome/fontawesome-free": {
"version": "5.15.3", "version": "5.15.4",
"resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.3.tgz", "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.4.tgz",
"integrity": "sha512-rFnSUN/QOtnOAgqFRooTA3H57JLDm0QEG/jPdk+tLQNL/eWd+Aok8g3qCI+Q1xuDPWpGW/i9JySpJVsq8Q0s9w==" "integrity": "sha512-eYm8vijH/hpzr/6/1CJ/V/Eb1xQFW2nnUKArb3z+yUWv7HTwj6M7SP957oMjfZjAHU6qpoNc2wQvIxBLWYa/Jg=="
}, },
"@nodelib/fs.scandir": { "@nodelib/fs.scandir": {
"version": "2.1.5", "version": "2.1.5",
@ -38,9 +38,9 @@
} }
}, },
"@popperjs/core": { "@popperjs/core": {
"version": "2.9.2", "version": "2.10.2",
"resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.9.2.tgz", "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.10.2.tgz",
"integrity": "sha512-VZMYa7+fXHdwIq1TDhSXoVmSPEGM/aa+6Aiq3nVVJ9bXr24zScr+NlKFKC3iPljA7ho/GAZr+d2jOf5GIRC30Q==" "integrity": "sha512-IXf3XA7+XyN7CP9gGh/XB0UxVMlvARGEgGXLubFICsUMGz6Q+DU+i4gGlpOxTjKvXjkJDJC8YdqdKkDj9qZHEQ=="
}, },
"abbrev": { "abbrev": {
"version": "1.1.1", "version": "1.1.1",
@ -2001,9 +2001,9 @@
} }
}, },
"fullcalendar": { "fullcalendar": {
"version": "3.10.2", "version": "3.10.4",
"resolved": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-3.10.2.tgz", "resolved": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-3.10.4.tgz",
"integrity": "sha512-YWZaHdp8ZLBqhPz615PoXdA49ymsBTUF+MGDM6H3vyz71Pv/ZW9Pm9/Mj3x6n822k6bs2txFO7muRTSvBhsqKg==" "integrity": "sha512-NGbzd9ICWt5e7cNLPgrT4qE0B7/xRQBTDQji+jwrQChNFfb2n8e0Ngx13QweW0dzSfMbqI0Rvxi2KaXNb+p76g=="
}, },
"function-bind": { "function-bind": {
"version": "1.1.1", "version": "1.1.1",
@ -3166,9 +3166,12 @@
"integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==" "integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw=="
}, },
"jquery-ui": { "jquery-ui": {
"version": "1.12.1", "version": "1.13.0",
"resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.12.1.tgz", "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.0.tgz",
"integrity": "sha1-vLQEXI3QU5wTS8FIjN0+dop6nlE=" "integrity": "sha512-Osf7ECXNTYHtKBkn9xzbIf9kifNrBhfywFEKxOeB/OVctVmLlouV9mfc2qXCp6uyO4Pn72PXKOnj09qXetopCw==",
"requires": {
"jquery": ">=1.8.0 <4.0.0"
}
}, },
"js-yaml": { "js-yaml": {
"version": "3.14.1", "version": "3.14.1",
@ -5418,11 +5421,11 @@
"dev": true "dev": true
}, },
"tippy.js": { "tippy.js": {
"version": "6.3.1", "version": "6.3.2",
"resolved": "https://registry.npmjs.org/tippy.js/-/tippy.js-6.3.1.tgz", "resolved": "https://registry.npmjs.org/tippy.js/-/tippy.js-6.3.2.tgz",
"integrity": "sha512-JnFncCq+rF1dTURupoJ4yPie5Cof978inW6/4S6kmWV7LL9YOSEVMifED3KdrVPEG+Z/TFH2CDNJcQEfaeuQww==", "integrity": "sha512-35XVQI7Zl/jHZ51+8eHu/vVRXBjWYGobPm5G9FxOchj4r5dWhghKGS0nm0ARUKZTF96V7pPn7EbXS191NTwldw==",
"requires": { "requires": {
"@popperjs/core": "^2.8.3" "@popperjs/core": "^2.9.0"
} }
}, },
"to-absolute-glob": { "to-absolute-glob": {

View file

@ -24,17 +24,17 @@
"node": ">=12" "node": ">=12"
}, },
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1", "@fortawesome/fontawesome-free": "^5.15.4",
"bootstrap": "^4.5.3", "bootstrap": "^4.5.3",
"cookieconsent": "^3.1.1", "cookieconsent": "^3.1.1",
"datejs": "0.0.2", "datejs": "0.0.2",
"del": "^6.0.0", "del": "^6.0.0",
"fullcalendar": "^3.10.2", "fullcalendar": "^3.10.4",
"jquery": "^3.5.1", "jquery": "^3.5.1",
"jquery-ui": "^1.12.0", "jquery-ui": "^1.13.0",
"moment": "^2.29.1", "moment": "^2.29.1",
"moment-timezone": "^0.5.31", "moment-timezone": "^0.5.31",
"tippy.js": "^6.2.7", "tippy.js": "^6.3.2",
"trumbowyg": "^2.21.0" "trumbowyg": "^2.21.0"
}, },
"devDependencies": { "devDependencies": {