Skip to content

Commit a0fa4f4

Browse files
Bump open from 10.1.0 to 10.1.1
Bumps [open](https://github.com/sindresorhus/open) from 10.1.0 to 10.1.1. - [Release notes](https://github.com/sindresorhus/open/releases) - [Commits](sindresorhus/open@v10.1.0...v10.1.1) --- updated-dependencies: - dependency-name: open dependency-version: 10.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a60478f commit a0fa4f4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"dotenv": "^16.5.0",
8181
"express": "^4.21.2",
8282
"gray-matter": "^4.0.3",
83-
"open": "^10.1.0",
83+
"open": "^10.1.1",
8484
"ws": "^8.18.1"
8585
},
8686
"packageManager": "[email protected]",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5382,10 +5382,10 @@ onetime@^7.0.0:
53825382
dependencies:
53835383
mimic-function "^5.0.0"
53845384

5385-
open@^10.1.0:
5386-
version "10.1.0"
5387-
resolved "https://registry.yarnpkg.com/open/-/open-10.1.0.tgz#a7795e6e5d519abe4286d9937bb24b51122598e1"
5388-
integrity sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==
5385+
open@^10.1.1:
5386+
version "10.1.1"
5387+
resolved "https://registry.yarnpkg.com/open/-/open-10.1.1.tgz#5fd814699e47ae3e1a09962d39f4f4441cae6c22"
5388+
integrity sha512-zy1wx4+P3PfhXSEPJNtZmJXfhkkIaxU1VauWIrDZw1O7uJRDRJtKr9n3Ic4NgbA16KyOxOXO2ng9gYwCdXuSXA==
53895389
dependencies:
53905390
default-browser "^5.2.1"
53915391
define-lazy-prop "^3.0.0"

0 commit comments

Comments
 (0)