Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python dependency: Bump nw from 0.77.0 to 0.78.1 in /runtime #6635

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"eslint": "^8.42.0",
"nw": "0.77.0"
"nw": "0.78.1"
},
"scripts": {
"linter": "yarn eslint --no-eslintrc -c .eslintrc.js --ext .js ."
Expand Down
10 changes: 5 additions & 5 deletions runtime/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1297,9 +1297,9 @@ __metadata:
languageName: node
linkType: hard

"nw@npm:0.77.0":
version: 0.77.0
resolution: "nw@npm:0.77.0"
"nw@npm:0.78.1":
version: 0.78.1
resolution: "nw@npm:0.78.1"
dependencies:
chalk: ~1.1.3
decompress: ^4.2.0
Expand All @@ -1312,7 +1312,7 @@ __metadata:
yargs: ^3.2.1
bin:
nw: bin/nw
checksum: 95b76c0b26404a3bfe4a3bd6f26143bbda4097231a9f37a3a7137a784192c19cfe86d1943edd8bf4398d30c52eed83e4c004c22ba8ca770c0f597911828825b7
checksum: 4495817f72374d55f1e6589fec1a7d91b3776c92817c621ff83b3133500335d13d8564852d45416d3466b3a0867b6b7bda572a84a17409533700164870918b5a
languageName: node
linkType: hard

Expand Down Expand Up @@ -1417,7 +1417,7 @@ __metadata:
axios: ^1.4.0
bootstrap: ^4.5.3
eslint: ^8.42.0
nw: 0.77.0
nw: 0.78.1
languageName: unknown
linkType: soft

Expand Down
Loading