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

Commit

Permalink
fix(deps): update dependency ts-loader to v9.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 9, 2022
1 parent 28c060e commit 17560f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"nuxt": "2.15.8",
"postcss-nested": "5.0.6",
"sass-loader": "12.6.0",
"ts-loader": "9.0.0"
"ts-loader": "9.2.7"
},
"devDependencies": {
"@typescript-eslint/parser": "5.14.0",
Expand Down
9 changes: 4 additions & 5 deletions yarn.lock
Expand Up @@ -11149,14 +11149,13 @@ trim-repeated@^1.0.0:
dependencies:
escape-string-regexp "^1.0.2"

ts-loader@9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-9.0.0.tgz#0cf4bbd708e4a8e8b25671ea2f7e33af3950fdc1"
integrity sha512-okLMCTkzp1lCldwJ+/+mEY66qilDpwAs5Xs8REG9IwjfbG9fRQmt4a6XCFeFU6XaVI2C0qOEEEu+jIcWAUgc4w==
ts-loader@9.2.7:
version "9.2.7"
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-9.2.7.tgz#948654099ca96992b62ec47bd9cee5632006e101"
integrity sha512-Fxh44mKli9QezgbdCXkEJWxnedQ0ead7DXTH+lfXEPedu+Y9EtMJ2aQ9G3Dj1j7Q612E8931rww8NDZha4Tibg==
dependencies:
chalk "^4.1.0"
enhanced-resolve "^5.0.0"
loader-utils "^2.0.0"
micromatch "^4.0.0"
semver "^7.3.4"

Expand Down

0 comments on commit 17560f4

Please sign in to comment.