Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Commit

Permalink
build(deps-dev): bump ts-loader from 9.2.2 to 9.2.3 (#323)
Browse files Browse the repository at this point in the history
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 9.2.2 to 9.2.3.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md)
- [Commits](TypeStrong/ts-loader@v9.2.2...v9.2.3)

---
updated-dependencies:
- dependency-name: ts-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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 Jul 5, 2021
1 parent 622f471 commit 2ffd285
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"sass-loader": ">=12.1.0",
"style-loader": ">=2.0.0",
"ts-jest": ">=26.5.6",
"ts-loader": ">=9.2.2",
"ts-loader": ">=9.2.3",
"typescript": ">=4.3.4",
"webpack": ">=5.42.0",
"webpack-cli": ">=4.7.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5463,10 +5463,10 @@ ts-jest@>=26.5.6:
semver "7.x"
yargs-parser "20.x"

ts-loader@>=9.2.2:
version "9.2.2"
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-9.2.2.tgz#416333900621c82d5eb1b1f6dea4114111f096bf"
integrity sha512-hNIhGTQHtNKjOzR2ZtQ2OSVbXPykOae+zostf1IlHCf61Mt41GMJurKNqrYUbzHgpmj6UWRu8eBfb7q0XliV0g==
ts-loader@>=9.2.3:
version "9.2.3"
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-9.2.3.tgz#dc3b6362a4d4382493cd4f138d345f419656de68"
integrity sha512-sEyWiU3JMHBL55CIeC4iqJQadI0U70A5af0kvgbNLHVNz2ACztQg0j/9x10bjjIht8WfFYLKfn4L6tkZ+pu+8Q==
dependencies:
chalk "^4.1.0"
enhanced-resolve "^5.0.0"
Expand Down

0 comments on commit 2ffd285

Please sign in to comment.