Merge pull request #5429 from Vito0912/fix/npmv12

add npmv12 compatibility
This commit is contained in:
advplyr
2026-08-03 17:14:55 -05:00
committed by GitHub
2 changed files with 18 additions and 0 deletions
+15
View File
@@ -2113,6 +2113,21 @@
"integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
"devOptional": true
},
"node_modules/fsevents": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
}
},
"node_modules/function-bind": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
+3
View File
@@ -65,5 +65,8 @@
"nodemon": "^2.0.20",
"nyc": "^15.1.0",
"sinon": "^17.0.1"
},
"allowScripts": {
"sqlite3@5.1.7": true
}
}