Skip to content

Commit e642099

Browse files
committed
1 parent 2407577 commit e642099

File tree

6 files changed

+14
-7
lines changed

6 files changed

+14
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "10.2.0"
2+
".": "10.3.1"
33
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Code of Conduct
2+
3+
* [Node.js Code of Conduct](https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md)
4+
* [Node.js Moderation Policy](https://github.com/nodejs/admin/blob/master/Moderation-Policy.md)

node_modules/node-gyp/lib/create-config-gypi.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ async function getCurrentConfigGypi ({ gyp, nodeDir, vsInfo, python }) {
9696
}
9797
}
9898
variables.msbuild_path = vsInfo.msBuild
99+
if (config.variables.clang === 1) {
100+
config.variables.clang = 0
101+
}
99102
}
100103

101104
// loop through the rest of the opts and add the unknown ones as variables.

node_modules/node-gyp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"bindings",
1212
"gyp"
1313
],
14-
"version": "10.2.0",
14+
"version": "10.3.1",
1515
"installVersion": 11,
1616
"author": "Nathan Rajlich <[email protected]> (http://tootallnate.net)",
1717
"repository": {

package-lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"minipass": "^7.1.1",
128128
"minipass-pipeline": "^1.2.4",
129129
"ms": "^2.1.2",
130-
"node-gyp": "^10.2.0",
130+
"node-gyp": "^10.3.1",
131131
"nopt": "^8.0.0",
132132
"normalize-package-data": "^7.0.0",
133133
"npm-audit-report": "^6.0.0",
@@ -10380,9 +10380,9 @@
1038010380
}
1038110381
},
1038210382
"node_modules/node-gyp": {
10383-
"version": "10.2.0",
10384-
"resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-10.2.0.tgz",
10385-
"integrity": "sha512-sp3FonBAaFe4aYTcFdZUn2NYkbP7xroPGYvQmP4Nl5PxamznItBnNCgjrVTKrEfQynInMsJvZrdmqUnysCJ8rw==",
10383+
"version": "10.3.1",
10384+
"resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-10.3.1.tgz",
10385+
"integrity": "sha512-Pp3nFHBThHzVtNY7U6JfPjvT/DTE8+o/4xKsLQtBoU+j2HLsGlhcfzflAoUreaJbNmYnX+LlLi0qjV8kpyO6xQ==",
1038610386
"inBundle": true,
1038710387
"license": "MIT",
1038810388
"dependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"minipass": "^7.1.1",
9393
"minipass-pipeline": "^1.2.4",
9494
"ms": "^2.1.2",
95-
"node-gyp": "^10.2.0",
95+
"node-gyp": "^10.3.1",
9696
"nopt": "^8.0.0",
9797
"normalize-package-data": "^7.0.0",
9898
"npm-audit-report": "^6.0.0",

0 commit comments

Comments
 (0)