From 04fe61bf945a3356165c08f79e4c05059f5cd1a1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2020 05:54:04 +0000 Subject: [PATCH] chore(deps): bump ace-builds from 1.4.8 to 1.4.9 Bumps [ace-builds](https://github.com/ajaxorg/ace-builds) from 1.4.8 to 1.4.9. - [Release notes](https://github.com/ajaxorg/ace-builds/releases) - [Changelog](https://github.com/ajaxorg/ace-builds/blob/master/ChangeLog.txt) - [Commits](https://github.com/ajaxorg/ace-builds/compare/v1.4.8...v1.4.9) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e96db608..ab7bdcc8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2734,9 +2734,9 @@ } }, "ace-builds": { - "version": "1.4.8", - "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.4.8.tgz", - "integrity": "sha512-8ZVAxwyCGAxQX8mOp9imSXH0hoSPkGfy8igJy+WO/7axL30saRhKgg1XPACSmxxPA7nfHVwM+ShWXT+vKsNuFg==" + "version": "1.4.9", + "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.4.9.tgz", + "integrity": "sha512-6I+uUDsj9AKu45VgJvloplr2DtGXRxsXNfdV9TypDkDi9MBiIV+oRNFJAf0g1b42Er3fgaVzMbLBxCeJQYNtSA==" }, "acorn": { "version": "6.4.1", diff --git a/package.json b/package.json index 241caee92..f1be14403 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@nuxtjs/robots": "^2.4.2", "@nuxtjs/sitemap": "^2.1.0", "@nuxtjs/toast": "^3.3.0", - "ace-builds": "^1.4.8", + "ace-builds": "^1.4.9", "firebase": "^7.13.1", "graphql": "^14.6.0", "graphql-language-service-interface": "^2.3.3",