From e626b8c326c4fed7aef1c765f4358f05e62ce246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 16:44:34 +0000 Subject: [PATCH] Bump yui in /src/gallery-model-sync-socket/tests/example Bumps [yui](https://github.com/yui/yui3) from 3.5.1 to 3.18.1. - [Release notes](https://github.com/yui/yui3/releases) - [Changelog](https://github.com/yui/yui3/blob/master/HISTORY.md) - [Commits](https://github.com/yui/yui3/compare/v3.5.1...v3.18.1) Signed-off-by: dependabot[bot] --- src/gallery-model-sync-socket/tests/example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallery-model-sync-socket/tests/example/package.json b/src/gallery-model-sync-socket/tests/example/package.json index 7157f81a90..9f9af19c56 100644 --- a/src/gallery-model-sync-socket/tests/example/package.json +++ b/src/gallery-model-sync-socket/tests/example/package.json @@ -14,7 +14,7 @@ "connect" : ">=1.8.0 <2.0.0", "express" : "3.0.0beta4", "uglify-js" : ">=1.2.0 <2.0.0", - "yui" : "3.5.1", + "yui" : "3.18.1", "socket.io" : "0.9.6" } }