Skip to content

Commit

Permalink
chore: bump source-map to 0.6.1 (#12014)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Aug 27, 2020
1 parent 8d59ff6 commit d5bcc08
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/babel-cli/package.json
Expand Up @@ -30,7 +30,7 @@
"lodash": "^4.17.19",
"make-dir": "^2.1.0",
"slash": "^2.0.0",
"source-map": "^0.5.0"
"source-map": "^0.6.1"
},
"optionalDependencies": {
"chokidar": "^2.1.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-core/package.json
Expand Up @@ -58,7 +58,7 @@
"lodash": "^4.17.19",
"resolve": "^1.3.2",
"semver": "^5.4.1",
"source-map": "^0.5.0"
"source-map": "^0.6.1"
},
"devDependencies": {
"@babel/helper-transform-fixture-test-runner": "workspace:^7.11.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-generator/package.json
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@babel/types": "workspace:^7.11.0",
"jsesc": "^2.5.1",
"source-map": "^0.5.0"
"source-map": "^0.6.1"
},
"devDependencies": {
"@babel/helper-fixtures": "workspace:^7.10.5",
Expand Down
Expand Up @@ -25,6 +25,6 @@
"lodash": "^4.17.19",
"quick-lru": "5.1.0",
"resolve": "^1.3.2",
"source-map": "^0.5.0"
"source-map": "^0.6.1"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -45,7 +45,7 @@ __metadata:
make-dir: ^2.1.0
rimraf: ^3.0.0
slash: ^2.0.0
source-map: ^0.5.0
source-map: ^0.6.1
peerDependencies:
"@babel/core": ^7.0.0-0
dependenciesMeta:
Expand Down Expand Up @@ -145,7 +145,7 @@ __metadata:
lodash: ^4.17.19
resolve: ^1.3.2
semver: ^5.4.1
source-map: ^0.5.0
source-map: ^0.6.1
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -261,7 +261,7 @@ __metadata:
"@babel/parser": "workspace:^7.11.4"
"@babel/types": "workspace:^7.11.0"
jsesc: ^2.5.1
source-map: ^0.5.0
source-map: ^0.6.1
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -777,7 +777,7 @@ __metadata:
lodash: ^4.17.19
quick-lru: 5.1.0
resolve: ^1.3.2
source-map: ^0.5.0
source-map: ^0.6.1
languageName: unknown
linkType: soft

Expand Down

0 comments on commit d5bcc08

Please sign in to comment.