Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit e6d4766

Browse files
fix(deps): update dependency @babel/runtime to v7.20.13 (#10)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 23d128c commit e6d4766

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"watch": "babel -w src --out-dir . --ignore \"**/__tests__\""
1919
},
2020
"dependencies": {
21-
"@babel/runtime": "7.20.7",
21+
"@babel/runtime": "7.20.13",
2222
"@soda/friendly-errors-webpack-plugin": "1.8.1",
2323
"copy-webpack-plugin": "11.0.0",
2424
"html-webpack-plugin": "5.5.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -983,20 +983,20 @@
983983
"@babel/plugin-transform-react-jsx-development" "^7.18.6"
984984
"@babel/plugin-transform-react-pure-annotations" "^7.18.6"
985985

986-
"@babel/runtime@7.20.7", "@babel/runtime@^7.8.4":
987-
version "7.20.7"
988-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.7.tgz#fcb41a5a70550e04a7b708037c7c32f7f356d8fd"
989-
integrity sha512-UF0tvkUtxwAgZ5W/KrkHf0Rn0fdnLDU9ScxBrEVNUprE/MzirjK4MJUX1/BVDv00Sv8cljtukVK1aky++X1SjQ==
990-
dependencies:
991-
regenerator-runtime "^0.13.11"
992-
993-
"@babel/runtime@^7.20.7":
986+
"@babel/runtime@7.20.13", "@babel/runtime@^7.20.7":
994987
version "7.20.13"
995988
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.13.tgz#7055ab8a7cff2b8f6058bf6ae45ff84ad2aded4b"
996989
integrity sha512-gt3PKXs0DBoL9xCvOIIZ2NEqAGZqHjAnmVbfQtB620V0uReIQutpel14KcneZuer7UioY8ALKZ7iocavvzTNFA==
997990
dependencies:
998991
regenerator-runtime "^0.13.11"
999992

993+
"@babel/runtime@^7.8.4":
994+
version "7.20.7"
995+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.7.tgz#fcb41a5a70550e04a7b708037c7c32f7f356d8fd"
996+
integrity sha512-UF0tvkUtxwAgZ5W/KrkHf0Rn0fdnLDU9ScxBrEVNUprE/MzirjK4MJUX1/BVDv00Sv8cljtukVK1aky++X1SjQ==
997+
dependencies:
998+
regenerator-runtime "^0.13.11"
999+
10001000
"@babel/template@^7.18.10", "@babel/template@^7.20.7":
10011001
version "7.20.7"
10021002
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8"

0 commit comments

Comments
 (0)