Skip to content

Commit 300578c

Browse files
fix(deps): update dependency @babel/runtime to ^7.27.4 (#61)
Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
1 parent a27c7eb commit 300578c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test:coverage": "jest --coverage"
1919
},
2020
"dependencies": {
21-
"@babel/runtime": "^7.27.3",
21+
"@babel/runtime": "^7.27.4",
2222
"fp-ts": "^2.16.10",
2323
"io-ts": "^2.2.22",
2424
"lodash.get": "^4.4.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,10 @@
255255
dependencies:
256256
"@babel/helper-plugin-utils" "^7.24.7"
257257

258-
"@babel/runtime@^7.27.3":
259-
version "7.27.4"
260-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.4.tgz#a91ec580e6c00c67118127777c316dfd5a5a6abf"
261-
integrity sha512-t3yaEOuGu9NlIZ+hIeGbBjFtZT7j2cb2tg0fuaJKeGotchRjjLfrBA9Kwf8quhpP1EUuxModQg04q/mBwyg8uA==
258+
"@babel/runtime@^7.27.4":
259+
version "7.27.6"
260+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.6.tgz#ec4070a04d76bae8ddbb10770ba55714a417b7c6"
261+
integrity sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==
262262

263263
"@babel/template@^7.25.0", "@babel/template@^7.3.3":
264264
version "7.25.0"

0 commit comments

Comments
 (0)