Skip to content

Commit

Permalink
chore(deps): bump source-map-support from 0.5.13 to 0.5.15 (aws#4728)
Browse files Browse the repository at this point in the history
Bumps [source-map-support](https://github.com/evanw/node-source-map-support) from 0.5.13 to 0.5.15.
- [Release notes](https://github.com/evanw/node-source-map-support/releases)
- [Commits](evanw/node-source-map-support@v0.5.13...v0.5.15)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and mergify[bot] committed Oct 29, 2019
1 parent 604fbd4 commit 31fc9d8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/assert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@aws-cdk/core": "1.15.0",
"@aws-cdk/cx-api": "1.15.0",
"jest": "^24.9.0",
"source-map-support": "^0.5.13"
"source-map-support": "^0.5.15"
},
"repository": {
"url": "https://github.com/aws/aws-cdk.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/cloudformation-diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"colors": "^1.4.0",
"diff": "^4.0.1",
"fast-deep-equal": "^2.0.1",
"source-map-support": "^0.5.13",
"source-map-support": "^0.5.15",
"string-width": "^4.1.0",
"table": "^5.4.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"proxy-agent": "^3.1.1",
"request": "^2.88.0",
"semver": "^6.3.0",
"source-map-support": "^0.5.13",
"source-map-support": "^0.5.15",
"table": "^5.4.6",
"yaml": "^1.7.2",
"yargs": "^14.2.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7049,10 +7049,10 @@ source-map-resolve@^0.5.0:
source-map-url "^0.4.0"
urix "^0.1.0"

source-map-support@^0.5.10, source-map-support@^0.5.13, source-map-support@^0.5.6:
version "0.5.13"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.13.tgz#31b24a9c2e73c2de85066c0feb7d44767ed52932"
integrity sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==
source-map-support@^0.5.10, source-map-support@^0.5.15, source-map-support@^0.5.6:
version "0.5.15"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.15.tgz#20fe16f16e74644e21a396c78c841fa66e35df6c"
integrity sha512-wYF5aX1J0+V51BDT3Om7uXNn0ct2FWiV4bvwiGVefxkm+1S1o5jsecE5lb2U28DDblzxzxeIDbTVpXHI9D/9hA==
dependencies:
buffer-from "^1.0.0"
source-map "^0.6.0"
Expand Down

0 comments on commit 31fc9d8

Please sign in to comment.