Skip to content

Commit 10738ec

Browse files
fix(deps): update dependency @babel/runtime to ^7.27.1
1 parent c92b781 commit 10738ec

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.1",
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.1":
259+
version "7.27.1"
260+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.1.tgz#9fce313d12c9a77507f264de74626e87fd0dc541"
261+
integrity sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==
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)