From 1cc52afc420aea66d4b15ef063ae522ee9c6c65f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Sep 2022 14:13:17 +0000 Subject: [PATCH] Bump ace-builds from 1.8.1 to 1.10.1 in /awx/ui Bumps [ace-builds](https://github.com/ajaxorg/ace-builds) from 1.8.1 to 1.10.1. - [Release notes](https://github.com/ajaxorg/ace-builds/releases) - [Changelog](https://github.com/ajaxorg/ace-builds/blob/master/CHANGELOG.md) - [Commits](https://github.com/ajaxorg/ace-builds/compare/v1.8.1...v1.10.1) --- updated-dependencies: - dependency-name: ace-builds dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- awx/ui/package-lock.json | 14 +++++++------- awx/ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/awx/ui/package-lock.json b/awx/ui/package-lock.json index 71cde26999..16eafab484 100644 --- a/awx/ui/package-lock.json +++ b/awx/ui/package-lock.json @@ -11,7 +11,7 @@ "@patternfly/react-core": "^4.221.3", "@patternfly/react-icons": "4.75.1", "@patternfly/react-table": "4.100.8", - "ace-builds": "^1.8.1", + "ace-builds": "^1.10.1", "ansi-to-html": "0.7.2", "axios": "0.27.2", "codemirror": "^6.0.1", @@ -5267,9 +5267,9 @@ } }, "node_modules/ace-builds": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.8.1.tgz", - "integrity": "sha512-wjEQ4khMQYg9FfdEDoOtqdoHwcwFL48H0VB3te5b5A3eqHwxsTw8IX6+xzfisgborIb8dYU+1y9tcmtGFrCPIg==" + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.10.1.tgz", + "integrity": "sha512-w8Xj6lZUtOYAquVYvdpZhb0GxXrZ+qpVfgj5LP2FwUbXE8fPrCmfu86FjwOiSphx/8PMbXXVldFLD2+RIXayyA==" }, "node_modules/acorn": { "version": "7.4.1", @@ -26337,9 +26337,9 @@ } }, "ace-builds": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.8.1.tgz", - "integrity": "sha512-wjEQ4khMQYg9FfdEDoOtqdoHwcwFL48H0VB3te5b5A3eqHwxsTw8IX6+xzfisgborIb8dYU+1y9tcmtGFrCPIg==" + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.10.1.tgz", + "integrity": "sha512-w8Xj6lZUtOYAquVYvdpZhb0GxXrZ+qpVfgj5LP2FwUbXE8fPrCmfu86FjwOiSphx/8PMbXXVldFLD2+RIXayyA==" }, "acorn": { "version": "7.4.1", diff --git a/awx/ui/package.json b/awx/ui/package.json index 0975cd5fab..3357793179 100644 --- a/awx/ui/package.json +++ b/awx/ui/package.json @@ -11,7 +11,7 @@ "@patternfly/react-core": "^4.221.3", "@patternfly/react-icons": "4.75.1", "@patternfly/react-table": "4.100.8", - "ace-builds": "^1.8.1", + "ace-builds": "^1.10.1", "ansi-to-html": "0.7.2", "axios": "0.27.2", "codemirror": "^6.0.1",