Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/puresyntax71/hugo-theme-chunky-poster.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpuresyntax71 <34715246+puresyntax71@users.noreply.github.com>2020-01-16 09:33:52 +0300
committerGitHub <noreply@github.com>2020-01-16 09:33:52 +0300
commit02401ccea87627807d9ec906162f4b4047c09f76 (patch)
treed19bf9df5204dee8e111b2afee9720e43e699b5d
parent858829c97b9ffca7e1d1d2ccc5d3fe40ff90a6f6 (diff)
parentff24c173159ae5c9e8aa21faf1b9c9151abec8c8 (diff)
Merge pull request #44 from puresyntax71/dependabot/npm_and_yarn/babel/runtime-7.8.3
Bump @babel/runtime from 7.7.7 to 7.8.3
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index bec7faa..a6f370b 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,7 @@
"dependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
- "@babel/runtime": "^7.7.7",
+ "@babel/runtime": "^7.8.3",
"@fortawesome/fontawesome-free": "^5.12.0",
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-brands-svg-icons": "^5.12.0",
diff --git a/yarn.lock b/yarn.lock
index 7700731..9aa11d2 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -627,10 +627,10 @@
js-levenshtein "^1.1.3"
semver "^5.5.0"
-"@babel/runtime@^7.7.7":
- version "7.7.7"
- resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.7.7.tgz#194769ca8d6d7790ec23605af9ee3e42a0aa79cf"
- integrity sha512-uCnC2JEVAu8AKB5do1WRIsvrdJ0flYx/A/9f/6chdacnEZ7LmavjdsDXr5ksYBegxtuTPR5Va9/+13QF/kFkCA==
+"@babel/runtime@^7.8.3":
+ version "7.8.3"
+ resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.8.3.tgz#0811944f73a6c926bb2ad35e918dcc1bfab279f1"
+ integrity sha512-fVHx1rzEmwB130VTkLnxR+HmxcTjGzH12LYQcFFoBwakMd3aOMD4OsRN7tGG/UOYE2ektgFrS8uACAoRk1CY0w==
dependencies:
regenerator-runtime "^0.13.2"