From 21a28c85d8c82788265473f605bd868c10e4600c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 01:55:28 +0000 Subject: [PATCH] Bump react-ace from 10.1.0 to 11.0.1 Bumps [react-ace](https://github.com/securingsincity/react-ace) from 10.1.0 to 11.0.1. - [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...v11.0.1) --- updated-dependencies: - dependency-name: react-ace dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index b4aaeda..5db94bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "match-sorter": "^6.3.4", "npm": "^10.7.0", "react": "^18.2.0", - "react-ace": "^10.1.0", + "react-ace": "^11.0.1", "react-dom": "^18.3.1", "react-router-dom": "^6.22.3", "react-scroll": "^1.9.0", @@ -5704,9 +5704,9 @@ } }, "node_modules/ace-builds": { - "version": "1.32.7", - "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.32.7.tgz", - "integrity": "sha512-ziv35kaYELFw4suWlotz/Xsl1/1LhWAbwFoD3zIgCgP9gXGECEsAM4GhiB0T0xZdmQjyv6hmAzO280g0+n4vGw==" + "version": "1.33.1", + "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.33.1.tgz", + "integrity": "sha512-pj5mcXV1n3s86UI4SWUt8X0ltN8cTaYcvF76cSmvy5i2ZDtXX9KkjVcYTGkCV7ox6VUrzqHByeqH0xRsMjXi4g==" }, "node_modules/acorn": { "version": "8.11.3", @@ -19071,15 +19071,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": "11.0.1", + "resolved": "https://registry.npmjs.org/react-ace/-/react-ace-11.0.1.tgz", + "integrity": "sha512-ulk2851Fx2j59AAahZHTe7rmQ5bITW1xytskAt11F8dv3rPLtdwBXCyT2qSbRnJvOq8UpuAhWO4/JhKGqQBEDA==", "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", diff --git a/package.json b/package.json index 6359586..e91df34 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "match-sorter": "^6.3.4", "npm": "^10.7.0", "react": "^18.2.0", - "react-ace": "^10.1.0", + "react-ace": "^11.0.1", "react-dom": "^18.3.1", "react-router-dom": "^6.22.3", "react-scroll": "^1.9.0",