Skip to content

Commit 61c8a06

Browse files
author
Kishore Kumaar Natarajan
committed
Updated Dependencies
Signed-off-by: Kishore Kumaar Natarajan <[email protected]>
1 parent 7ea8294 commit 61c8a06

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"dependencies": {
3131
"object-hash": "^3.0.0",
3232
"plotly.js-dist": "^2.34.0",
33-
"@babel/helpers": "^7.26.10",
34-
"@babel/runtime": "^7.26.10",
35-
"@babel/runtime-corejs3": "^7.26.10"
33+
"@babel/helpers": "^7.22.9",
34+
"@babel/runtime": "^7.22.9",
35+
"@babel/runtime-corejs3": "^7.22.9"
3636
},
3737
"resolutions": {
3838
"@types/react": "^16.9.8",
@@ -49,10 +49,10 @@
4949
"cross-spawn": "7.0.5",
5050
"serialize-javascript": "6.0.2",
5151
"glob-parent": "5.1.2",
52-
"@babel/helpers": "^7.26.10",
53-
"@babel/runtime": "^7.26.10",
54-
"@babel/runtime-corejs3": "^7.26.10"
55-
},
52+
"@babel/helpers": "^7.22.9",
53+
"@babel/runtime": "^7.22.9",
54+
"@babel/runtime-corejs3": "^7.22.9"
55+
},
5656
"devDependencies": {
5757
"@cypress/webpack-preprocessor": "^5.17.1",
5858
"@elastic/elastic-eslint-config-kibana": "link:../../packages/opensearch-eslint-config-opensearch-dashboards",

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72"
110110
integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==
111111

112-
"@babel/helpers@^7.26.10", "@babel/helpers@^7.26.9":
112+
"@babel/helpers@^7.22.9", "@babel/helpers@^7.26.9":
113113
version "7.26.10"
114114
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
115115
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
@@ -236,15 +236,15 @@
236236
dependencies:
237237
"@babel/helper-plugin-utils" "^7.25.9"
238238

239-
"@babel/runtime-corejs3@^7.26.10":
239+
"@babel/runtime-corejs3@^7.22.9":
240240
version "7.26.10"
241241
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.26.10.tgz#5a3185ca2813f8de8ae68622572086edf5cf51f2"
242242
integrity sha512-uITFQYO68pMEYR46AHgQoyBg7KPPJDAbGn4jUTIRgCFJIp88MIBUianVOplhZDEec07bp9zIyr4Kp0FCyQzmWg==
243243
dependencies:
244244
core-js-pure "^3.30.2"
245245
regenerator-runtime "^0.14.0"
246246

247-
"@babel/runtime@^7.12.5", "@babel/runtime@^7.26.10", "@babel/runtime@^7.9.2":
247+
"@babel/runtime@^7.12.5", "@babel/runtime@^7.22.9", "@babel/runtime@^7.9.2":
248248
version "7.26.10"
249249
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.10.tgz#a07b4d8fa27af131a633d7b3524db803eb4764c2"
250250
integrity sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==

0 commit comments

Comments
 (0)