Skip to content
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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Address Dependabot Upgrades #12013

wants to merge 7 commits into from

Conversation

karla-vm
Copy link
Collaborator

Description

Manually addressing the following dependabot upgrades: #12007

Related ticket(s)

N/A


How to test

N/A

Notes


Pre-review checklist

  • I have added thorough tests, if necessary
  • I have updated relevant documentation, if necessary
  • I have performed a self-review of my code
  • I have manually tested this PR in the deployed cloud environment

Pre-merge checklist

Review

  • Design: This work has been reviewed and approved by design, if necessary
  • Product: This work has been reviewed and approved by product owner, if necessary

Security

If either of the following are true, notify the team's ISSO (Information System Security Officer).

  • These changes are significant enough to require an update to the SIA.
  • These changes are significant enough to require a penetration test.

convert to a different template: test → val | val → prod

Copy link

codeclimate bot commented Jan 22, 2025

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.

package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
services/app-api/package.json Outdated Show resolved Hide resolved
services/app-api/yarn.lock Outdated Show resolved Hide resolved
services/app-api/yarn.lock Outdated Show resolved Hide resolved
services/topics/package.json Outdated Show resolved Hide resolved
services/ui-auth/yarn.lock Outdated Show resolved Hide resolved
services/uploads/package.json Outdated Show resolved Hide resolved
services/uploads/yarn.lock Outdated Show resolved Hide resolved
tests/package.json Outdated Show resolved Hide resolved
tests/yarn.lock Outdated Show resolved Hide resolved
@bangbay-bluetiger bangbay-bluetiger mentioned this pull request Jan 22, 2025
8 tasks
Copy link
Contributor

@bangbay-bluetiger bangbay-bluetiger left a 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",
Copy link
Contributor

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:
Copy link
Contributor

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"
Copy link
Contributor

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",
Copy link
Contributor

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"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove manually from file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants