Skip to content

Commit

Permalink
update vulnerable package versions
Browse files Browse the repository at this point in the history
Signed-off-by: David Cui <davidcui@amazon.com>
  • Loading branch information
davidcui1225 committed Jan 11, 2022
1 parent 43bc73f commit 48fc659
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion dashboards-reports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@
"lodash": "^4.17.21",
"path-parse": "^1.0.7",
"glob-parent": "^5.1.2",
"css-what": "^5.0.1"
"css-what": "^5.0.1",
"ansi-regex": "6.0.1",
"json-schema": "0.4.0"

}
}
2 changes: 1 addition & 1 deletion reports-scheduler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ dependencies {
testCompile "org.jetbrains.kotlin:kotlin-test:${kotlin_version}"
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
testCompile "org.mockito:mockito-core:3.12.4"
testCompile 'com.google.code.gson:gson:2.8.6'
testCompile 'com.google.code.gson:gson:2.8.9'

ktlint "com.pinterest:ktlint:0.33.0"
}
Expand Down

0 comments on commit 48fc659

Please sign in to comment.