chore(deps-dev): bump parcel-bundler from 1.12.4 to 1.12.5 (#2894)

* chore(deps-dev): bump parcel-bundler from 1.12.4 to 1.12.5

Bumps [parcel-bundler](https://github.com/parcel-bundler/parcel) from 1.12.4 to 1.12.5.
- [Release notes](https://github.com/parcel-bundler/parcel/releases)
- [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md)
- [Commits](https://github.com/parcel-bundler/parcel/compare/parcel-bundler@1.12.4...parcel-bundler@1.12.5)

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

* chore(deps): remove node-forge from resolutions

This is no longer needed since the parcel-bundler update also updated
the node-forge version.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Asher <ash@coder.com>
This commit is contained in:
dependabot[bot]
2021-03-16 13:40:57 -05:00
committed by GitHub
parent 95a0740ca1
commit b0c773bcda
2 changed files with 21 additions and 108 deletions

View File

@@ -73,8 +73,7 @@
"resolutions": {
"@types/node": "^12.12.7",
"safe-buffer": "^5.1.1",
"vfile-message": "^2.0.2",
"node-forge": "^0.10.0"
"vfile-message": "^2.0.2"
},
"dependencies": {
"@coder/logger": "1.1.16",