From 610d76ed831f5c09f0521de31792ba382aab13e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:04:56 +0000 Subject: [PATCH] [skip netlify]: Bump @babel/runtime from 7.25.7 to 7.26.0 Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.25.7 to 7.26.0. - [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.0/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- addon/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/addon/package.json b/addon/package.json index d6145b06..6e215a8d 100644 --- a/addon/package.json +++ b/addon/package.json @@ -65,7 +65,7 @@ "devDependencies": { "@babel/core": "^7.26.0", "@babel/plugin-transform-typescript": "^7.25.7", - "@babel/runtime": "^7.25.7", + "@babel/runtime": "^7.26.0", "@embroider/addon-dev": "^6.0.1", "@glint/core": "^1.5.0", "@glint/environment-ember-loose": "^1.5.0", diff --git a/yarn.lock b/yarn.lock index b7a2e749..41820639 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1042,10 +1042,10 @@ dependencies: regenerator-runtime "^0.13.4" -"@babel/runtime@^7.14.0", "@babel/runtime@^7.25.7", "@babel/runtime@^7.8.4": - version "7.25.7" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.7.tgz#7ffb53c37a8f247c8c4d335e89cdf16a2e0d0fb6" - integrity sha512-FjoyLe754PMiYsFaN5C94ttGiOmBNYTf6pLr4xXHAT5uctHb092PBszndLDR5XA/jghQvn4n7JMHl7dmTgbm9w== +"@babel/runtime@^7.14.0", "@babel/runtime@^7.26.0", "@babel/runtime@^7.8.4": + version "7.26.0" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.0.tgz#8600c2f595f277c60815256418b85356a65173c1" + integrity sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw== dependencies: regenerator-runtime "^0.14.0"