Bump @ethersproject/shims from 5.3.0 to 5.5.0 in /examples/eth-pm (#455)

Bumps [@ethersproject/shims](https://github.com/ethers-io/ethers.js/tree/HEAD/packages/shims) from 5.3.0 to 5.5.0.
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ethers-io/ethers.js/commits/v5.5.0/packages/shims)

---
updated-dependencies:
- dependency-name: "@ethersproject/shims"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-01-29 15:32:35 +11:00 committed by GitHub
parent b2ed4c3b34
commit fcfa9e28db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -25,7 +25,7 @@
"react-dom": "^17.0.2" "react-dom": "^17.0.2"
}, },
"devDependencies": { "devDependencies": {
"@ethersproject/shims": "^5.3.0", "@ethersproject/shims": "^5.5.0",
"@types/node": "^17.0.13", "@types/node": "^17.0.13",
"cra-webpack-rewired": "^1.0.1", "cra-webpack-rewired": "^1.0.1",
"cspell": "^5.17.0", "cspell": "^5.17.0",
@ -2882,9 +2882,9 @@
} }
}, },
"node_modules/@ethersproject/shims": { "node_modules/@ethersproject/shims": {
"version": "5.3.0", "version": "5.5.0",
"resolved": "https://registry.npmjs.org/@ethersproject/shims/-/shims-5.3.0.tgz", "resolved": "https://registry.npmjs.org/@ethersproject/shims/-/shims-5.5.0.tgz",
"integrity": "sha512-dgPfp3KAIOzYS+COCEu5OmbNpyVaIRRybGgINTdmTtb5RtJaSBDyW/DMjT9wpx/1nk4MJJDYRC0yPDZHTqKtgA==", "integrity": "sha512-Mx8KzgM3RIW1oLHLzJV8R0Ca3zEju6kfo0h8upFZHqSfB1ai9Jz5n3R5tHTGCcPAL4r+Dvclt9ZW3s63wNQPgg==",
"dev": true, "dev": true,
"funding": [ "funding": [
{ {
@ -21721,9 +21721,9 @@
} }
}, },
"@ethersproject/shims": { "@ethersproject/shims": {
"version": "5.3.0", "version": "5.5.0",
"resolved": "https://registry.npmjs.org/@ethersproject/shims/-/shims-5.3.0.tgz", "resolved": "https://registry.npmjs.org/@ethersproject/shims/-/shims-5.5.0.tgz",
"integrity": "sha512-dgPfp3KAIOzYS+COCEu5OmbNpyVaIRRybGgINTdmTtb5RtJaSBDyW/DMjT9wpx/1nk4MJJDYRC0yPDZHTqKtgA==", "integrity": "sha512-Mx8KzgM3RIW1oLHLzJV8R0Ca3zEju6kfo0h8upFZHqSfB1ai9Jz5n3R5tHTGCcPAL4r+Dvclt9ZW3s63wNQPgg==",
"dev": true "dev": true
}, },
"@ethersproject/signing-key": { "@ethersproject/signing-key": {

View File

@ -54,7 +54,7 @@
] ]
}, },
"devDependencies": { "devDependencies": {
"@ethersproject/shims": "^5.3.0", "@ethersproject/shims": "^5.5.0",
"@types/node": "^17.0.13", "@types/node": "^17.0.13",
"cra-webpack-rewired": "^1.0.1", "cra-webpack-rewired": "^1.0.1",
"cspell": "^5.17.0", "cspell": "^5.17.0",