Skip to content

Commit

Permalink
fix: bump node-gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
coredev-uk committed May 18, 2024
1 parent df1d5da commit fab480e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Add DiskUtils (macOS)
if: ${{ matrix.os == 'macos-latest' }}
run: sudo -H pip install setuptools
# python3 -m pip install packaging

- name: Install Dependencies
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"js-sha1": "^0.7.0",
"lodash": "^4.17.21",
"mdns-js": "ciderapp/node-mdns-js",
"node-gyp": "^10.0.1",
"node-gyp": "^10.1.0",
"parse-raw-http": "0.0.1",
"prebuild-install": "ciderapp/prebuild-install",
"python-struct": "^1.1.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ __metadata:
lodash: "npm:^4.17.21"
mdns-js: ciderapp/node-mdns-js
node-abi: "npm:^3.56.0"
node-gyp: "npm:^10.0.1"
node-gyp: "npm:^10.1.0"
optimist: "npm:^0.6.1"
parse-raw-http: "npm:0.0.1"
prebuild: ciderapp/prebuild
Expand Down Expand Up @@ -2739,9 +2739,9 @@ mdns-js@ciderapp/node-mdns-js:
languageName: node
linkType: hard

"node-gyp@npm:^10.0.1":
version: 10.0.1
resolution: "node-gyp@npm:10.0.1"
"node-gyp@npm:^10.1.0":
version: 10.1.0
resolution: "node-gyp@npm:10.1.0"
dependencies:
env-paths: "npm:^2.2.0"
exponential-backoff: "npm:^3.1.1"
Expand All @@ -2755,7 +2755,7 @@ mdns-js@ciderapp/node-mdns-js:
which: "npm:^4.0.0"
bin:
node-gyp: bin/node-gyp.js
checksum: 10c0/abddfff7d873312e4ed4a5fb75ce893a5c4fb69e7fcb1dfa71c28a6b92a7f1ef6b62790dffb39181b5a82728ba8f2f32d229cf8cbe66769fe02cea7db4a555aa
checksum: 10c0/9cc821111ca244a01fb7f054db7523ab0a0cd837f665267eb962eb87695d71fb1e681f9e21464cc2fd7c05530dc4c81b810bca1a88f7d7186909b74477491a3c
languageName: node
linkType: hard

Expand Down

0 comments on commit fab480e

Please sign in to comment.