diff --git a/awx/ui/package-lock.json b/awx/ui/package-lock.json index db3110e7af..d201372670 100644 --- a/awx/ui/package-lock.json +++ b/awx/ui/package-lock.json @@ -11,7 +11,7 @@ "@patternfly/react-core": "^4.264.0", "@patternfly/react-icons": "4.92.10", "@patternfly/react-table": "4.108.0", - "ace-builds": "^1.10.1", + "ace-builds": "^1.15.2", "ansi-to-html": "0.7.2", "axios": "0.27.2", "codemirror": "^6.0.1", @@ -5542,9 +5542,9 @@ } }, "node_modules/ace-builds": { - "version": "1.10.1", - "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.10.1.tgz", - "integrity": "sha512-w8Xj6lZUtOYAquVYvdpZhb0GxXrZ+qpVfgj5LP2FwUbXE8fPrCmfu86FjwOiSphx/8PMbXXVldFLD2+RIXayyA==" + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.15.2.tgz", + "integrity": "sha512-ANXWnANcB4XgC9tyCtG8EXjeDdDY6iJuPQs+pDiZF/2chQMU7LTOBgw9xJdeRzRyNX5+KGZKwgB80XyY2n5QvA==" }, "node_modules/acorn": { "version": "7.4.1", @@ -26749,9 +26749,9 @@ } }, "ace-builds": { - "version": "1.10.1", - "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.10.1.tgz", - "integrity": "sha512-w8Xj6lZUtOYAquVYvdpZhb0GxXrZ+qpVfgj5LP2FwUbXE8fPrCmfu86FjwOiSphx/8PMbXXVldFLD2+RIXayyA==" + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.15.2.tgz", + "integrity": "sha512-ANXWnANcB4XgC9tyCtG8EXjeDdDY6iJuPQs+pDiZF/2chQMU7LTOBgw9xJdeRzRyNX5+KGZKwgB80XyY2n5QvA==" }, "acorn": { "version": "7.4.1", diff --git a/awx/ui/package.json b/awx/ui/package.json index c729e16e7d..3e63f1b1e3 100644 --- a/awx/ui/package.json +++ b/awx/ui/package.json @@ -11,7 +11,7 @@ "@patternfly/react-core": "^4.264.0", "@patternfly/react-icons": "4.92.10", "@patternfly/react-table": "4.108.0", - "ace-builds": "^1.10.1", + "ace-builds": "^1.15.2", "ansi-to-html": "0.7.2", "axios": "0.27.2", "codemirror": "^6.0.1",