91³Ô¹ÏÍø

Watch CBS News

Juan Soto delivers during 3-run 4th inning as Mets even series with Dodgers

Slumping Juan Soto hit a tiebreaking, two-run double with the bases loaded in a three-run fourth inning and the New York Mets beat the Los Angeles Dodgers 5-2 Saturday night in their rematch of last year's NL Championship Series.

David Peterson (3-2) matched his career high of 7 2/3 innings, striking out Shohei Ohtani three times and inducing three double-play grounders. He allowed two runs and five hits.

Edwin Díaz got four straight outs, striking out three, to remain perfect in 11 save chances.

Brett Baty had three hits and a pair of RBIs from the No. 9 slot.

A night after the Mets lost the series opener 7-5 in 13 innings, they fell behind 2-0 before rallying against Tony Gonsolin (2-1). Baty had an RBI single in the second and Starling Marte a run-scoring infield single in the fourth.

Soto had been hitting .119 (5 for 42) with runners in scoring position, 164th among 167 qualified batters, before he drove a 2-2 splitter off the right-center field wall. Marte was thrown out at the plate on shortstop Mookie Betts' relay to catcher Dalton Rushing of center fielder Tommy Edman's throw.

This was Soto's third game since he was dropped down one slot to third in the batting order and Pete Alonso to fourth. Alonso had a pair of singles, but has no home runs in 16 games and a career-high 65 at-bats since May 5.

Baty added an RBI double in the eighth off Bobby Miller.

Los Angeles had won three straight and the Mets had dropped six of eight.

Kiké Hernández had an RBI single in the second and Rushing followed with a run-scoring grounder.

Mets third baseman Mark Vientos missed his second straight start because of abdominal soreness, but pinch hit in the sixth and walked. Left fielder Brandon Nimmo sat out after leaving Friday with a stiff neck.

KEY MOMENT

Dodgers first baseman Freddie Freeman turned an outstanding inning-ending double play in the third, gloving Jeff McNeil's grounder with runners at the corners and throwing to Betts, who made the return throw from second.

KEY STAT

Soto entered 5 for 40 with no extra-base hits and two RBIs in his previous 11 games.

UP NEXT

Mets RHP Kodai Senga (4-3 1.43) and Dodgers RHP Landon Knack (2-1, 6.17) start Sunday night's series finale.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });