MM-62866 Update axios dependency (#30265)

I had to fight with NPM longer than I thought I would for the override
to take effect. I ended up having to manually tweak the
package-lock.json to get it to take.
Этот коммит содержится в:
Harrison Healey
2025-02-21 16:59:16 -05:00
коммит произвёл GitHub
родитель 53dac8e530
Коммит 96c2d4ae56
2 изменённых файлов: 27 добавлений и 11 удалений

Просмотреть файл

@@ -22,6 +22,7 @@
"@tippyjs/react": "4.2.6",
"@types/color-hash": "1.0.2",
"@types/turndown": "5.0.5",
"axios": "1.7.9",
"bootstrap": "3.4.1",
"buffer": "6.0.3",
"chart.js": "3.8.2",
@@ -177,6 +178,9 @@
"yargs": "17.7.2"
},
"overrides": {
"@mattermost/compass-components": {
"axios": "1.7.9"
},
"@mattermost/desktop-api": {
"typescript": "$typescript"
}