Skip to content

Commit 7b3239d

Browse files
build(deps-dev): Bump @babel/runtime from 7.23.9 to 7.26.10 (#1598)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 88f6fc8 commit 7b3239d

File tree

3 files changed

+33
-15
lines changed

3 files changed

+33
-15
lines changed

packages/integration-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@babel/plugin-transform-modules-commonjs": "7.23.3",
4747
"@babel/plugin-transform-runtime": "7.23.3",
4848
"@babel/preset-env": "7.23.3",
49-
"@babel/runtime": "7.23.9",
49+
"@babel/runtime": "7.26.10",
5050
"@lit-protocol/lit-node-client": "7.0.5",
5151
"@requestnetwork/advanced-logic": "0.53.0",
5252
"@requestnetwork/currency": "0.27.0",

packages/request-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@babel/plugin-transform-modules-commonjs": "7.23.3",
7474
"@babel/plugin-transform-runtime": "7.23.3",
7575
"@babel/preset-env": "7.23.3",
76-
"@babel/runtime": "7.23.9",
76+
"@babel/runtime": "7.26.10",
7777
"@types/cors": "2.8.9",
7878
"@types/express": "4.17.17",
7979
"@types/jest": "29.5.6",

yarn.lock

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1532,21 +1532,14 @@
15321532
"@babel/types" "^7.4.4"
15331533
esutils "^2.0.2"
15341534

1535-
1536-
version "7.23.9"
1537-
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.9.tgz"
1538-
integrity sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw==
1539-
dependencies:
1540-
regenerator-runtime "^0.14.0"
1541-
1542-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4":
1535+
15431536
version "7.26.10"
1544-
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.10.tgz"
1537+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.10.tgz#a07b4d8fa27af131a633d7b3524db803eb4764c2"
15451538
integrity sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==
15461539
dependencies:
15471540
regenerator-runtime "^0.14.0"
15481541

1549-
"@babel/runtime@^7.8.4":
1542+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.8.4":
15501543
version "7.27.0"
15511544
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.0.tgz"
15521545
integrity sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==
@@ -23657,7 +23650,7 @@ string-length@^4.0.1:
2365723650
char-regex "^1.0.2"
2365823651
strip-ansi "^6.0.0"
2365923652

23660-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
23653+
"string-width-cjs@npm:string-width@^4.2.0":
2366123654
version "4.2.3"
2366223655
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
2366323656
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -23675,6 +23668,15 @@ string-width@^1.0.1:
2367523668
is-fullwidth-code-point "^1.0.0"
2367623669
strip-ansi "^3.0.0"
2367723670

23671+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
23672+
version "4.2.3"
23673+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
23674+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
23675+
dependencies:
23676+
emoji-regex "^8.0.0"
23677+
is-fullwidth-code-point "^3.0.0"
23678+
strip-ansi "^6.0.1"
23679+
2367823680
string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1:
2367923681
version "2.1.1"
2368023682
resolved "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz"
@@ -23809,7 +23811,7 @@ stringify-object@^3.3.0:
2380923811
is-obj "^1.0.1"
2381023812
is-regexp "^1.0.0"
2381123813

23812-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.1:
23814+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
2381323815
version "6.0.1"
2381423816
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
2381523817
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -23844,6 +23846,13 @@ strip-ansi@^6.0.0:
2384423846
dependencies:
2384523847
ansi-regex "^5.0.0"
2384623848

23849+
strip-ansi@^6.0.1:
23850+
version "6.0.1"
23851+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
23852+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
23853+
dependencies:
23854+
ansi-regex "^5.0.1"
23855+
2384723856
strip-ansi@^7.0.1:
2384823857
version "7.1.0"
2384923858
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz"
@@ -27037,7 +27046,7 @@ [email protected]:
2703727046
resolved "https://registry.npmjs.org/workerpool/-/workerpool-6.2.1.tgz"
2703827047
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
2703927048

27040-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
27049+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
2704127050
version "7.0.0"
2704227051
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
2704327052
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -27072,6 +27081,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
2707227081
string-width "^4.1.0"
2707327082
strip-ansi "^6.0.0"
2707427083

27084+
wrap-ansi@^7.0.0:
27085+
version "7.0.0"
27086+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
27087+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
27088+
dependencies:
27089+
ansi-styles "^4.0.0"
27090+
string-width "^4.1.0"
27091+
strip-ansi "^6.0.0"
27092+
2707527093
wrap-ansi@^8.1.0:
2707627094
version "8.1.0"
2707727095
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"

0 commit comments

Comments
 (0)