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

fix(deps): update dependency @octokit/auth-app to v6.1.3 #1302

Merged
merged 1 commit into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion applications/cypress/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@aws-sdk/client-ssm": "3.370.0",
"@motech-development/api-gateway-handler": "workspace:*",
"@motech-development/node-logger": "workspace:*",
"@octokit/auth-app": "6.1.2",
"@octokit/auth-app": "6.1.3",
"@octokit/rest": "20.1.1",
"luxon": "3.5.0",
"yup": "1.4.0"
Expand Down
21 changes: 14 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5599,7 +5599,7 @@ __metadata:
"@motech-development/node-logger": "workspace:*"
"@motech-development/prettier-motech-config": "workspace:*"
"@motech-development/semantic-release": "workspace:*"
"@octokit/auth-app": "npm:6.1.2"
"@octokit/auth-app": "npm:6.1.3"
"@octokit/rest": "npm:20.1.1"
"@swc/core": "npm:1.7.26"
"@swc/jest": "npm:0.2.36"
Expand Down Expand Up @@ -8935,20 +8935,20 @@ __metadata:
languageName: node
linkType: hard

"@octokit/auth-app@npm:6.1.2":
version: 6.1.2
resolution: "@octokit/auth-app@npm:6.1.2"
"@octokit/auth-app@npm:6.1.3":
version: 6.1.3
resolution: "@octokit/auth-app@npm:6.1.3"
dependencies:
"@octokit/auth-oauth-app": "npm:^7.1.0"
"@octokit/auth-oauth-user": "npm:^4.1.0"
"@octokit/request": "npm:^8.3.1"
"@octokit/request-error": "npm:^5.1.0"
"@octokit/types": "npm:^13.1.0"
deprecation: "npm:^2.3.1"
lru-cache: "npm:^10.0.0"
lru-cache: "npm:@wolfy1339/lru-cache@^11.0.2-patch.1"
universal-github-app-jwt: "npm:^1.1.2"
universal-user-agent: "npm:^6.0.0"
checksum: 10c0/e3f91255716823903c63ff79cafbe7ba278dd9b817067b98ba82c99167bb185e4ad86822cb59d1361b7b2eaf8d1ca25624796654b91bb5be6277a1dfcb707001
checksum: 10c0/aa2a7693274d6f639d204077141f75f9267a62b812670f3a779ec290d08ed042db655285663cf1e2bad97c2a04aa4fb3eb6273bd915251e72f0b114ec8f11f90
languageName: node
linkType: hard

Expand Down Expand Up @@ -26280,7 +26280,14 @@ __metadata:
languageName: node
linkType: hard

"lru-cache@npm:^10.0.0, lru-cache@npm:^10.0.1, lru-cache@npm:^10.2.0":
"lru-cache@npm:@wolfy1339/lru-cache@^11.0.2-patch.1":
version: 11.0.2-patch.1
resolution: "@wolfy1339/lru-cache@npm:11.0.2-patch.1"
checksum: 10c0/0279b18e46bec0ff00eb18cb19ab3d42dd49bc5c7d1f30f7b0d2deb50c13a99c9ad6a8e4e8cf8a5df614e79e0e62a80df2870c8092c13bfe32f8ecb9a40352b9
languageName: node
linkType: hard

"lru-cache@npm:^10.0.1, lru-cache@npm:^10.2.0":
version: 10.4.3
resolution: "lru-cache@npm:10.4.3"
checksum: 10c0/ebd04fbca961e6c1d6c0af3799adcc966a1babe798f685bb84e6599266599cd95d94630b10262f5424539bc4640107e8a33aa28585374abf561d30d16f4b39fb
Expand Down
Loading