From cf9bde4e0f8cbc30ec13da2445711d1ffa7129a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 00:20:36 +0000 Subject: [PATCH] chore(deps): bump @babel/standalone from 7.25.3 to 7.26.9 Bumps [@babel/standalone](https://github.com/babel/babel/tree/HEAD/packages/babel-standalone) from 7.25.3 to 7.26.9. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.9/packages/babel-standalone) --- updated-dependencies: - dependency-name: "@babel/standalone" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) 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",