Skip to content

Commit

Permalink
fix(deps): update dependency core-js to v3.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jan 15, 2022
1 parent 6678663 commit 24e6b07
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/junipero-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.16.8",
"core-js": "3.20.2"
"core-js": "3.20.3"
},
"devDependencies": {
"@poool/junipero-utils": "^2.0.0-rc.15"
Expand Down
2 changes: 1 addition & 1 deletion packages/junipero-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.16.8",
"core-js": "3.20.2"
"core-js": "3.20.3"
},
"scripts": {
"clean": "rm -rf ./dist || true",
Expand Down
2 changes: 1 addition & 1 deletion packages/junipero/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@babel/runtime-corejs3": "7.16.8",
"@poool/junipero-hooks": "^2.0.0-rc.15",
"@poool/junipero-utils": "^2.0.0-rc.15",
"core-js": "3.20.2",
"core-js": "3.20.3",
"prop-types": "15.8.1"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8956,10 +8956,10 @@ core-js-pure@^3.8.2:
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.10.1.tgz#28642697dfcf02e0fd9f4d9891bd03a22df28ecf"
integrity sha512-PeyJH2SE0KuxY5eCGNWA+W+CeDpB6M1PN3S7Am7jSv/Ttuxz2SnWbIiVQOn/TDaGaGtxo8CRWHkXwJscbUHtVw==

core-js@3.20.2:
version "3.20.2"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.20.2.tgz#46468d8601eafc8b266bd2dd6bf9dee622779581"
integrity sha512-nuqhq11DcOAbFBV4zCbKeGbKQsUDRqTX0oqx7AttUBuqe3h20ixsE039QHelbL6P4h+9kytVqyEtyZ6gsiwEYw==
core-js@3.20.3:
version "3.20.3"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.20.3.tgz#c710d0a676e684522f3db4ee84e5e18a9d11d69a"
integrity sha512-vVl8j8ph6tRS3B8qir40H7yw7voy17xL0piAjlbBUsH7WIfzoedL/ZOr1OV9FyZQLWXsayOJyV4tnRyXR85/ag==

core-js@^2.2.2, core-js@^2.4.1:
version "2.6.12"
Expand Down

0 comments on commit 24e6b07

Please sign in to comment.