From 6574b4d421a1e6e60a87c75cbe23bce6ac9f0d08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 03:05:12 +0000 Subject: [PATCH] Bump react-ace from 10.1.0 to 12.0.0 in /src Bumps [react-ace](https://github.com/securingsincity/react-ace) from 10.1.0 to 12.0.0. - [Release notes](https://github.com/securingsincity/react-ace/releases) - [Changelog](https://github.com/securingsincity/react-ace/blob/main/CHANGELOG.md) - [Commits](https://github.com/securingsincity/react-ace/compare/v10.1.0...v12.0.0) --- updated-dependencies: - dependency-name: react-ace dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/package-lock.json | 34 +++++++++++++++++----------------- src/package.json | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/package-lock.json b/src/package-lock.json index 0224bb4d..4c7a7f47 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -17,7 +17,7 @@ "babel-eslint": "^10.1.0", "notistack": "^3.0.1", "react": "^18.2.0", - "react-ace": "^10.1.0", + "react-ace": "^12.0.0", "react-dom": "^18.2.0", "react-icons": "^5.0.1", "react-scripts": "^5.0.1", @@ -4845,9 +4845,9 @@ } }, "node_modules/ace-builds": { - "version": "1.9.5", - "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.9.5.tgz", - "integrity": "sha512-6iVEUPfqiKIGKsA63InrUhRRASmfuGnJCUBzkz/pL1BCPPEjasBp6fBA7mj4ovihICouopYYZaAKYhg6zypAwg==" + "version": "1.35.1", + "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.35.1.tgz", + "integrity": "sha512-WUQMeJVP3K14gPJ5VoFkmwutd2GSa/CZrt8Uvgx/zheVLaLdQI6HjyDW3ZNj/tQGtB+3HpGq9ugzxUausVc15A==" }, "node_modules/acorn": { "version": "8.8.0", @@ -14533,15 +14533,15 @@ } }, "node_modules/react-ace": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/react-ace/-/react-ace-10.1.0.tgz", - "integrity": "sha512-VkvUjZNhdYTuKOKQpMIZi7uzZZVgzCjM7cLYu6F64V0mejY8a2XTyPUIMszC6A4trbeMIHbK5fYFcT/wkP/8VA==", + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/react-ace/-/react-ace-12.0.0.tgz", + "integrity": "sha512-PstU6CSMfYIJknb4su2Fa0WgLXzq2ufQgR6fjcSWuGT1hGTHkBzuKw+SncV8PuLCdSJBJc1VehPhyeXlWByG/g==", "dependencies": { - "ace-builds": "^1.4.14", + "ace-builds": "^1.32.8", "diff-match-patch": "^1.0.5", "lodash.get": "^4.4.2", "lodash.isequal": "^4.5.0", - "prop-types": "^15.7.2" + "prop-types": "^15.8.1" }, "peerDependencies": { "react": "^0.13.0 || ^0.14.0 || ^15.0.1 || ^16.0.0 || ^17.0.0 || ^18.0.0", @@ -20910,9 +20910,9 @@ } }, "ace-builds": { - "version": "1.9.5", - "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.9.5.tgz", - "integrity": "sha512-6iVEUPfqiKIGKsA63InrUhRRASmfuGnJCUBzkz/pL1BCPPEjasBp6fBA7mj4ovihICouopYYZaAKYhg6zypAwg==" + "version": "1.35.1", + "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.35.1.tgz", + "integrity": "sha512-WUQMeJVP3K14gPJ5VoFkmwutd2GSa/CZrt8Uvgx/zheVLaLdQI6HjyDW3ZNj/tQGtB+3HpGq9ugzxUausVc15A==" }, "acorn": { "version": "8.8.0", @@ -27794,15 +27794,15 @@ } }, "react-ace": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/react-ace/-/react-ace-10.1.0.tgz", - "integrity": "sha512-VkvUjZNhdYTuKOKQpMIZi7uzZZVgzCjM7cLYu6F64V0mejY8a2XTyPUIMszC6A4trbeMIHbK5fYFcT/wkP/8VA==", + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/react-ace/-/react-ace-12.0.0.tgz", + "integrity": "sha512-PstU6CSMfYIJknb4su2Fa0WgLXzq2ufQgR6fjcSWuGT1hGTHkBzuKw+SncV8PuLCdSJBJc1VehPhyeXlWByG/g==", "requires": { - "ace-builds": "^1.4.14", + "ace-builds": "^1.32.8", "diff-match-patch": "^1.0.5", "lodash.get": "^4.4.2", "lodash.isequal": "^4.5.0", - "prop-types": "^15.7.2" + "prop-types": "^15.8.1" } }, "react-app-polyfill": { diff --git a/src/package.json b/src/package.json index 14896aa6..aa0b77bc 100644 --- a/src/package.json +++ b/src/package.json @@ -12,7 +12,7 @@ "@sentry/integrations": "^7.110.0", "notistack": "^3.0.1", "react": "^18.2.0", - "react-ace": "^10.1.0", + "react-ace": "^12.0.0", "react-dom": "^18.2.0", "react-icons": "^5.0.1", "react-scripts": "^5.0.1",