Merge pull request #1390 from wbkd/dependabot/npm_and_yarn/main/babel/runtime-7.14.8

chore(deps): bump @babel/runtime from 7.14.6 to 7.14.8
This commit is contained in:
Moritz Klack
2021-07-26 13:31:45 +02:00
committed by GitHub
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -9,7 +9,7 @@
"version": "9.6.5", "version": "9.6.5",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.14.6", "@babel/runtime": "^7.14.8",
"@types/d3": "^7.0.0", "@types/d3": "^7.0.0",
"@types/react-redux": "^7.1.18", "@types/react-redux": "^7.1.18",
"classcat": "^5.0.3", "classcat": "^5.0.3",
@@ -1789,9 +1789,9 @@
} }
}, },
"node_modules/@babel/runtime": { "node_modules/@babel/runtime": {
"version": "7.14.6", "version": "7.14.8",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.6.tgz", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.8.tgz",
"integrity": "sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==", "integrity": "sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg==",
"dependencies": { "dependencies": {
"regenerator-runtime": "^0.13.4" "regenerator-runtime": "^0.13.4"
}, },
@@ -13781,9 +13781,9 @@
} }
}, },
"@babel/runtime": { "@babel/runtime": {
"version": "7.14.6", "version": "7.14.8",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.6.tgz", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.8.tgz",
"integrity": "sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==", "integrity": "sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg==",
"requires": { "requires": {
"regenerator-runtime": "^0.13.4" "regenerator-runtime": "^0.13.4"
} }
+1 -1
View File
@@ -28,7 +28,7 @@
"release:next": "release-it --preRelease=next" "release:next": "release-it --preRelease=next"
}, },
"dependencies": { "dependencies": {
"@babel/runtime": "^7.14.6", "@babel/runtime": "^7.14.8",
"@types/d3": "^7.0.0", "@types/d3": "^7.0.0",
"@types/react-redux": "^7.1.18", "@types/react-redux": "^7.1.18",
"classcat": "^5.0.3", "classcat": "^5.0.3",