node_modules: upgrade

This commit is contained in:
Dawid Dziurla
2025-06-13 19:44:16 +02:00
parent 7d23b91650
commit 21abe22bd8
320 changed files with 34046 additions and 3537 deletions

View File

@ -1,6 +1,6 @@
{
"name": "which-module",
"version": "2.0.0",
"version": "2.0.1",
"description": "Find the module object for something that was require()d",
"main": "index.js",
"scripts": {
@ -32,10 +32,10 @@
},
"homepage": "https://github.com/nexdrew/which-module#readme",
"devDependencies": {
"ava": "^0.19.1",
"coveralls": "^2.13.1",
"nyc": "^10.3.0",
"standard": "^10.0.2",
"standard-version": "^4.0.0"
"ava": "^2.0.0",
"coveralls": "^3.0.3",
"nyc": "^14.0.0",
"standard": "^14.0.0",
"standard-version": "^7.0.0"
}
}