1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-07 04:20:05 +00:00

chore(deps-dev): bump ts-loader from 8.0.14 to 8.0.17

Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 8.0.14 to 8.0.17.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v8.0.14...v8.0.17)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2021-02-15 08:23:51 +00:00
committed by GitHub
parent bb7b3d0b84
commit b4ae486520
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -12011,9 +12011,9 @@
} }
}, },
"ts-loader": { "ts-loader": {
"version": "8.0.14", "version": "8.0.17",
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-8.0.14.tgz", "resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-8.0.17.tgz",
"integrity": "sha512-Jt/hHlUnApOZjnSjTmZ+AbD5BGlQFx3f1D0nYuNKwz0JJnuDGHJas6az+FlWKwwRTu+26GXpv249A8UAnYUpqA==", "integrity": "sha512-OeVfSshx6ot/TCxRwpBHQ/4lRzfgyTkvi7ghDVrLXOHzTbSK413ROgu/xNqM72i3AFeAIJgQy78FwSMKmOW68w==",
"dev": true, "dev": true,
"requires": { "requires": {
"chalk": "^4.1.0", "chalk": "^4.1.0",

View File

@@ -46,7 +46,7 @@
"semantic-release": "^17.3.1", "semantic-release": "^17.3.1",
"terser-webpack-plugin": "^4.2.3", "terser-webpack-plugin": "^4.2.3",
"ts-jest": "^25.5.1", "ts-jest": "^25.5.1",
"ts-loader": "^8.0.14", "ts-loader": "^8.0.17",
"tslint": "^6.1.3", "tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0", "tslint-config-prettier": "^1.18.0",
"typedoc": "^0.19.2", "typedoc": "^0.19.2",