Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
Fix security alerts (#48)
Browse files Browse the repository at this point in the history
* Upgrade all packages with backwards compatible updates (minor/patch)

* Resolve dependabot alerts

* Update yarn.lock

* Bump version to v1.1.4
  • Loading branch information
rensftw authored Aug 10, 2021
1 parent bf4b5f2 commit c52fec7
Show file tree
Hide file tree
Showing 2 changed files with 411 additions and 363 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rebilly/framepay-react",
"version": "1.1.3",
"version": "1.1.4",
"description": "A React wrapper for Rebilly's FramePay offering out-of-the-box support for Redux and other common React features",
"main": "build/index.js",
"author": "Rebilly",
Expand Down Expand Up @@ -122,5 +122,13 @@
"exclude": [
"**/*.spec.js"
]
}
},
"resolutions": {
"yargs-parser": "^13.1.2",
"dot-prop": "^4.2.1",
"node-notifier": "^8.0.1",
"glob-parent": "^5.1.2",
"trim-newlines": "^3.0.1",
"node-forge": "^0.10.0"
}
}
Loading

0 comments on commit c52fec7

Please sign in to comment.