From be0af2d943fda22f65e04f9d63848d67c853f6f9 Mon Sep 17 00:00:00 2001 From: Mike Cohen Date: Thu, 25 May 2023 09:27:12 +1000 Subject: [PATCH] [Snyk] Upgrade ace-builds from 1.18.0 to 1.19.0 (#2709) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade ace-builds from 1.18.0 to 1.19.0.

:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
- The recommended version is **2 versions** ahead of your current version. - The recommended version was released **21 days ago**, on 2023-05-03.
Release notes
Package name: ace-builds from ace-builds GitHub release notes
Commit messages
Package name: ace-builds Compare

**Note:** *You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.* For more information: 🧐 [View latest project report](https://app.snyk.io/org/scudette/project/76f4d127-566b-42ef-86f4-bdcbc92b90b4?utm_source=github&utm_medium=referral&page=upgrade-pr) 🛠 [Adjust upgrade PR settings](https://app.snyk.io/org/scudette/project/76f4d127-566b-42ef-86f4-bdcbc92b90b4/settings/integration?utm_source=github&utm_medium=referral&page=upgrade-pr) 🔕 [Ignore this dependency or unsubscribe from future upgrade PRs](https://app.snyk.io/org/scudette/project/76f4d127-566b-42ef-86f4-bdcbc92b90b4/settings/integration?pkg=ace-builds&utm_source=github&utm_medium=referral&page=upgrade-pr#auto-dep-upgrades) Co-authored-by: snyk-bot --- gui/velociraptor/package-lock.json | 14 +++++++------- gui/velociraptor/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gui/velociraptor/package-lock.json b/gui/velociraptor/package-lock.json index e161e8e765e..5a9d3d7f8c8 100644 --- a/gui/velociraptor/package-lock.json +++ b/gui/velociraptor/package-lock.json @@ -16,7 +16,7 @@ "@fortawesome/free-solid-svg-icons": "^6.4.0", "@fortawesome/react-fontawesome": "0.2.0", "@popperjs/core": "^2.11.7", - "ace-builds": "1.18.0", + "ace-builds": "^1.19.0", "axios": ">=1.4.0", "axios-retry": "3.4.0", "bootstrap": "^4.6.2", @@ -1794,9 +1794,9 @@ "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" }, "node_modules/ace-builds": { - "version": "1.18.0", - "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.18.0.tgz", - "integrity": "sha512-ETLeQ3X1XvcWckOZFR+KvTectZyEwDm2p+CckWazS+xsK3THHVxn/PkfkPr37OTNKVY/yJRx29JGERV77YQYXw==" + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.19.0.tgz", + "integrity": "sha512-7iRX9MsxyhMUsqfWpWrJVf7dmv0nQcidOQOhzfYLQnNELdVpaqXVWcewfQqEHP+M0RR2TNie0gqoxPSstUc8Ww==" }, "node_modules/acorn": { "version": "8.8.2", @@ -12322,9 +12322,9 @@ "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" }, "ace-builds": { - "version": "1.18.0", - "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.18.0.tgz", - "integrity": "sha512-ETLeQ3X1XvcWckOZFR+KvTectZyEwDm2p+CckWazS+xsK3THHVxn/PkfkPr37OTNKVY/yJRx29JGERV77YQYXw==" + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.19.0.tgz", + "integrity": "sha512-7iRX9MsxyhMUsqfWpWrJVf7dmv0nQcidOQOhzfYLQnNELdVpaqXVWcewfQqEHP+M0RR2TNie0gqoxPSstUc8Ww==" }, "acorn": { "version": "8.8.2", diff --git a/gui/velociraptor/package.json b/gui/velociraptor/package.json index b5095485915..2124c567c93 100644 --- a/gui/velociraptor/package.json +++ b/gui/velociraptor/package.json @@ -13,7 +13,7 @@ "@fortawesome/react-fontawesome": "0.2.0", "@popperjs/core": "^2.11.7", "axios": ">=1.4.0", - "ace-builds": "1.18.0", + "ace-builds": "1.19.0", "axios-retry": "3.4.0", "bootstrap": "^4.6.2", "classnames": "^2.3.2",