From 14c698e1244058092ffe5ca146fd78c214cf3a13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2020 01:20:27 +0000 Subject: [PATCH] Bump serialize-javascript from 2.1.2 to 4.0.0 Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) from 2.1.2 to 4.0.0. - [Release notes](https://github.com/yahoo/serialize-javascript/releases) - [Commits](https://github.com/yahoo/serialize-javascript/compare/v2.1.2...v4.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7225767..c70b6dd 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "dependencies": { "babel-loader": "^8.0.6", - "serialize-javascript": "^2.1.2", + "serialize-javascript": "^4.0.0", "vue": "^2.6.10" } }