Skip to content

Commit 6cf7134

Browse files
authored
bumped babel and axios versions (#1023)
Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
1 parent b6c4770 commit 6cf7134

File tree

3 files changed

+37
-15
lines changed

3 files changed

+37
-15
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,10 @@
5454
"@sideway/formula": "^3.0.1",
5555
"semver": "^5.7.2",
5656
"browserify-sign": "^4.2.2",
57-
"axios": "^1.6.1",
57+
"axios": "^1.9.0",
5858
"braces": "^3.0.3",
59-
"micromatch": "^4.0.8"
59+
"micromatch": "^4.0.8",
60+
"**/@babel/runtime": "^7.27.0",
61+
"**/@babel/runtime-corejs3": "^7.27.0"
6062
}
6163
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Version 2.19.2.0 Release Notes
2+
3+
Compatible with OpenSearch Dashboards 2.19.2
4+
5+
6+
### Maintenance
7+
* bumping babel and axios versions ([#1023](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/1023))

yarn.lock

Lines changed: 26 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,20 @@
22
# yarn lockfile v1
33

44

5-
"@babel/runtime@^7.12.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.9.2":
6-
version "7.22.6"
7-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.6.tgz#57d64b9ae3cff1d67eb067ae117dac087f5bd438"
8-
integrity sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ==
5+
"@babel/runtime-corejs3@^7.27.0":
6+
version "7.27.0"
7+
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.27.0.tgz#c766df350ec7a2caf3ed64e3659b100954589413"
8+
integrity sha512-UWjX6t+v+0ckwZ50Y5ShZLnlk95pP5MyW/pon9tiYzl3+18pkTHTFNTKr7rQbfRXPkowt2QAn30o1b6oswszew==
99
dependencies:
10-
regenerator-runtime "^0.13.11"
10+
core-js-pure "^3.30.2"
11+
regenerator-runtime "^0.14.0"
12+
13+
"@babel/runtime@^7.12.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.27.0", "@babel/runtime@^7.9.2":
14+
version "7.27.0"
15+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.0.tgz#fbee7cf97c709518ecc1f590984481d5460d4762"
16+
integrity sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==
17+
dependencies:
18+
regenerator-runtime "^0.14.0"
1119

1220
"@nodelib/fs.scandir@2.1.5":
1321
version "2.1.5"
@@ -186,10 +194,10 @@ asynckit@^0.4.0:
186194
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
187195
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
188196

189-
axios@^1.6.1:
190-
version "1.7.7"
191-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.7.tgz#2f554296f9892a72ac8d8e4c5b79c14a91d0a47f"
192-
integrity sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==
197+
axios@^1.9.0:
198+
version "1.9.0"
199+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.9.0.tgz#25534e3b72b54540077d33046f77e3b8d7081901"
200+
integrity sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==
193201
dependencies:
194202
follow-redirects "^1.15.6"
195203
form-data "^4.0.0"
@@ -408,6 +416,11 @@ concat-map@0.0.1:
408416
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
409417
integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
410418

419+
core-js-pure@^3.30.2:
420+
version "3.41.0"
421+
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.41.0.tgz#349fecad168d60807a31e83c99d73d786fe80811"
422+
integrity sha512-71Gzp96T9YPk63aUvE5Q5qP+DryB4ZloUZPSOebGM88VNw8VNfvdA7z6kGA8iGOTEzAomsRidp4jXSmUIJsL+Q==
423+
411424
core-js@^2.4.0, core-js@^2.5.0:
412425
version "2.6.12"
413426
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec"
@@ -1347,10 +1360,10 @@ regenerator-runtime@^0.11.0:
13471360
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
13481361
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
13491362

1350-
regenerator-runtime@^0.13.11:
1351-
version "0.13.11"
1352-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
1353-
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==
1363+
regenerator-runtime@^0.14.0:
1364+
version "0.14.1"
1365+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f"
1366+
integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==
13541367

13551368
reselect@^4.0.0:
13561369
version "4.1.8"

0 commit comments

Comments
 (0)