Skip to content

Commit 7e8c413

Browse files
fix(deps): update dependency @babel/runtime to ^7.27.3 (#54)
Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
1 parent 5bb6d9c commit 7e8c413

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
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.0",
21+
"@babel/runtime": "^7.27.3",
2222
"fp-ts": "^2.16.10",
2323
"io-ts": "^2.2.22",
2424
"lodash.get": "^4.4.2",

yarn.lock

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

258-
"@babel/runtime@^7.27.0":
259-
version "7.27.0"
260-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.0.tgz#fbee7cf97c709518ecc1f590984481d5460d4762"
261-
integrity sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==
262-
dependencies:
263-
regenerator-runtime "^0.14.0"
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==
264262

265263
"@babel/template@^7.25.0", "@babel/template@^7.3.3":
266264
version "7.25.0"
@@ -2345,11 +2343,6 @@ react-is@^18.0.0:
23452343
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e"
23462344
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
23472345

2348-
regenerator-runtime@^0.14.0:
2349-
version "0.14.1"
2350-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f"
2351-
integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==
2352-
23532346
require-directory@^2.1.1:
23542347
version "2.1.1"
23552348
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"

0 commit comments

Comments
 (0)