Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and andreaskienast committed Jul 2, 2021
1 parent 2e5f67d commit 4a581be
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bootstrap": "^5.0.2",
"bootstrap-tagsinput": "^0.7.1",
"chart.js": "^3.3.2",
"core-js": "^3.15.1",
"core-js": "^3.15.2",
"file-loader": "^6.2.0",
"jquery": "^3.6.0",
"node-sass": "^6.0.1",
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Resources/public/entrypoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"/bundles/template/app.4e615dd1.css"
],
"js": [
"/bundles/template/app.700fe758.js"
"/bundles/template/app.ac879276.js"
]
},
"webfont": {
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"bundles/template/app.css": "/bundles/template/app.4e615dd1.css",
"bundles/template/app.js": "/bundles/template/app.700fe758.js",
"bundles/template/app.js": "/bundles/template/app.ac879276.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
Original file line number Diff line number Diff line change
Expand Up @@ -2276,10 +2276,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.1:
version "3.15.1"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.15.1.tgz#6c08ab88abdf56545045ccf5fd81f47f407e7f1a"
integrity sha512-h8VbZYnc9pDzueiS2610IULDkpFFPunHwIpl8yRwFahAEEdSpHlTy3h3z3rKq5h11CaUdBEeRViu9AYvbxiMeg==
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-util-is@1.0.2, core-util-is@~1.0.0:
version "1.0.2"
Expand Down

0 comments on commit 4a581be

Please sign in to comment.