Skip to content

Commit

Permalink
fix: upgrade @babel/runtime-corejs2 from 7.9.6 to 7.12.1 (#302)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade @babel/runtime-corejs2 from 7.9.6 to 7.12.1.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/cssjoe/project/5d219e30-bbd4-4803-80ef-bce43258a15a?utm_source=github&utm_medium=upgrade-pr

Co-authored-by: jamesros <jamesros@boldgrid.com>
  • Loading branch information
snyk-bot and jamesros161 authored Dec 23, 2020
1 parent 5ae141c commit 10c4ba1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"webpack-runtime-public-path-plugin": "^1.1.2"
},
"dependencies": {
"@babel/runtime-corejs2": "^7.9.6",
"@babel/runtime-corejs2": "^7.12.1",
"@boldgrid/components": "^2.16.2",
"@wordpress/dom-ready": "^2.11.0",
"@wordpress/hooks": "^2.10.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -640,10 +640,10 @@
js-levenshtein "^1.1.3"
semver "^5.3.0"

"@babel/runtime-corejs2@^7.9.6":
version "7.9.6"
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs2/-/runtime-corejs2-7.9.6.tgz#acd5d6351384cc2828dc211aa5426a90476bf4a8"
integrity sha512-TcdM3xc7weMrwTawuG3BTjtVE3mQLXUPQ9CxTbSKOrhn3QAcqCJ2fz+IIv25wztzUnhNZat7hr655YJa61F3zg==
"@babel/runtime-corejs2@^7.12.1":
version "7.12.1"
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs2/-/runtime-corejs2-7.12.1.tgz#494ce3ad84e92b5868b5437af65af6a0eb737da3"
integrity sha512-5uSG1M64+OO+DL4U12qTqHDhc1vorwH6suCSPRH+77UVYzxO5TMyziWe/nQNPcPt9Wnl5G7dIYXuZ6MBuW/dFw==
dependencies:
core-js "^2.6.5"
regenerator-runtime "^0.13.4"
Expand Down

0 comments on commit 10c4ba1

Please sign in to comment.