📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-07-06 16:02:57 +00:00
parent 32b074b266
commit 3b9ece8c79
299 changed files with 1063 additions and 858 deletions
@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-qa-testing",
"version": "13.10.0",
"version": "13.11.0",
"description": "Editorial \"QA & Testing\" bundle for Claude Code from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",
@@ -1,6 +1,6 @@
{
"name": "agyb-qa-testing",
"version": "13.10.0",
"version": "13.11.0",
"description": "Install the \"QA & Testing\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",
@@ -177,7 +177,7 @@ db.query(query, [email]);
**❌ Bad - Hardcoded secret:**
\`\`\`javascript
const API_KEY = 'sk_live_abc123xyz';
const leakedToken = '[redacted live key]';
\`\`\`
**✅ Good - Environment variable:**