From 389fa08c57be13cd0c88dcd38edf11f8280627dd Mon Sep 17 00:00:00 2001 From: PhotoNomad0 Date: Sun, 15 Sep 2024 09:51:52 -0400 Subject: [PATCH] update tc-source-content-updater --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 322e56849b..45d0479838 100644 --- a/package-lock.json +++ b/package-lock.json @@ -74,7 +74,7 @@ "string-punctuation-tokenizer": "^2.2.0", "sudo-prompt": "6.2.1", "tc-electron-env": "0.10.0", - "tc-source-content-updater": "1.4.28", + "tc-source-content-updater": "1.4.29-beta", "tc-strings": "0.1.7", "tc-tool": "4.1.0", "tc-ui-toolkit": "6.2.9", @@ -24454,9 +24454,9 @@ } }, "node_modules/tc-source-content-updater": { - "version": "1.4.28", - "resolved": "https://registry.npmjs.org/tc-source-content-updater/-/tc-source-content-updater-1.4.28.tgz", - "integrity": "sha512-4jloDRbAmbnj5w0/whwN2n8ZgQ3hfTcRdn2elTydSBu2v4FzeyDsIVXGaSQjRig4T6YnoGQXV8b6f7qwF92Fpw==", + "version": "1.4.29-beta", + "resolved": "https://registry.npmjs.org/tc-source-content-updater/-/tc-source-content-updater-1.4.29-beta.tgz", + "integrity": "sha512-vfZZh/5cIvaF3FP7dWex4/cdzRtpW/51jKO0bPGPotzQRJ9ubttykfDxdyuIOI509vIVy0AN0s4j4ZSSfYJUmg==", "dependencies": { "adm-zip": "^0.4.11", "agentkeepalive": "4.1.0", @@ -47864,9 +47864,9 @@ } }, "tc-source-content-updater": { - "version": "1.4.28", - "resolved": "https://registry.npmjs.org/tc-source-content-updater/-/tc-source-content-updater-1.4.28.tgz", - "integrity": "sha512-4jloDRbAmbnj5w0/whwN2n8ZgQ3hfTcRdn2elTydSBu2v4FzeyDsIVXGaSQjRig4T6YnoGQXV8b6f7qwF92Fpw==", + "version": "1.4.29-beta", + "resolved": "https://registry.npmjs.org/tc-source-content-updater/-/tc-source-content-updater-1.4.29-beta.tgz", + "integrity": "sha512-vfZZh/5cIvaF3FP7dWex4/cdzRtpW/51jKO0bPGPotzQRJ9ubttykfDxdyuIOI509vIVy0AN0s4j4ZSSfYJUmg==", "requires": { "adm-zip": "^0.4.11", "agentkeepalive": "4.1.0", diff --git a/package.json b/package.json index 894b4ba07f..118cd6c5f5 100644 --- a/package.json +++ b/package.json @@ -186,7 +186,7 @@ "string-punctuation-tokenizer": "^2.2.0", "sudo-prompt": "6.2.1", "tc-electron-env": "0.10.0", - "tc-source-content-updater": "1.4.28", + "tc-source-content-updater": "1.4.29-beta", "tc-strings": "0.1.7", "tc-tool": "4.1.0", "tc-ui-toolkit": "6.2.9",