Skip to content

Commit 09a097a

Browse files
chore(deps-dev): bump @types/source-map from 0.5.2 to 0.5.7 in /studio
Bumps [@types/source-map](https://github.com/mozilla/source-map) from 0.5.2 to 0.5.7. - [Release notes](https://github.com/mozilla/source-map/releases) - [Changelog](https://github.com/mozilla/source-map/blob/master/CHANGELOG.md) - [Commits](mozilla/source-map@0.5.2...0.5.7) --- updated-dependencies: - dependency-name: "@types/source-map" dependency-version: 0.5.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 474134a commit 09a097a

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@types/jquery": "^3.5.33",
8080
"@types/node": "^7.10.14",
8181
"@types/selenium-webdriver": "^2.53.53",
82-
"@types/source-map": "^0.5.2",
82+
"@types/source-map": "^0.5.7",
8383
"@types/uglify-js": "^2.6.37",
8484
"@types/webpack": "^3.8.17",
8585
"angular2-router-loader": "^0.3.5",

studio/yarn.lock

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,12 @@
304304
dependencies:
305305
"@types/node" "*"
306306

307-
"@types/source-map@^0.5.2":
308-
version "0.5.2"
309-
resolved "https://registry.yarnpkg.com/@types/source-map/-/source-map-0.5.2.tgz#973459e744cc7445c85b97f770275b479b138e08"
307+
"@types/source-map@^0.5.7":
308+
version "0.5.7"
309+
resolved "https://registry.yarnpkg.com/@types/source-map/-/source-map-0.5.7.tgz#165eeb583c1ef00196fe4ef4da5d7832b03b275b"
310+
integrity sha512-LrnsgZIfJaysFkv9rRJp4/uAyqw87oVed3s1hhF83nwbo9c7MG9g5DqR0seHP+lkX4ldmMrVolPjQSe2ZfD0yA==
311+
dependencies:
312+
source-map "*"
310313

311314
"@types/tapable@^0":
312315
version "0.2.9"
@@ -6028,6 +6031,11 @@ source-map-url@^0.4.0:
60286031
version "0.4.0"
60296032
resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3"
60306033

6034+
source-map@*:
6035+
version "0.7.6"
6036+
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.6.tgz#a3658ab87e5b6429c8a1f3ba0083d4c61ca3ef02"
6037+
integrity sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==
6038+
60316039
source-map@0.5.6:
60326040
version "0.5.6"
60336041
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.6.tgz#75ce38f52bf0733c5a7f0c118d81334a2bb5f412"

0 commit comments

Comments
 (0)