Bump open from 7.0.2 to 7.0.3 (#98)

Bumps [open](https://github.com/sindresorhus/open) from 7.0.2 to 7.0.3.
- [Release notes](https://github.com/sindresorhus/open/releases)
- [Commits](https://github.com/sindresorhus/open/compare/v7.0.2...v7.0.3)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
master
dependabot-preview[bot] 4 years ago committed by GitHub
parent 1de160fb20
commit c66f8eddfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      package-lock.json
  2. 2
      package.json

6
package-lock.json generated

@ -5192,9 +5192,9 @@
}
},
"open": {
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/open/-/open-7.0.2.tgz",
"integrity": "sha512-70E/pFTPr7nZ9nLDPNTcj3IVqnNvKuP4VsBmoKV9YGTnChe0mlS3C4qM7qKarhZ8rGaHKLfo+vBTHXDp6ZSyLQ==",
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/open/-/open-7.0.3.tgz",
"integrity": "sha512-sP2ru2v0P290WFfv49Ap8MF6PkzGNnGlAwHweB4WR4mr5d2d0woiCluUeJ218w7/+PmoBy9JmYgD5A4mLcWOFA==",
"requires": {
"is-docker": "^2.0.0",
"is-wsl": "^2.1.1"

@ -14,7 +14,7 @@
"dependencies": {
"@nodegui/nodegui": "^0.16.1",
"@nodegui/react-nodegui": "^0.5.0",
"open": "^7.0.2",
"open": "^7.0.3",
"react": "^16.13.0"
},
"devDependencies": {

Loading…
Cancel
Save