From 83de325a9435bb5e9e0cabf5fa024597948a3290 Mon Sep 17 00:00:00 2001 From: renovate Date: Sat, 2 Apr 2022 16:39:13 +0000 Subject: [PATCH] fix(deps): pin dependencies (#1760) Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1760 Co-authored-by: renovate Co-committed-by: renovate --- package.json | 4 ++-- yarn.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 53fd5f0a2..a906b3379 100644 --- a/package.json +++ b/package.json @@ -23,11 +23,11 @@ "@sentry/tracing": "6.19.3", "@sentry/vue": "6.19.3", "@types/is-touch-device": "1.0.0", - "@types/sortablejs": "^1.10.7", + "@types/sortablejs": "1.10.7", "@vue/compat": "3.2.31", "@vueuse/core": "8.2.3", "@vueuse/router": "8.2.3", - "blurhash": "^1.1.4", + "blurhash": "1.1.4", "bulma-css-variables": "0.9.33", "camel-case": "4.1.2", "codemirror": "5.65.2", diff --git a/yarn.lock b/yarn.lock index e1be97b26..75968679f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3024,7 +3024,7 @@ resolved "https://registry.yarnpkg.com/@types/sizzle/-/sizzle-2.3.3.tgz#ff5e2f1902969d305225a047c8a0fd5c915cebef" integrity sha512-JYM8x9EGF163bEyhdJBpR2QX1R5naCJHC8ucJylJ3w9/CVBaskdQ8WqBf8MmQrd1kRvp/a4TS8HJ+bxzR7ZJYQ== -"@types/sortablejs@^1.10.7": +"@types/sortablejs@1.10.7": version "1.10.7" resolved "https://registry.yarnpkg.com/@types/sortablejs/-/sortablejs-1.10.7.tgz#ab9039c85429f0516955ec6dbc0bb20139417b15" integrity sha512-lGCwwgpj8zW/ZmaueoPVSP7nnc9t8VqVWXS+ASX3eoUUENmiazv0rlXyTRludXzuX9ALjPsMqBu85TgJNWbTOg== @@ -4222,7 +4222,7 @@ blueimp-md5@^2.10.0: resolved "https://registry.yarnpkg.com/blueimp-md5/-/blueimp-md5-2.19.0.tgz#b53feea5498dcb53dc6ec4b823adb84b729c4af0" integrity sha512-DRQrD6gJyy8FbiE4s+bDoXS9hiW3Vbx5uCdwvcCf3zLHL+Iv7LtGHLpr+GZV8rHG8tK766FGYBwRbu8pELTt+w== -blurhash@^1.1.4: +blurhash@1.1.4: version "1.1.4" resolved "https://registry.yarnpkg.com/blurhash/-/blurhash-1.1.4.tgz#a7010ceb3019cd2c9809b17c910ebf6175d29244" integrity sha512-MXIPz6zwYUKayju+Uidf83KhH0vodZfeRl6Ich8Gu+KGl0JgKiFq9LsfqV7cVU5fKD/AotmduZqvOfrGKOfTaA==