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

chore(deps): roll nan to pick up upstreams #39916

Merged
merged 1 commit into from
Sep 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ vars = {
'node_version':
'v18.17.1',
'nan_version':
'16fa32231e2ccd89d2804b3f765319128b20c4ac',
'e14bdcd1f72d62bca1d541b66da43130384ec213',
'squirrel.mac_version':
'0e5d146ba13101a1302d59ea6e6e0b3cace4ae38',
'reactiveobjc_version':
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@
]
},
"resolutions": {
"nan": "nodejs/nan#4290e23af108328269fcd4fe174ad657ad7cdd96"
"nan": "nodejs/nan#e14bdcd1f72d62bca1d541b66da43130384ec213"
}
}
2 changes: 0 additions & 2 deletions patches/nan/.patches
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
use_new_constructor_for_scriptorigin_when_17_x.patch
chore_remove_deprecated_accessorsignatures.patch
chore_fix_v8_data_internal_field_casting.patch
265 changes: 0 additions & 265 deletions patches/nan/chore_fix_v8_data_internal_field_casting.patch

This file was deleted.

45 changes: 0 additions & 45 deletions patches/nan/chore_remove_deprecated_accessorsignatures.patch

This file was deleted.

2 changes: 1 addition & 1 deletion spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"yargs": "^16.0.3"
},
"resolutions": {
"nan": "nodejs/nan#4290e23af108328269fcd4fe174ad657ad7cdd96",
"nan": "nodejs/nan#e14bdcd1f72d62bca1d541b66da43130384ec213",
"dbus-native/optimist/minimist": "1.2.7",
"dbus-native/xml2js": "0.5.0"
}
Expand Down