Skip to content

Commit b4db624

Browse files
Merge pull request #1582 from ASU/update-slack-channel
Update slack channel messages and fix security vulnerabilities
2 parents d2f7c1a + 2c76f2b commit b4db624

File tree

4 files changed

+48
-229
lines changed

4 files changed

+48
-229
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
)

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
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",
@@ -100,7 +101,7 @@
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",
@@ -113,7 +114,9 @@
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": {

packages/app-webdir-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
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"

0 commit comments

Comments
 (0)