From 077c04b482a2dd7459c6bb258831a3d700deef09 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 1 Jul 2023 22:44:54 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20(lite-note)=20upgrade=20no?= =?UTF-8?q?t=20sensible=20deps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ccc613d..d1bc761 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ "@octokit/rest": "^18.12.0", "@toycode/markdown-it-class": "^1.2.4", "@vueuse/core": "^7.2.2", - "bulma": "^0.9.3", - "core-js": "^3.19.3", - "date-fns": "^2.27.0", + "bulma": "^0.9.4", + "core-js": "^3.31.0", + "date-fns": "^2.30.0", "markdown-it": "^12.3.0", "markdown-it-block-embed": "^0.0.3", "markdown-it-checkbox": "^1.1.0", @@ -28,8 +28,8 @@ "pouchdb-adapter-indexeddb": "^7.2.2", "pouchdb-browser": "^7.2.2", "register-service-worker": "^1.7.2", - "retrobus": "^1.8.0", - "sanitize-html": "^2.6.1", + "retrobus": "^1.9.1", + "sanitize-html": "^2.11.0", "vue": "^3.2.24", "vue-i18n": "^9.0.0", "vue-router": "^4.0.0-rc.2",