Skip to content

Commit

Permalink
chore(deps): bump core-js from 3.19.2 to 3.21.1
Browse files Browse the repository at this point in the history
Bumps [core-js](https://github.com/zloirock/core-js) from 3.19.2 to 3.21.1.
- [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.19.2...v3.21.1)

---
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 Feb 17, 2022
1 parent 38e303a commit 47a7b4b
Show file tree
Hide file tree
Showing 5 changed files with 105 additions and 156 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"babel-loader": "^8.1.0",
"chart.js": "^3.5.0",
"classnames": "^2.2.6",
"core-js": "^3.15.2",
"core-js": "^3.21.1",
"core-js-pure": "^3.15.2",
"glob": "^7.2.0",
"html-to-text": "^8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion jobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@cubeartisan/server": "^0.1.0",
"@node-loader/babel": "^2.0.1",
"JSONStream": "^1.3.5",
"core-js": "^3.15.2",
"core-js": "^3.21.1",
"core-js-pure": "^3.15.2",
"dotenv": "^8.2.0",
"glob": "^7.1.6",
Expand Down
2 changes: 1 addition & 1 deletion markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test:watch": "echo no tests yet"
},
"dependencies": {
"core-js": "^3.15.2",
"core-js": "^3.21.1",
"core-js-pure": "^3.15.2",
"micromark": "^2.10.1",
"prop-types": "^15.7.2",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"connect-mongodb-session": "^3.1.1",
"core-js": "^3.15.2",
"core-js": "^3.21.1",
"core-js-pure": "^3.15.2",
"csurf": "^1.10.0",
"dotenv": "^8.2.0",
Expand Down
Loading

0 comments on commit 47a7b4b

Please sign in to comment.