Skip to content

Commit

Permalink
fix: PPOMController update to fix issue of stale_diff file not found (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jpuri authored Mar 25, 2024
1 parent 8773585 commit fc0e886
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
"@metamask/permission-log-controller": "^1.0.0",
"@metamask/phishing-controller": "^8.0.0",
"@metamask/post-message-stream": "^8.0.0",
"@metamask/ppom-validator": "^0.28.0",
"@metamask/ppom-validator": "^0.29.0",
"@metamask/providers": "^14.0.2",
"@metamask/queued-request-controller": "^0.6.0",
"@metamask/rate-limit-controller": "^3.0.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5148,9 +5148,9 @@ __metadata:
languageName: node
linkType: hard

"@metamask/ppom-validator@npm:^0.28.0":
version: 0.28.0
resolution: "@metamask/ppom-validator@npm:0.28.0"
"@metamask/ppom-validator@npm:^0.29.0":
version: 0.29.0
resolution: "@metamask/ppom-validator@npm:0.29.0"
dependencies:
"@metamask/base-controller": "npm:^3.0.0"
"@metamask/controller-utils": "npm:^8.0.1"
Expand All @@ -5161,7 +5161,7 @@ __metadata:
elliptic: "npm:^6.5.4"
eslint-plugin-n: "npm:^16.6.2"
json-rpc-random-id: "npm:^1.0.1"
checksum: c4c157d5218e7bd5a0d622605c706b665c92a9d9dc90a09c24b7de384b51d2210d288bbd294d4db5d57473d0d451c826a3ea2011fe0e5c7bf30767f45da5234e
checksum: 744319c0aa35e6bed54d600980b95713b8390f5b9b07c71192bfa5c7a41a13280c22e93459cfb84cc361c4d49911b32ede5c0a96d3229ce664a9c06ad144ce19
languageName: node
linkType: hard

Expand Down Expand Up @@ -24829,7 +24829,7 @@ __metadata:
"@metamask/phishing-controller": "npm:^8.0.0"
"@metamask/phishing-warning": "npm:^3.0.3"
"@metamask/post-message-stream": "npm:^8.0.0"
"@metamask/ppom-validator": "npm:^0.28.0"
"@metamask/ppom-validator": "npm:^0.29.0"
"@metamask/providers": "npm:^14.0.2"
"@metamask/queued-request-controller": "npm:^0.6.0"
"@metamask/rate-limit-controller": "npm:^3.0.0"
Expand Down

0 comments on commit fc0e886

Please sign in to comment.