chore: upgrade dependencies ()

This commit is contained in:
LongYinan 2022-10-23 23:03:18 +08:00 committed by GitHub
parent 77060adb3d
commit 1037e6f14d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 2158 additions and 1911 deletions
examples/napi

View file

@ -13,7 +13,7 @@
"build-release": "node ../../cli/scripts/index.js build --js false --release"
},
"dependencies": {
"@types/lodash": "^4.14.184",
"@types/lodash": "^4.14.186",
"lodash": "^4.17.21"
}
}