diff --git a/package-lock.json b/package-lock.json index 90a1fd10..f0deb92a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@11ty/eleventy": "2.0.1", "@11ty/eleventy-img": "6.0.1", "@11ty/eleventy-navigation": "0.3.5", - "@babel/standalone": "7.25.3", + "@babel/standalone": "7.26.9", "@zachleat/filter-container": "greatislander/filter-container#feat/paginated-results", "decap-cms": "3.6.2", "eleventy-plugin-fluid": "2.7.1", @@ -504,9 +504,10 @@ "license": "MIT" }, "node_modules/@babel/standalone": { - "version": "7.25.3", - "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.25.3.tgz", - "integrity": "sha512-uR+EoBqIIIvKGCG7fOj7HKupu3zVObiMfdEwoPZfVCPpcWJaZ1PkshaP5/6cl6BKAm1Zcv25O1rf+uoQ7V8nqA==", + "version": "7.26.9", + "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.26.9.tgz", + "integrity": "sha512-UTeQKy0kzJwWRe55kT1uK4G9H6D0lS6G4207hCU/bDaOhA5t2aC0qHN6GmID0Axv3OFLNXm27NdqcWp+BXcGtA==", + "license": "MIT", "engines": { "node": ">=6.9.0" } @@ -18815,9 +18816,9 @@ } }, "@babel/standalone": { - "version": "7.25.3", - "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.25.3.tgz", - "integrity": "sha512-uR+EoBqIIIvKGCG7fOj7HKupu3zVObiMfdEwoPZfVCPpcWJaZ1PkshaP5/6cl6BKAm1Zcv25O1rf+uoQ7V8nqA==" + "version": "7.26.9", + "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.26.9.tgz", + "integrity": "sha512-UTeQKy0kzJwWRe55kT1uK4G9H6D0lS6G4207hCU/bDaOhA5t2aC0qHN6GmID0Axv3OFLNXm27NdqcWp+BXcGtA==" }, "@babel/template": { "version": "7.26.9", diff --git a/package.json b/package.json index 363560c9..03ec0a3a 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@11ty/eleventy": "2.0.1", "@11ty/eleventy-img": "6.0.1", "@11ty/eleventy-navigation": "0.3.5", - "@babel/standalone": "7.25.3", + "@babel/standalone": "7.26.9", "@zachleat/filter-container": "greatislander/filter-container#feat/paginated-results", "decap-cms": "3.6.2", "eleventy-plugin-fluid": "2.7.1",