File tree Expand file tree Collapse file tree 4 files changed +48
-229
lines changed Expand file tree Collapse file tree 4 files changed +48
-229
lines changed Original file line number Diff line number Diff line change @@ -213,12 +213,12 @@ spec:
213213 sh ' yarn npm audit --all --severity critical'
214214 script {
215215 def result = sh(
216- script : ' yarn npm audit --all --severity high' ,
216+ script : ' yarn npm audit --recursive --severity high' ,
217217 returnStatus : true
218218 )
219219 if (result != 0 ) {
220220 slackSend(
221- channel : ' #prd -uds' ,
221+ channel : ' #prdfam -uds-ci ' ,
222222 color : ' warning' ,
223223 message : " @uds-developers Action might be needed: ${ env.RUN_DISPLAY_URL} "
224224 )
Original file line number Diff line number Diff line change 6666 "@storybook/theming" : " ^7.6.14" ,
6767 "@types/node" : " ^20.0.0" ,
6868 "@types/react-dom" : " ^18.3.0" ,
69+ "@types/semver" : " ^7" ,
6970 "@typescript-eslint/eslint-plugin" : " ^8.13.0" ,
7071 "@typescript-eslint/parser" : " ^8.13.0" ,
7172 "@vitejs/plugin-react" : " ^4.3.1" ,
100101 "rimraf" : " ^3.0.2" ,
101102 "semantic-release" : " ^22" ,
102103 "semantic-release-monorepo" : " ^8.0.2" ,
103- "start-server-and-test " : " ^1.9.1 " ,
104+ "semver " : " ^7.5.2 " ,
104105 "vite" : " ^5.3.5" ,
105106 "webpack" : " ^5.32.0" ,
106107 "webpack-bundle-analyzer" : " ^4.4.1" ,
113114 "cosmiconfig" : " <9" ,
114115 "lerna" : " ^6.6.2" ,
115116 "react-phone-input-2" : " patch:react-phone-input-2@npm%3A2.15.1#~/.yarn/patches/react-phone-input-2-npm-2.15.1-f7a7dd913b.patch" ,
116- "form-data" : " >=4.0.4"
117+ "form-data" : " >=4.0.4" ,
118+ "axios" : " ~1.12.0" ,
119+ "semver" : " ^7.5.2"
117120 },
118121 "config" : {
119122 "commitizen" : {
Original file line number Diff line number Diff line change 4141 "@asu/unity-react-core" : " ^1.0.0" ,
4242 "@babel/preset-env" : " ^7.15.0" ,
4343 "@babel/preset-react" : " ^7.14.5" ,
44- "axios" : " ^1.6 .0" ,
44+ "axios" : " ~1.12 .0" ,
4545 "prop-types" : " ^15.7.2" ,
4646 "react-router-dom" : " ^6.2.1" ,
4747 "styled-components" : " ^5.3.0"
You can’t perform that action at this time.
0 commit comments