diff options
author | Lukas Eipert <leipert@gitlab.com> | 2019-07-05 11:35:37 +0000 |
---|---|---|
committer | Lukas Eipert <leipert@gitlab.com> | 2019-07-05 11:35:37 +0000 |
commit | 3b725491a311c762a86c9e5b35014374c13fbe98 (patch) | |
tree | b6dc139ffe3b0d59afca8eb0b223933686f9e97b | |
parent | a522515688eda75c3420fd83b27bee695b708e71 (diff) | |
download | gitlab-ce-3b725491a311c762a86c9e5b35014374c13fbe98.tar.gz |
Update dependency @gitlab/svgs to ^1.67.0
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 47e7dd9c9c9..5b255f55e33 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@babel/plugin-syntax-import-meta": "^7.2.0", "@babel/preset-env": "^7.4.4", "@gitlab/csslab": "^1.9.0", - "@gitlab/svgs": "^1.66.0", + "@gitlab/svgs": "^1.67.0", "@gitlab/ui": "^5.3.2", "apollo-cache-inmemory": "^1.5.1", "apollo-client": "^2.5.1", diff --git a/yarn.lock b/yarn.lock index b76eba830b1..825a1785c3e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -700,10 +700,10 @@ dependencies: requireindex "~1.1.0" -"@gitlab/svgs@^1.66.0": - version "1.66.0" - resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-1.66.0.tgz#3c02da455421ea241f32e915671842435df027ff" - integrity sha512-nxOoQPnofMs3BjRr3SVzQcclM0G6QFrLM8L4nnUCN+8Gxq2u8ukfSU5FCrkivXz+FP9Qo/FYilWV7CY8kDkt6A== +"@gitlab/svgs@^1.67.0": + version "1.67.0" + resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-1.67.0.tgz#c7b94eca13b99fd3aaa737fb6dcc0abc41d3c579" + integrity sha512-hJOmWEs6RkjzyKkb1vc9wwKGZIBIP0coHkxu/KgOoxhBVudpGk4CH7xJ6UuB2TKpb0SEh5CC1CzRZfBYaFhsaA== "@gitlab/ui@^5.3.2": version "5.3.2" |