Skip to content

Commit

Permalink
chore: Update ppom package (#9342)
Browse files Browse the repository at this point in the history
<!--
Please submit this PR as a draft initially.
Do not mark it as "Ready for review" until the template has been
completely filled out, and PR status checks have passed at least once.
-->

## **Description**

Update @blockaid/ppom_release package to 1.4.5


## **Related issues**

Fixes: #24172

## **Manual testing steps**

1. Go to this page...
2.
3.

## **Screenshots/Recordings**

<!-- If applicable, add screenshots and/or recordings to visualize the
before and after of your change. -->

### **Before**

<!-- [screenshots/recordings] -->

### **After**

<!-- [screenshots/recordings] -->

## **Pre-merge author checklist**

- [ ] I’ve followed [MetaMask Coding
Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md).
- [ ] I've completed the PR template to the best of my ability
- [ ] I’ve included tests if applicable
- [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format
if applicable
- [ ] I’ve applied the right labels on the PR (see [labeling
guidelines](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/LABELING_GUIDELINES.md)).
Not required for external contributors.

## **Pre-merge reviewer checklist**

- [ ] I've manually tested the PR (e.g. pull and build branch, run the
app, test code being changed).
- [ ] I confirm that this PR addresses all acceptance criteria described
in the ticket it closes and includes the necessary testing evidence such
as recordings and or screenshots.
  • Loading branch information
pedronfigueiredo authored Apr 22, 2024
1 parent eebfb67 commit 1e487f8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/lib/ppom/blockaid-version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/lib/ppom/ppom.html.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions ppom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
"version": "1.0.0",
"devDependencies": {
"@babel/preset-env": "^7.22.6",
"@blockaid/ppom_release": "^1.4.5",
"@blockaid/ppom_release": "^1.4.6",
"babel-loader": "^9.1.2",
"binary-base64-loader": "^1.0.0",
"buffer": "^6.0.3",
"eslint": "^7.23.0",
"html-inline-script-webpack-plugin": "^3.2.0",
"html-webpack-plugin": "^5.5.3",
"raw-loader": "^4.0.2",
"react-native-webview-invoke": "^0.6.2",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4",
"eslint": "^7.23.0"
"webpack-cli": "^5.1.4"
},
"scripts": {
"lint": "eslint '**/*.{js,ts,tsx}'",
Expand Down
8 changes: 4 additions & 4 deletions ppom/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -882,10 +882,10 @@
"@babel/helper-validator-identifier" "^7.22.20"
to-fast-properties "^2.0.0"

"@blockaid/ppom_release@^1.4.5":
version "1.4.5"
resolved "https://registry.yarnpkg.com/@blockaid/ppom_release/-/ppom_release-1.4.5.tgz#3c8a17b2192b1aa8f25cfb0c73d71d2989b18a1c"
integrity sha512-68v4OOEgqMi3KyPuigqFGyLZuYNXk+by3P30s+JfT3a/bYb/EgI/y9TPuA1UGe0kcWh7D3PwN2mfY+sdHTcEmA==
"@blockaid/ppom_release@^1.4.6":
version "1.4.6"
resolved "https://registry.yarnpkg.com/@blockaid/ppom_release/-/ppom_release-1.4.6.tgz#bd4f921525b05e2b5356c4e18b6b20dec2e833af"
integrity sha512-EZBRm+XxZ9frK6XEIvLIG3SWe0/A7/UWIiHguk66oNpHa2LbJsp3Eh29DdmcxxI5r4thy702sjadhHtxJJobdA==

"@discoveryjs/json-ext@^0.5.0":
version "0.5.7"
Expand Down

0 comments on commit 1e487f8

Please sign in to comment.