summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2019-01-07 14:43:41 +0000
committerPhil Hughes <me@iamphill.com>2019-01-07 14:43:41 +0000
commit7d6af4d2faaed841018ef78e0a92c6a2abf28a0c (patch)
tree763fc89293e7d6271e30b373c9f86f40db87e9cb
parent75e6561684415b2fffb47a6293ba787c379b84b7 (diff)
downloadgitlab-ce-7d6af4d2faaed841018ef78e0a92c6a2abf28a0c.tar.gz
Update Codesandbox smooshpack library
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53779
-rw-r--r--changelogs/unreleased/update-smooshpack.yml5
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
3 files changed, 10 insertions, 5 deletions
diff --git a/changelogs/unreleased/update-smooshpack.yml b/changelogs/unreleased/update-smooshpack.yml
new file mode 100644
index 00000000000..a9222088d53
--- /dev/null
+++ b/changelogs/unreleased/update-smooshpack.yml
@@ -0,0 +1,5 @@
+---
+title: Upgraded Codesandbox smooshpack package
+merge_request:
+author:
+type: other
diff --git a/package.json b/package.json
index bc7bc0880de..3e375900e9d 100644
--- a/package.json
+++ b/package.json
@@ -89,7 +89,7 @@
"sanitize-html": "^1.16.1",
"select2": "3.5.2-browserify",
"sha1": "^1.1.1",
- "smooshpack": "^0.0.53",
+ "smooshpack": "^0.0.54",
"sortablejs": "^1.7.0",
"sql.js": "^0.4.0",
"stickyfilljs": "^2.0.5",
diff --git a/yarn.lock b/yarn.lock
index 755a14e00e0..29a2b8d8aef 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -8737,10 +8737,10 @@ slugify@^1.3.1:
resolved "https://registry.yarnpkg.com/slugify/-/slugify-1.3.1.tgz#f572127e8535329fbc6c1edb74ab856b61ad7de2"
integrity sha512-6BwyhjF5tG5P8s+0DPNyJmBSBePG6iMyhjvIW5zGdA3tFik9PtK+yNkZgTeiroCRGZYgkHftFA62tGVK1EI9Kw==
-smooshpack@^0.0.53:
- version "0.0.53"
- resolved "https://registry.yarnpkg.com/smooshpack/-/smooshpack-0.0.53.tgz#aa397ca43619912e8ac0aa32012846ff4feaa5e8"
- integrity sha512-FVXvKvZOz5+Tk/zUJ/wxM+ftu1yZtFEmeQl4chCqbzK/reU0L/OdDiYpx+/27Jt2VX09j08oIzwoyQ5fHH4+WQ==
+smooshpack@^0.0.54:
+ version "0.0.54"
+ resolved "https://registry.yarnpkg.com/smooshpack/-/smooshpack-0.0.54.tgz#9044358b85052d348b801f385678c8a0c76f2bb6"
+ integrity sha512-yIwEWb17hqoW5IaWyzO6O6nxY89I5UdRoGIZy5hihoqXP9OYcoMbBTxKwS57MeXSKdNA2rtk86rlCcOgAYIgrA==
dependencies:
codesandbox-api "^0.0.20"
codesandbox-import-utils "^1.2.3"