Skip to content

Commit

Permalink
deps!: bump node-gyp from 8.4.1 to 9.0.0 (#76)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: changes engines support to `^12.22 || ^14.13 || >=16`

Bumps [node-gyp](https://github.com/nodejs/node-gyp) from 8.4.1 to 9.0.0.
- [Release notes](https://github.com/nodejs/node-gyp/releases)
- [Changelog](https://github.com/nodejs/node-gyp/blob/master/CHANGELOG.md)
- [Commits](nodejs/node-gyp@v8.4.1...v9.0.0)

---
updated-dependencies:
- dependency-name: node-gyp
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 2, 2022
1 parent b28f5fd commit e62e3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@npmcli/node-gyp": "^2.0.0",
"@npmcli/promise-spawn": "^3.0.0",
"node-gyp": "^8.4.1",
"node-gyp": "^9.0.0",
"read-package-json-fast": "^2.0.3"
},
"files": [
Expand Down

0 comments on commit e62e3a5

Please sign in to comment.