Skip to content

Commit 08b28b1

Browse files
chore(deps): bump react-ace from 6.6.0 to 14.0.1 in /web
Bumps [react-ace](https://github.com/securingsincity/react-ace) from 6.6.0 to 14.0.1. - [Release notes](https://github.com/securingsincity/react-ace/releases) - [Changelog](https://github.com/securingsincity/react-ace/blob/main/CHANGELOG.md) - [Commits](securingsincity/react-ace@v6.6.0...v14.0.1) --- updated-dependencies: - dependency-name: react-ace dependency-version: 14.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 547efcc commit 08b28b1

File tree

2 files changed

+16
-25
lines changed

2 files changed

+16
-25
lines changed

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"randomstring": "^1.3.1",
123123
"rc-progress": "^2.5.2",
124124
"react": "^18.3.1",
125-
"react-ace": "^6.2.0",
125+
"react-ace": "^14.0.1",
126126
"react-apexcharts": "^1.7.0",
127127
"react-dom": "^18.3.1",
128128
"react-dropzone": "^4.2.9",

web/yarn.lock

Lines changed: 15 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -963,14 +963,6 @@
963963
"@babel/helper-create-regexp-features-plugin" "^7.27.1"
964964
"@babel/helper-plugin-utils" "^7.27.1"
965965

966-
"@babel/polyfill@^7.4.4":
967-
version "7.12.1"
968-
resolved "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.12.1.tgz"
969-
integrity sha512-X0pi0V6gxLi6lFZpGmeNa4zxtwEmCs42isWLNjZZDE0Y8yVfgu0T2OAHlzBbdYlqbW/YXVvoBHpATEM+goCj8g==
970-
dependencies:
971-
core-js "^2.6.5"
972-
regenerator-runtime "^0.13.4"
973-
974966
"@babel/preset-env@^7.28.3":
975967
version "7.28.3"
976968
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.3.tgz#2b18d9aff9e69643789057ae4b942b1654f88187"
@@ -3763,6 +3755,11 @@ accounting@^0.4.1:
37633755
resolved "https://registry.npmjs.org/accounting/-/accounting-0.4.1.tgz"
37643756
integrity sha1-h91BA+/39EYPHhhvXGd+1s9WaIM=
37653757

3758+
ace-builds@^1.36.3:
3759+
version "1.43.3"
3760+
resolved "https://registry.yarnpkg.com/ace-builds/-/ace-builds-1.43.3.tgz#ca4120fa763827dfd53c2b65a2d6b8c86f531928"
3761+
integrity sha512-MCl9rALmXwIty/4Qboijo/yNysx1r6hBTzG+6n/TiOm5LFhZpEvEIcIITPFiEOEFDfgBOEmxu+a4f54LEFM6Sg==
3762+
37663763
acorn-import-phases@^1.0.3:
37673764
version "1.0.4"
37683765
resolved "https://registry.yarnpkg.com/acorn-import-phases/-/acorn-import-phases-1.0.4.tgz#16eb850ba99a056cb7cbfe872ffb8972e18c8bd7"
@@ -5159,7 +5156,7 @@ core-js-pure@^3.23.3:
51595156
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.26.1.tgz#653f4d7130c427820dcecd3168b594e8bb095a33"
51605157
integrity sha512-VVXcDpp/xJ21KdULRq/lXdLzQAtX7+37LzpyfFM973il0tWSsDEoyzG38G14AjTpK9VTfiNM9jnFauq/CpaWGQ==
51615158

5162-
core-js@^2.4.0, core-js@^2.5.0, core-js@^2.6.5:
5159+
core-js@^2.4.0, core-js@^2.5.0:
51635160
version "2.6.12"
51645161
resolved "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz"
51655162
integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==
@@ -5754,9 +5751,9 @@ didyoumean@^1.2.2:
57545751
resolved "https://registry.yarnpkg.com/didyoumean/-/didyoumean-1.2.2.tgz#989346ffe9e839b4555ecf5666edea0d3e8ad037"
57555752
integrity sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==
57565753

5757-
diff-match-patch@^1.0.4:
5754+
diff-match-patch@^1.0.5:
57585755
version "1.0.5"
5759-
resolved "https://registry.npmjs.org/diff-match-patch/-/diff-match-patch-1.0.5.tgz"
5756+
resolved "https://registry.yarnpkg.com/diff-match-patch/-/diff-match-patch-1.0.5.tgz#abb584d5f10cd1196dfc55aa03701592ae3f7b37"
57605757
integrity sha512-IayShXAgj/QMXgB0IWmKx+rOPuGMhqm5w6jvFxmVenXKIzRqTAAsbBPT3kWQeGANj3jGgvcvv4yK6SxqYmikgw==
57615758

57625759
diff@^5.1.0:
@@ -11548,17 +11545,16 @@ rc@^1.2.8:
1154811545
minimist "^1.2.0"
1154911546
strip-json-comments "~2.0.1"
1155011547

11551-
react-ace@^6.2.0:
11552-
version "6.6.0"
11553-
resolved "https://registry.npmjs.org/react-ace/-/react-ace-6.6.0.tgz"
11554-
integrity sha512-Jehhp8bxa8kqiXk07Jzy+uD5qZMBwo43O+raniGHjdX7Qk93xFkKaAz8LxtUVZPJGlRnV5ODMNj0qHwDSN+PBw==
11548+
react-ace@^14.0.1:
11549+
version "14.0.1"
11550+
resolved "https://registry.yarnpkg.com/react-ace/-/react-ace-14.0.1.tgz#dba5761cee92a1e522be7e7dab7584df7e1aa1c7"
11551+
integrity sha512-z6YAZ20PNf/FqmYEic//G/UK6uw0rn21g58ASgHJHl9rfE4nITQLqthr9rHMVQK4ezwohJbp2dGrZpkq979PYQ==
1155511552
dependencies:
11556-
"@babel/polyfill" "^7.4.4"
11557-
brace "^0.11.1"
11558-
diff-match-patch "^1.0.4"
11553+
ace-builds "^1.36.3"
11554+
diff-match-patch "^1.0.5"
1155911555
lodash.get "^4.4.2"
1156011556
lodash.isequal "^4.5.0"
11561-
prop-types "^15.7.2"
11557+
prop-types "^15.8.1"
1156211558

1156311559
react-apexcharts@^1.7.0:
1156411560
version "1.7.0"
@@ -11923,11 +11919,6 @@ regenerator-runtime@^0.11.0:
1192311919
resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz"
1192411920
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
1192511921

11926-
regenerator-runtime@^0.13.4:
11927-
version "0.13.11"
11928-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
11929-
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==
11930-
1193111922
regexp.prototype.flags@^1.2.0:
1193211923
version "1.4.3"
1193311924
resolved "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz"

0 commit comments

Comments
 (0)