Skip to content

Commit e62a169

Browse files
Bump @babel/runtime from 7.26.0 to 7.27.0 (#466)
* Bump @babel/runtime from 7.26.0 to 7.27.0 Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.26.0 to 7.27.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.27.0/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-version: 7.27.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Tested ok --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: markodraksic <[email protected]>
1 parent 25f5ea1 commit e62a169

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"api:notat": "swagger-typescript-api -p http://localhost:8183/v3/api-docs --extract-enums --axios -n BidragDokumentProduksjonApi.ts -o src/api"
2525
},
2626
"dependencies": {
27-
"@babel/runtime": "^7.26.10",
27+
"@babel/runtime": "^7.27.0",
2828
"react-day-picker": "9.6.4",
2929
"@emotion/react": "11.14.0",
3030
"@grafana/faro-react": "^1.12.2",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -898,10 +898,10 @@
898898
"@babel/plugin-transform-modules-commonjs" "^7.25.9"
899899
"@babel/plugin-transform-typescript" "^7.25.9"
900900

901-
"@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.17.9", "@babel/runtime@^7.18.3", "@babel/runtime@^7.26.10", "@babel/runtime@^7.8.4":
902-
version "7.26.10"
903-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.10.tgz#a07b4d8fa27af131a633d7b3524db803eb4764c2"
904-
integrity sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==
901+
"@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.17.9", "@babel/runtime@^7.18.3", "@babel/runtime@^7.27.0", "@babel/runtime@^7.8.4":
902+
version "7.27.0"
903+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.0.tgz#fbee7cf97c709518ecc1f590984481d5460d4762"
904+
integrity sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==
905905
dependencies:
906906
regenerator-runtime "^0.14.0"
907907

0 commit comments

Comments
 (0)