fix(ui): security vulnerability for ui package.json (#17845)

This commit is contained in:
Chirag Madlani 2024-09-15 14:24:17 +05:30 committed by GitHub
parent 414e19b6bd
commit 370ee13a24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 618 additions and 223 deletions

View File

@ -46,8 +46,6 @@ module.exports = {
'^.+\\.ts|tsx?$': 'ts-jest',
'^.+\\.js|jsx?$': '<rootDir>/node_modules/babel-jest',
},
// "scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
// "moduleFileExtensions": ["js", "json","jsx" ],
setupFilesAfterEnv: ['./src/setupTests.js'],
clearMocks: true,

View File

@ -233,7 +233,7 @@
"webpack": "5.94.0",
"webpack-bundle-analyzer": "4.5.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.7.4",
"webpack-dev-server": "4.15.2",
"webpackbar": "5.0.2"
},
"resolutions": {
@ -244,13 +244,13 @@
"prosemirror-view": "1.28.2",
"axios": "1.7.4",
"ws": "8.17.1",
"micromatch": "4.0.7",
"micromatch": "4.0.8",
"minimatch": "3.0.5",
"ansi-regex": "3.0.1",
"node-fetch": "2.6.7",
"semver": "7.5.2",
"d3-color": "3.1.0",
"tough-cookie": "4.1.3",
"clean-css": "4.1.11"
"clean-css": "4.1.11",
"path-to-regexp": "1.9.0"
}
}

File diff suppressed because it is too large Load Diff