Skip to content

Commit

Permalink
Bump core-js from 3.39.0 to 3.40.0
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.39.0 to 3.40.0.
- [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.40.0/packages/core-js)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent 0d8c376 commit 0f9552b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion kolibri/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"version": "0.0.1",
"dependencies": {
"core-js": "^3.39"
"core-js": "^3.40"
}
}
2 changes: 1 addition & 1 deletion packages/hashi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"purgecss": "^6.0.0"
},
"dependencies": {
"core-js": "3.39",
"core-js": "3.40",
"dayjs": "^1.11.13",
"iri": "^1.3.1",
"is-language-code": "^3.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4032,10 +4032,10 @@ core-js-compat@^3.38.0, core-js-compat@^3.38.1:
dependencies:
browserslist "^4.23.3"

core-js@3.39, core-js@^3, core-js@^3.39:
version "3.39.0"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.39.0.tgz#57f7647f4d2d030c32a72ea23a0555b2eaa30f83"
integrity sha512-raM0ew0/jJUqkJ0E6e8UDtl+y/7ktFivgWvqw8dNSQeNWoSDLvQ1H/RN3aPXB9tBd4/FhyR4RDPGhsNIMsAn7g==
core-js@3.40, core-js@^3, core-js@^3.40:
version "3.40.0"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.40.0.tgz#2773f6b06877d8eda102fc42f828176437062476"
integrity sha512-7vsMc/Lty6AGnn7uFpYT56QesI5D2Y/UkgKounk87OP9Z2H9Z8kj6jzcSGAxFmUtDOS0ntK6lbQz+Nsa0Jj6mQ==

core-js@^2.4.0, core-js@^2.5.0:
version "2.6.12"
Expand Down

0 comments on commit 0f9552b

Please sign in to comment.