1
0
Fork 0
mirror of https://github.com/chirimen-oh/node-web-gpio.git synced 2025-03-02 04:35:18 +00:00

Compare commits

...

2 commits

Author SHA1 Message Date
bot
4d92e7825a 1.1.5 2024-11-19 01:03:31 +00:00
dependabot[bot]
dcb2083951
Bump cross-spawn from 7.0.3 to 7.0.6 ()
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-19 10:03:12 +09:00
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{
"name": "node-web-gpio",
"version": "1.1.4",
"version": "1.1.5",
"description": "GPIO access with Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View file

@ -221,9 +221,9 @@ commander@~12.1.0:
integrity sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==
cross-spawn@^7.0.3:
version "7.0.3"
resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz"
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
version "7.0.6"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
dependencies:
path-key "^3.1.0"
shebang-command "^2.0.0"