-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Address Dependabot Upgrades #12013
base: main
Are you sure you want to change the base?
Address Dependabot Upgrades #12013
Conversation
Code Climate has analyzed commit 915f941 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (90% is the threshold). This pull request will bring the total coverage in the repository to 96.7% (0.0% change). View more on Code Climate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The build is failing because of the log precommits. You just need to get this branch up to main
.
@@ -48,8 +48,8 @@ | |||
"kafkajs": "^2.2.3", | |||
"ksuid": "^3.0.0", | |||
"micromatch": "^4.0.8", | |||
"nanoid": "^3.3.8", | |||
"path-to-regexp": "^6.3.0", | |||
"nanoid": "^3.3.7", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These packages can be removed from package.json
. (Delete manually.)
@@ -601,11 +601,6 @@ nanoid@^3.3.6: | |||
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c" | |||
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA== | |||
|
|||
nanoid@^3.3.8: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nanoid
can still be updated in this project: yarn upgrade nanoid@^3.3.6
@@ -12,7 +12,7 @@ | |||
"@aws-sdk/client-cognito-identity-provider": "^3.712.0", | |||
"braces": "^3.0.3", | |||
"micromatch": "^4.0.8", | |||
"nanoid": "^3.3.8" | |||
"nanoid": "^3.3.6" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove manually from the file.
@@ -14,7 +14,7 @@ | |||
}, | |||
"dependencies": { | |||
"cross-spawn": "^7.0.6", | |||
"path-to-regexp": "^6.3.0", | |||
"path-to-regexp": "^6.1.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both path-to-regexp
and ws
can be removed from here.
@@ -25,6 +25,6 @@ | |||
}, | |||
"dependencies": { | |||
"cross-spawn": "^7.0.6", | |||
"ws": "^7.5.10" | |||
"ws": "^7.2.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove manually from file.
Description
Manually addressing the following
dependabot
upgrades: #12007Related ticket(s)
N/A
How to test
N/A
Notes
Pre-review checklist
Pre-merge checklist
Review
Security
If either of the following are true, notify the team's ISSO (Information System Security Officer).
convert to a different template: test → val | val → prod