Skip to content

Commit 8dde9eb

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 0a91812 commit 8dde9eb

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
@@ -135,7 +135,7 @@
135135
"randomstring": "^1.3.1",
136136
"rc-progress": "^2.5.2",
137137
"react": "^18.3.1",
138-
"react-ace": "^6.2.0",
138+
"react-ace": "^14.0.1",
139139
"react-apexcharts": "^1.7.0",
140140
"react-dom": "^18.3.1",
141141
"react-dropzone": "^4.2.9",

web/yarn.lock

Lines changed: 15 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -940,14 +940,6 @@
940940
"@babel/helper-create-regexp-features-plugin" "^7.27.1"
941941
"@babel/helper-plugin-utils" "^7.27.1"
942942

943-
"@babel/polyfill@^7.4.4":
944-
version "7.12.1"
945-
resolved "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.12.1.tgz"
946-
integrity sha512-X0pi0V6gxLi6lFZpGmeNa4zxtwEmCs42isWLNjZZDE0Y8yVfgu0T2OAHlzBbdYlqbW/YXVvoBHpATEM+goCj8g==
947-
dependencies:
948-
core-js "^2.6.5"
949-
regenerator-runtime "^0.13.4"
950-
951943
"@babel/preset-env@^7.28.0":
952944
version "7.28.0"
953945
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.0.tgz#d23a6bc17b43227d11db77081a0779c706b5569c"
@@ -3006,6 +2998,11 @@ accounting@^0.4.1:
30062998
resolved "https://registry.npmjs.org/accounting/-/accounting-0.4.1.tgz"
30072999
integrity sha1-h91BA+/39EYPHhhvXGd+1s9WaIM=
30083000

3001+
ace-builds@^1.36.3:
3002+
version "1.43.2"
3003+
resolved "https://registry.yarnpkg.com/ace-builds/-/ace-builds-1.43.2.tgz#86d7d2f40317a547b7dd13ae862821d6b1e63f3e"
3004+
integrity sha512-3wzJUJX0RpMc03jo0V8Q3bSb/cKPnS7Nqqw8fVHsCCHweKMiTIxT3fP46EhjmVy6MCuxwP801ere+RW245phGw==
3005+
30093006
acorn-globals@^7.0.0:
30103007
version "7.0.1"
30113008
resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-7.0.1.tgz#0dbf05c44fa7c94332914c02066d5beff62c40c3"
@@ -4217,7 +4214,7 @@ core-js-pure@^3.23.3:
42174214
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.26.1.tgz#653f4d7130c427820dcecd3168b594e8bb095a33"
42184215
integrity sha512-VVXcDpp/xJ21KdULRq/lXdLzQAtX7+37LzpyfFM973il0tWSsDEoyzG38G14AjTpK9VTfiNM9jnFauq/CpaWGQ==
42194216

4220-
core-js@^2.4.0, core-js@^2.5.0, core-js@^2.6.5:
4217+
core-js@^2.4.0, core-js@^2.5.0:
42214218
version "2.6.12"
42224219
resolved "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz"
42234220
integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==
@@ -4824,9 +4821,9 @@ didyoumean@^1.2.2:
48244821
resolved "https://registry.yarnpkg.com/didyoumean/-/didyoumean-1.2.2.tgz#989346ffe9e839b4555ecf5666edea0d3e8ad037"
48254822
integrity sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==
48264823

4827-
diff-match-patch@^1.0.4:
4824+
diff-match-patch@^1.0.5:
48284825
version "1.0.5"
4829-
resolved "https://registry.npmjs.org/diff-match-patch/-/diff-match-patch-1.0.5.tgz"
4826+
resolved "https://registry.yarnpkg.com/diff-match-patch/-/diff-match-patch-1.0.5.tgz#abb584d5f10cd1196dfc55aa03701592ae3f7b37"
48304827
integrity sha512-IayShXAgj/QMXgB0IWmKx+rOPuGMhqm5w6jvFxmVenXKIzRqTAAsbBPT3kWQeGANj3jGgvcvv4yK6SxqYmikgw==
48314828

48324829
diff-sequences@^29.6.3:
@@ -9605,17 +9602,16 @@ rc-progress@^2.5.2:
96059602
babel-runtime "6.x"
96069603
prop-types "^15.5.8"
96079604

9608-
react-ace@^6.2.0:
9609-
version "6.6.0"
9610-
resolved "https://registry.npmjs.org/react-ace/-/react-ace-6.6.0.tgz"
9611-
integrity sha512-Jehhp8bxa8kqiXk07Jzy+uD5qZMBwo43O+raniGHjdX7Qk93xFkKaAz8LxtUVZPJGlRnV5ODMNj0qHwDSN+PBw==
9605+
react-ace@^14.0.1:
9606+
version "14.0.1"
9607+
resolved "https://registry.yarnpkg.com/react-ace/-/react-ace-14.0.1.tgz#dba5761cee92a1e522be7e7dab7584df7e1aa1c7"
9608+
integrity sha512-z6YAZ20PNf/FqmYEic//G/UK6uw0rn21g58ASgHJHl9rfE4nITQLqthr9rHMVQK4ezwohJbp2dGrZpkq979PYQ==
96129609
dependencies:
9613-
"@babel/polyfill" "^7.4.4"
9614-
brace "^0.11.1"
9615-
diff-match-patch "^1.0.4"
9610+
ace-builds "^1.36.3"
9611+
diff-match-patch "^1.0.5"
96169612
lodash.get "^4.4.2"
96179613
lodash.isequal "^4.5.0"
9618-
prop-types "^15.7.2"
9614+
prop-types "^15.8.1"
96199615

96209616
react-apexcharts@^1.7.0:
96219617
version "1.7.0"
@@ -9947,11 +9943,6 @@ regenerator-runtime@^0.11.0:
99479943
resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz"
99489944
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
99499945

9950-
regenerator-runtime@^0.13.4:
9951-
version "0.13.11"
9952-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
9953-
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==
9954-
99559946
regexp.prototype.flags@^1.2.0:
99569947
version "1.4.3"
99579948
resolved "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz"

0 commit comments

Comments
 (0)