chore: update spawn-rx to v5.1.2

This commit is contained in:
Jack Steam
2025-02-18 11:53:56 -06:00
parent 3408be3e55
commit db6494353c
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -17,7 +17,7 @@
"@modelcontextprotocol/inspector-server": "0.3.0", "@modelcontextprotocol/inspector-server": "0.3.0",
"concurrently": "^9.0.1", "concurrently": "^9.0.1",
"shell-quote": "^1.8.2", "shell-quote": "^1.8.2",
"spawn-rx": "^5.1.0", "spawn-rx": "^5.1.2",
"ts-node": "^10.9.2" "ts-node": "^10.9.2"
}, },
"bin": { "bin": {
@@ -5748,9 +5748,9 @@
} }
}, },
"node_modules/spawn-rx": { "node_modules/spawn-rx": {
"version": "5.1.0", "version": "5.1.2",
"resolved": "https://registry.npmjs.org/spawn-rx/-/spawn-rx-5.1.0.tgz", "resolved": "https://registry.npmjs.org/spawn-rx/-/spawn-rx-5.1.2.tgz",
"integrity": "sha512-b4HX44hI0usMiHu6LNaZUVg0BGqHuBcl+81iEhZwhvKHz1efTqD/CHBcUbm/uIe5TARy9pJolxU2NMfh6GuQBA==", "integrity": "sha512-/y7tJKALVZ1lPzeZZB9jYnmtrL7d0N2zkorii5a7r7dhHkWIuLTzZpZzMJLK1dmYRgX/NCc4iarTO3F7BS2c/A==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"debug": "^4.3.7", "debug": "^4.3.7",

View File

@@ -37,7 +37,7 @@
"@modelcontextprotocol/inspector-server": "0.3.0", "@modelcontextprotocol/inspector-server": "0.3.0",
"concurrently": "^9.0.1", "concurrently": "^9.0.1",
"shell-quote": "^1.8.2", "shell-quote": "^1.8.2",
"spawn-rx": "^5.1.0", "spawn-rx": "^5.1.2",
"ts-node": "^10.9.2" "ts-node": "^10.9.2"
}, },
"devDependencies": { "devDependencies": {