From b7036d589df1c6754ff01520a986427a14da761a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 08:13:52 +0000 Subject: [PATCH] chore(deps): bump @babel/standalone from 7.24.6 to 7.26.2 Bumps [@babel/standalone](https://github.com/babel/babel/tree/HEAD/packages/babel-standalone) from 7.24.6 to 7.26.2. - [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.2/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 | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c187c31..265e9c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@11ty/eleventy-navigation": "0.3.5", "@11ty/eleventy-plugin-rss": "1.2.0", "@11ty/eleventy-plugin-syntaxhighlight": "5.0.0", - "@babel/standalone": "7.24.6", + "@babel/standalone": "7.26.2", "decap-cms": "3.1.10", "eleventy-plugin-fluid": "2.7.1", "infusion": "4.6.0", @@ -474,9 +474,10 @@ "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==" }, "node_modules/@babel/standalone": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.24.6.tgz", - "integrity": "sha512-ch8nbtobUPLvSLKdG2s8pVAqS1zUc+mt7UE9k8/xpupvETbAFOaoqo0QcpgVD/f0xkMkbUnqedVY5eeVWOqtjw==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.26.2.tgz", + "integrity": "sha512-i2VbegsRfwa9yq3xmfDX3tG2yh9K0cCqwpSyVG2nPxifh0EOnucAZUeO/g4lW2Zfg03aPJNtPfxQbDHzXc7H+w==", + "license": "MIT", "engines": { "node": ">=6.9.0" } diff --git a/package.json b/package.json index 7bdfc2e..78d9839 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@11ty/eleventy-navigation": "0.3.5", "@11ty/eleventy-plugin-rss": "1.2.0", "@11ty/eleventy-plugin-syntaxhighlight": "5.0.0", - "@babel/standalone": "7.24.6", + "@babel/standalone": "7.26.2", "decap-cms": "3.1.10", "eleventy-plugin-fluid": "2.7.1", "infusion": "4.6.0",