Skip to content

Commit d5e2cd5

Browse files
Update node-gyp
1 parent cc76156 commit d5e2cd5

File tree

3 files changed

+132
-229
lines changed

3 files changed

+132
-229
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@
294294
"json-to-ast": "2.1.0",
295295
"mini-css-extract-plugin": "2.7.6",
296296
"mocha": "9.1.3",
297-
"node-gyp": "9.0.0",
297+
"node-gyp": "10.0.1",
298298
"npm-run-all": "4.1.5",
299299
"nyc": "11.4.1",
300300
"p-limit": "3.1.0",

ts/util/lint/exceptions.json

-7
Original file line numberDiff line numberDiff line change
@@ -887,13 +887,6 @@
887887
"reasonCategory": "falseMatch",
888888
"updated": "2023-08-29T19:25:52.732Z"
889889
},
890-
{
891-
"rule": "eval",
892-
"path": "node_modules/agentkeepalive/node_modules/depd/index.js",
893-
"line": " var deprecatedfn = eval('(function (' + args + ') {\\n' +",
894-
"reasonCategory": "usageTrusted",
895-
"updated": "2022-12-13T00:55:48.389Z"
896-
},
897890
{
898891
"rule": "DOM-innerHTML",
899892
"path": "node_modules/axe-core/axe.js",

0 commit comments

Comments
 (0)