From 64e89542956b8116cae2dd6cdbcb0f3ca31e4b8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:11:21 +0000 Subject: [PATCH] [skip netlify]: Bump @babel/runtime from 7.25.6 to 7.25.7 Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.25.6 to 7.25.7. - [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.25.7/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-type: direct:development update-type: version-update:semver-patch ... 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 041d23b3..81a05431 100644 --- a/addon/package.json +++ b/addon/package.json @@ -65,7 +65,7 @@ "devDependencies": { "@babel/core": "^7.25.7", "@babel/plugin-transform-typescript": "^7.25.7", - "@babel/runtime": "^7.25.6", + "@babel/runtime": "^7.25.7", "@embroider/addon-dev": "^6.0.0", "@glint/core": "^1.4.0", "@glint/environment-ember-loose": "^1.4.0", diff --git a/yarn.lock b/yarn.lock index 791142d6..b5de5886 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1059,10 +1059,10 @@ dependencies: regenerator-runtime "^0.13.4" -"@babel/runtime@^7.14.0", "@babel/runtime@^7.25.6", "@babel/runtime@^7.8.4": - version "7.25.6" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.6.tgz#9afc3289f7184d8d7f98b099884c26317b9264d2" - integrity sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ== +"@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== dependencies: regenerator-runtime "^0.14.0"