From 7b3c6ef5a78f6ef5c59a207cded76a0225472e57 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Mar 2020 02:01:12 +0000 Subject: [PATCH] fix: upgrade datastar from 1.0.0 to 1.7.0 Snyk has created this PR to upgrade datastar from 1.0.0 to 1.7.0. See this package in NPM: https://www.npmjs.com/package/datastar See this project in Snyk: https://app.snyk.io/org/godaddy/project/262b12a1-c184-4432-9d6b-901d7d5d1821?utm_source=github&utm_medium=upgrade-pr --- examples/music/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/music/package.json b/examples/music/package.json index a7b389f..d4ecfb9 100644 --- a/examples/music/package.json +++ b/examples/music/package.json @@ -4,7 +4,7 @@ "description": "", "main": "index.js", "dependencies": { - "datastar": "~1.0.0", + "datastar": "~1.7.0", "stringify-stream": "~1.0.5" }, "scripts": {