Skip to content

Commit 783c174

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] <[email protected]>
1 parent 30ceb2b commit 783c174

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

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"
@@ -5986,6 +5989,11 @@ source-map-url@^0.4.0:
59865989
version "0.4.0"
59875990
resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3"
59885991

5992+
source-map@*:
5993+
version "0.7.6"
5994+
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.6.tgz#a3658ab87e5b6429c8a1f3ba0083d4c61ca3ef02"
5995+
integrity sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==
5996+
59895997
59905998
version "0.5.6"
59915999
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.6.tgz#75ce38f52bf0733c5a7f0c118d81334a2bb5f412"

0 commit comments

Comments
 (0)