Skip to content

Commit 494267d

Browse files
build(deps-dev): bump codesandbox from 2.1.11 to 2.1.14
Bumps [codesandbox](https://github.com/codesandbox-app/codesandbox-importers) from 2.1.11 to 2.1.14. - [Release notes](https://github.com/codesandbox-app/codesandbox-importers/releases) - [Commits](codesandbox/codesandbox-importers@v2.1.11...v2.1.14) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent d55561e commit 494267d

File tree

1 file changed

+26
-21
lines changed

1 file changed

+26
-21
lines changed

yarn.lock

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2959,13 +2959,13 @@ aws4@^1.8.0:
29592959
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f"
29602960
integrity sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==
29612961

2962-
axios@^0.16.2:
2963-
version "0.16.2"
2964-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.16.2.tgz#ba4f92f17167dfbab40983785454b9ac149c3c6d"
2965-
integrity sha1-uk+S8XFn37q0CYN4VFS5rBScPG0=
2962+
axios@^0.18.1:
2963+
version "0.18.1"
2964+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.1.tgz#ff3f0de2e7b5d180e757ad98000f1081b87bcea3"
2965+
integrity sha512-0BfJq4NSfQXd+SkFdrvFbG7addhYSBA2mQwISr46pD6E5iqkWg02RAs8vyTT/j0RTnoYmeXauBuSv1qKwR179g==
29662966
dependencies:
2967-
follow-redirects "^1.2.3"
2968-
is-buffer "^1.1.5"
2967+
follow-redirects "1.5.10"
2968+
is-buffer "^2.0.2"
29692969

29702970
axobject-query@^2.0.2:
29712971
version "2.0.2"
@@ -4150,24 +4150,24 @@ codesandbox-import-util-types@^2.1.9:
41504150
resolved "https://registry.yarnpkg.com/codesandbox-import-util-types/-/codesandbox-import-util-types-2.1.9.tgz#24ba5ec3d966f51f18b78c48d32e6411da90aa74"
41514151
integrity sha512-Vc4qh+neVfHtS3RG+7wvaErMoEKdNTnLFnyj4Dcbn3NV7v9nlPj/z6MGhHp9S+vAjegWorFzxg9lKB1WGHTt5Q==
41524152

4153-
codesandbox-import-utils@^2.1.11:
4154-
version "2.1.11"
4155-
resolved "https://registry.yarnpkg.com/codesandbox-import-utils/-/codesandbox-import-utils-2.1.11.tgz#171ce53a77b8dcd196fdcfaf0f6bc52b1206444a"
4156-
integrity sha512-vkA0drdzO2ArMUzl8/AhEuzaW6qX3ic1SXPmruVS7bo/3K1P8H+S9CbuUNPo67X54/LzHwMnAZgZMXwN8vrw7Q==
4153+
codesandbox-import-utils@^2.1.14:
4154+
version "2.1.14"
4155+
resolved "https://registry.yarnpkg.com/codesandbox-import-utils/-/codesandbox-import-utils-2.1.14.tgz#b8222d95208048173ddc754f00618dde5e892eda"
4156+
integrity sha512-IOV1lk/hEnp6KV4uuHvfjrdIbYSVx11WXr75ABjHPuBh117AgKEbujTduoAChDuEofevV6GwlIyl32EBNECE1Q==
41574157
dependencies:
41584158
codesandbox-import-util-types "^2.1.9"
41594159
istextorbinary "^2.2.1"
41604160
lz-string "^1.4.4"
41614161

41624162
codesandbox@~2.1.10:
4163-
version "2.1.11"
4164-
resolved "https://registry.yarnpkg.com/codesandbox/-/codesandbox-2.1.11.tgz#3c37ca56f6feea37e282c275a91c805f7b4f9f90"
4165-
integrity sha512-ACUBMNk6Ppuu5KpQh0eqs5LePOPXeIW1bKtNNWzbJfybzbpr3F236BHPReRqYqMO8DXHlf370gAlknX/Z48oCQ==
4163+
version "2.1.14"
4164+
resolved "https://registry.yarnpkg.com/codesandbox/-/codesandbox-2.1.14.tgz#63a61773f20038af29107a3d2921e576016250fe"
4165+
integrity sha512-aVOFvUXvsX+a+oTZ7c+mHdWoo3L/C96SDL6iBMOBFB7a0TjjKM03aVmFgrssGdd1cAGCagolGe0zii6EwMS5hQ==
41664166
dependencies:
4167-
axios "^0.16.2"
4167+
axios "^0.18.1"
41684168
chalk "^2.4.1"
41694169
codesandbox-import-util-types "^2.1.9"
4170-
codesandbox-import-utils "^2.1.11"
4170+
codesandbox-import-utils "^2.1.14"
41714171
commander "^2.9.0"
41724172
datauri "^1.1.0"
41734173
filesize "^3.6.1"
@@ -5039,7 +5039,7 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.9:
50395039
dependencies:
50405040
ms "2.0.0"
50415041

5042-
debug@3.1.0:
5042+
debug@3.1.0, debug@=3.1.0:
50435043
version "3.1.0"
50445044
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
50455045
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
@@ -6473,12 +6473,12 @@ focus-lock@^0.6.6:
64736473
resolved "https://registry.yarnpkg.com/focus-lock/-/focus-lock-0.6.6.tgz#98119a755a38cfdbeda0280eaa77e307eee850c7"
64746474
integrity sha512-Dx69IXGCq1qsUExWuG+5wkiMqVM/zGx/reXSJSLogECwp3x6KeNQZ+NAetgxEFpnC41rD8U3+jRCW68+LNzdtw==
64756475

6476-
follow-redirects@^1.2.3:
6477-
version "1.9.0"
6478-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.9.0.tgz#8d5bcdc65b7108fe1508649c79c12d732dcedb4f"
6479-
integrity sha512-CRcPzsSIbXyVDl0QI01muNDu69S8trU4jArW9LpOt2WtC6LyUJetcIrmfHsRBx7/Jb6GHJUiuqyYxPooFfNt6A==
6476+
follow-redirects@1.5.10:
6477+
version "1.5.10"
6478+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
6479+
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
64806480
dependencies:
6481-
debug "^3.0.0"
6481+
debug "=3.1.0"
64826482

64836483
for-in@^0.1.3:
64846484
version "0.1.8"
@@ -7743,6 +7743,11 @@ is-buffer@^1.0.2, is-buffer@^1.1.5:
77437743
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
77447744
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
77457745

7746+
is-buffer@^2.0.2:
7747+
version "2.0.4"
7748+
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.4.tgz#3e572f23c8411a5cfd9557c849e3665e0b290623"
7749+
integrity sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A==
7750+
77467751
is-callable@^1.1.4:
77477752
version "1.1.4"
77487753
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"

0 commit comments

Comments
 (0)