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

Update dependency base-64 to v1 #4045

Merged
merged 12 commits into from
Feb 12, 2025
Merged
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
"@typescript-eslint/parser": "^7.2.0",
"allure-js-commons": "^3.0.0",
"axe-html-reporter": "^2.2.3",
"base-64": "^0.1.0",
"base-64": "^1.0.0",
"chai": "^4.3.10",
"chai-as-promised": "7.1.2",
"codeceptjs": "3.5.6",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8599,10 +8599,10 @@ __metadata:
languageName: node
linkType: hard

"base-64@npm:^0.1.0":
version: 0.1.0
resolution: "base-64@npm:0.1.0"
checksum: 10/5a42938f82372ab5392cbacc85a5a78115cbbd9dbef9f7540fa47d78763a3a8bd7d598475f0d92341f66285afd377509851a9bb5c67bbecb89686e9255d5b3eb
"base-64@npm:^1.0.0":
version: 1.0.0
resolution: "base-64@npm:1.0.0"
checksum: 10/d10b64a1fc9b2c5a5f39f1ce1e6c9d1c5b249222bbfa3a0604c592d90623caf74419983feadd8a170f27dc0c3389704f72faafa3e645aeb56bfc030c93ff074a
languageName: node
linkType: hard

Expand Down Expand Up @@ -22075,7 +22075,7 @@ __metadata:
axe-html-reporter: "npm:^2.2.3"
axios: "npm:^1.7.7"
axios-mock-adapter: "npm:^1.22.0"
base-64: "npm:^0.1.0"
base-64: "npm:^1.0.0"
chai: "npm:^4.3.10"
chai-as-promised: "npm:7.1.2"
class-transformer: "npm:^0.5.0"
Expand Down