Skip to content

Commit

Permalink
Merge pull request #601 from Adyen/dependabot/npm_and_yarn/ts-loader-…
Browse files Browse the repository at this point in the history
…8.0.12

Bump ts-loader from 8.0.11 to 8.0.12
  • Loading branch information
pabloai authored Dec 14, 2020
2 parents 07563ca + 3e840aa commit 1b7a934
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 18 deletions.
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"style-loader": "^2.0.0",
"testcafe": "^1.9.4",
"ts-jest": "^26.4.4",
"ts-loader": "^8.0.11",
"ts-loader": "^8.0.12",
"typescript": "^4.0.5",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"stylelint-config-recommended": "^3.0.0",
"terser-webpack-plugin": "^4.2.3",
"ts-jest": "^26.4.4",
"ts-loader": "^8.0.11",
"ts-loader": "^8.0.12",
"tslib": "^2.0.3",
"typescript": "^4.1.2",
"webpack": "^4.44.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"source-map-loader": "^1.1.3",
"style-loader": "^2.0.0",
"ts-jest": "^26.4.4",
"ts-loader": "^8.0.11",
"ts-loader": "^8.0.12",
"typescript": "^4.1.2",
"webpack": "^4.44.2",
"webpack-bundle-analyzer": "^4.2.0",
Expand Down
20 changes: 5 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@
# yarn lockfile v1


"@adyen/[email protected]":
version "3.18.1"
resolved "https://registry.yarnpkg.com/@adyen/adyen-web/-/adyen-web-3.18.1.tgz#3f25143d2e487c49050c574bce0469f839878ad6"
integrity sha512-s8FpkLpf64fnFxvbUqssOoSXY2BWOpxZKYr05uTjl9KhW3UcwHPtTPytcKBrV2o+mbfHjhPlj3s1o7HpWPy6ow==
dependencies:
"@types/applepayjs" "^3.0.1"
"@types/googlepay" "^0.5.1"
classnames "^2.2.6"
preact "^10.5.5"

"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.8.3":
version "7.8.3"
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e"
Expand Down Expand Up @@ -9048,7 +9038,7 @@ preact-render-to-string@^4.1.0:
dependencies:
pretty-format "^3.8.0"

preact@^10.5.5, preact@^10.5.7:
preact@^10.5.7:
version "10.5.7"
resolved "https://registry.yarnpkg.com/preact/-/preact-10.5.7.tgz#f1d84725539e18f7ccbea937cf3db5895661dbd3"
integrity sha512-4oEpz75t/0UNcwmcsjk+BIcDdk68oao+7kxcpc1hQPNs2Oo3ZL9xFz8UBf350mxk/VEdD41L5b4l2dE3Ug3RYg==
Expand Down Expand Up @@ -11316,10 +11306,10 @@ ts-jest@^26.4.4:
semver "7.x"
yargs-parser "20.x"

ts-loader@^8.0.11:
version "8.0.11"
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-8.0.11.tgz#35d58a65932caacb120426eea59eca841786c899"
integrity sha512-06X+mWA2JXoXJHYAesUUL4mHFYhnmyoCdQVMXofXF552Lzd4wNwSGg7unJpttqUP7ziaruM8d7u8LUB6I1sgzA==
ts-loader@^8.0.12:
version "8.0.12"
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-8.0.12.tgz#1de9f1de65176318c1e6d187bfc496182f8dc2a0"
integrity sha512-UIivVfGVJDdwwjgSrbtcL9Nf10c1BWnL1mxAQUVcnhNIn/P9W3nP5v60Z0aBMtc7ZrE11lMmU6+5jSgAXmGaYw==
dependencies:
chalk "^2.3.0"
enhanced-resolve "^4.0.0"
Expand Down

0 comments on commit 1b7a934

Please sign in to comment.