mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
fix(security): pin tlon api source and secure hold music url
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
"description": "OpenClaw Tlon/Urbit channel plugin",
|
"description": "OpenClaw Tlon/Urbit channel plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tloncorp/api": "github:tloncorp/api-beta#main",
|
"@tloncorp/api": "github:tloncorp/api-beta#7eede1c1a756977b09f96aa14a92e2b06318ae87",
|
||||||
"@tloncorp/tlon-skill": "0.1.9",
|
"@tloncorp/tlon-skill": "0.1.9",
|
||||||
"@urbit/aura": "^3.0.0",
|
"@urbit/aura": "^3.0.0",
|
||||||
"@urbit/http-api": "^3.0.0"
|
"@urbit/http-api": "^3.0.0"
|
||||||
|
|||||||
@@ -304,7 +304,7 @@ export class VoiceCallWebhookServer {
|
|||||||
body: `<?xml version="1.0" encoding="UTF-8"?>
|
body: `<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<Response>
|
<Response>
|
||||||
<Say voice="alice">All agents are currently busy. Please hold.</Say>
|
<Say voice="alice">All agents are currently busy. Please hold.</Say>
|
||||||
<Play loop="0">http://com.twilio.sounds.music.s3.amazonaws.com/MARKOVICHAMP-B8.mp3</Play>
|
<Play loop="0">https://s3.amazonaws.com/com.twilio.music.classical/BusyStrings.mp3</Play>
|
||||||
</Response>`,
|
</Response>`,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
@@ -437,7 +437,7 @@ importers:
|
|||||||
extensions/tlon:
|
extensions/tlon:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tloncorp/api':
|
'@tloncorp/api':
|
||||||
specifier: github:tloncorp/api-beta#main
|
specifier: github:tloncorp/api-beta#7eede1c1a756977b09f96aa14a92e2b06318ae87
|
||||||
version: https://codeload.github.com/tloncorp/api-beta/tar.gz/7eede1c1a756977b09f96aa14a92e2b06318ae87
|
version: https://codeload.github.com/tloncorp/api-beta/tar.gz/7eede1c1a756977b09f96aa14a92e2b06318ae87
|
||||||
'@tloncorp/tlon-skill':
|
'@tloncorp/tlon-skill':
|
||||||
specifier: 0.1.9
|
specifier: 0.1.9
|
||||||
|
|||||||
Reference in New Issue
Block a user