Skip to content

Commit

Permalink
[DEP-DEV]: Bump core-js from 3.15.2 to 3.16.0 (#82)
Browse files Browse the repository at this point in the history
Bumps [core-js](https://github.com/zloirock/core-js) from 3.15.2 to 3.16.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](zloirock/core-js@v3.15.2...v3.16.0)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 6, 2021
1 parent 8f7eecf commit 9ec4afe
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"bootstrap": "^5.0.2",
"bootstrap-tagsinput": "^0.7.1",
"chart.js": "^3.4.1",
"core-js": "^3.15.2",
"core-js": "^3.16.0",
"file-loader": "^6.2.0",
"jquery": "^3.6.0",
"node-sass": "^6.0.1",
Expand Down
2 changes: 2 additions & 0 deletions src/Resources/public/app.054ae3ef.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions src/Resources/public/app.b8a22e33.js

This file was deleted.

2 changes: 1 addition & 1 deletion src/Resources/public/entrypoints.json
Expand Up @@ -5,7 +5,7 @@
"/bundles/template/app.2fd281cf.css"
],
"js": [
"/bundles/template/app.b8a22e33.js"
"/bundles/template/app.054ae3ef.js"
]
},
"webfont": {
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/public/manifest.json
@@ -1,6 +1,6 @@
{
"bundles/template/app.css": "/bundles/template/app.2fd281cf.css",
"bundles/template/app.js": "/bundles/template/app.b8a22e33.js",
"bundles/template/app.js": "/bundles/template/app.054ae3ef.js",
"bundles/template/webfont.css": "/bundles/template/webfont.eb64eebe.css",
"bundles/template/885.999b312a.js": "/bundles/template/885.999b312a.js",
"bundles/template/images/fa-solid-900.svg": "/bundles/template/images/fa-solid-900.13de59f1.svg",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -2267,10 +2267,10 @@ core-js-compat@^3.9.0, core-js-compat@^3.9.1:
browserslist "^4.16.6"
semver "7.0.0"

core-js@^3.15.2:
version "3.15.2"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.15.2.tgz#740660d2ff55ef34ce664d7e2455119c5bdd3d61"
integrity sha512-tKs41J7NJVuaya8DxIOCnl8QuPHx5/ZVbFo1oKgVl1qHFBBrDctzQGtuLjPpRdNTWmKPH6oEvgN/MUID+l485Q==
core-js@^3.16.0:
version "3.16.0"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.16.0.tgz#1d46fb33720bc1fa7f90d20431f36a5540858986"
integrity sha512-5+5VxRFmSf97nM8Jr2wzOwLqRo6zphH2aX+7KsAUONObyzakDNq2G/bgbhinxB4PoV9L3aXQYhiDKyIKWd2c8g==

core-util-is@1.0.2, core-util-is@~1.0.0:
version "1.0.2"
Expand Down

0 comments on commit 9ec4afe

Please sign in to comment.