From 7e6fdfe8ef7a23993e487b52f488dc725309e556 Mon Sep 17 00:00:00 2001 From: Mike Cohen Date: Fri, 8 Sep 2023 17:18:04 +1000 Subject: [PATCH] [Snyk] Upgrade ace-builds from 1.24.0 to 1.24.1 (#2932) 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.24.0 to 1.24.1.

: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 **1 version** ahead of your current version. - The recommended version was released **24 days ago**, on 2023-08-15.
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 dc694b7c671..7fc78903c0b 100644 --- a/gui/velociraptor/package-lock.json +++ b/gui/velociraptor/package-lock.json @@ -16,7 +16,7 @@ "@fortawesome/free-solid-svg-icons": "^6.4.2", "@fortawesome/react-fontawesome": "0.2.0", "@popperjs/core": "^2.11.8", - "ace-builds": "^1.24.0", + "ace-builds": "^1.24.1", "axios": ">=1.4.0", "axios-retry": "3.6.0", "bootstrap": "^4.6.2", @@ -1792,9 +1792,9 @@ "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" }, "node_modules/ace-builds": { - "version": "1.24.0", - "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.24.0.tgz", - "integrity": "sha512-PdM2yG0zK4KBndvZw0Nc0wRLv/U0/HVVzyC9GpZNgsAaNokbcFQYtMIl3lLtkAxXa+fuePyEaFySNQej+WYEFg==" + "version": "1.24.1", + "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.24.1.tgz", + "integrity": "sha512-TLcxMxiTRX5Eq9bBVSd/bTJlanCBULiv/IULLohJDDaCAfcpZKJBVSd4OWfN/j2c2jCLc+jhpNWGELiJZw3wPw==" }, "node_modules/acorn": { "version": "8.8.2", @@ -12324,9 +12324,9 @@ "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" }, "ace-builds": { - "version": "1.24.0", - "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.24.0.tgz", - "integrity": "sha512-PdM2yG0zK4KBndvZw0Nc0wRLv/U0/HVVzyC9GpZNgsAaNokbcFQYtMIl3lLtkAxXa+fuePyEaFySNQej+WYEFg==" + "version": "1.24.1", + "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.24.1.tgz", + "integrity": "sha512-TLcxMxiTRX5Eq9bBVSd/bTJlanCBULiv/IULLohJDDaCAfcpZKJBVSd4OWfN/j2c2jCLc+jhpNWGELiJZw3wPw==" }, "acorn": { "version": "8.8.2", diff --git a/gui/velociraptor/package.json b/gui/velociraptor/package.json index 7186d8ba918..d7c733f3a71 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.8", "axios": ">=1.4.0", - "ace-builds": "1.24.0", + "ace-builds": "1.24.1", "axios-retry": "3.6.0", "bootstrap": "^4.6.2", "classnames": "^2.3.2",