91³Ô¹ÏÍø

Watch CBS News

Justice Dept. to surge prosecutors to Minnesota amid fraud allegations

The Justice Department is sending a team of federal prosecutors to Minnesota to help investigate allegations of widespread fraud within the state's social services programs, U.S. officials told CBS News Wednesday.

The department emailed federal prosecutors who work in other U.S. attorney's offices on Tuesday to seek volunteers for the surge, according to a person briefed on the request.

Attorney General Pam Bondi told CBS News in a statement that the department was sending the prosecutors to Minnesota "to reinforce our U.S. Attorney's Office and put perpetrators of this widespread fraud behind bars." 

"We will deliver severe consequences in Minnesota and stand ready to deploy to any other state where similar fraud schemes are robbing American taxpayers," Bondi said.

The Justice Department has intensified efforts to investigate fraud in the state after a social media video shared by YouTuber Nick Shirley went viral right before New Year's Day. Shirley alleged in the video that nearly a dozen day care centers in Minnesota that are receiving public funds are not actually providing any child care services.

The video has been praised by Bondi, as well as Vice President JD Vance and Elon Musk.

The Minnesota Department of Children, Youth, and Families has since cast doubt on the accuracy of the video, saying that a review by the state's Office of Inspector General found that nine of the centers were "operating as expected."

A separate CBS analysis, meanwhile, found that all but two have active licenses, according to state records, and all active locations were visited by state regulators within the last six months.

One of the Minneapolis day care centers featured in Shirley's video is now closed, according to state records. Quality Learning Center closed Tuesday, according to the Minnesota Department of Human Services' . CBS station WCCO is investigating the reason for the closure, which is not yet publicly known. The center's last licensing review in June found operational violations but noted no evidence of fraud.

Though most of the centers have active licenses, the daycare fraud allegations have taken a toll on Minnesota Gov. Tim Walz, who announced this week he is dropping out of the 2026 gubernatorial race amid rising tensions over his handling of the matter.

The allegations surrounding the daycare facilities are among several fraud cases to hit the state. Federal prosecutors have separately alleged Minnesota is also facing a $9 billion COVID-era fraud scandal — a figure that state officials have disputed.

The COVID fraud scheme has centered on a nonprofit group called Feeding Our Future, and has led to charges against more than 75 defendants.

The group, which works with restaurants and caterers to distribute meals to schools, was accused of sending fake meal-count sheets and invoices.

In response to the fraud allegations, the Trump administration has begun to halt some federal funding to Minnesota. In late December, the Department of Health and Human Services said it has frozen federal child care funding for the state. 

An HHS official also said it was freezing billions in social services funding for five states led by Democrats, including Minnesota. The administration is withholding $7 billion for the Temporary Assistance for Needy Families program, nearly $2.4 billion for the Child Care Development Fund and roughly $870 million for social services grants.

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(); } }); }); }); });