mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-31 04:14:34 +00:00
fix(ui): security vulnerability for ui package.json (#17845)
This commit is contained in:
parent
414e19b6bd
commit
370ee13a24
@ -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,
|
||||
|
@ -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
Loading…
x
Reference in New Issue
Block a user