Skip to content

Commit 538fb63

Browse files
authored
Merge pull request #13573 from learningequality/dependabot/npm_and_yarn/babel-jest-30.0.4
Bump babel-jest from 30.0.0 to 30.0.4
2 parents 7b41d6c + dff87e9 commit 538fb63

File tree

2 files changed

+2
-127
lines changed

2 files changed

+2
-127
lines changed

packages/kolibri-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"ast-traverse": "^0.1.1",
3131
"autoprefixer": "10.4.21",
3232
"babel-core": "7.0.0-bridge.0",
33-
"babel-jest": "^30.0.0",
33+
"babel-jest": "^30.0.4",
3434
"babel-loader": "^10.0.0",
3535
"browserslist-config-kolibri": "0.18.0",
3636
"chalk": "4.1.2",

yarn.lock

Lines changed: 1 addition & 126 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,14 +1396,6 @@
13961396
"@jest/types" "30.0.1"
13971397
jest-mock "30.0.2"
13981398

1399-
"@jest/pattern@30.0.0":
1400-
version "30.0.0"
1401-
resolved "https://registry.yarnpkg.com/@jest/pattern/-/pattern-30.0.0.tgz#2d1f04c8b64b31f1bfa71ccb60593a4415d0d452"
1402-
integrity sha512-k+TpEThzLVXMkbdxf8KHjZ83Wl+G54ytVJoDIGWwS96Ql4xyASRjc6SU1hs5jHVql+hpyK9G8N7WuFhLpGHRpQ==
1403-
dependencies:
1404-
"@types/node" "*"
1405-
jest-regex-util "30.0.0"
1406-
14071399
"@jest/pattern@30.0.1":
14081400
version "30.0.1"
14091401
resolved "https://registry.yarnpkg.com/@jest/pattern/-/pattern-30.0.1.tgz#d5304147f49a052900b4b853dedb111d080e199f"
@@ -1441,13 +1433,6 @@
14411433
string-length "^4.0.2"
14421434
v8-to-istanbul "^9.0.1"
14431435

1444-
"@jest/schemas@30.0.0":
1445-
version "30.0.0"
1446-
resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-30.0.0.tgz#427b862696c65ea6f6a138a9221326519877555f"
1447-
integrity sha512-NID2VRyaEkevCRz6badhfqYwri/RvMbiHY81rk3AkK/LaiB0LSxi1RdVZ7MpZdTjNugtZeGfpL0mLs9Kp3MrQw==
1448-
dependencies:
1449-
"@sinclair/typebox" "^0.34.0"
1450-
14511436
"@jest/schemas@30.0.1":
14521437
version "30.0.1"
14531438
resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-30.0.1.tgz#27c00d707d480ece0c19126af97081a1af3bc46e"
@@ -1501,27 +1486,6 @@
15011486
jest-haste-map "30.0.2"
15021487
slash "^3.0.0"
15031488

1504-
"@jest/transform@30.0.0":
1505-
version "30.0.0"
1506-
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-30.0.0.tgz#62702f0d0030c361255b6d84c16fed9b91a1c331"
1507-
integrity sha512-8xhpsCGYJsUjqpJOgLyMkeOSSlhqggFZEWAnZquBsvATtueoEs7CkMRxOUmJliF3E5x+mXmZ7gEEsHank029Og==
1508-
dependencies:
1509-
"@babel/core" "^7.27.4"
1510-
"@jest/types" "30.0.0"
1511-
"@jridgewell/trace-mapping" "^0.3.25"
1512-
babel-plugin-istanbul "^7.0.0"
1513-
chalk "^4.1.2"
1514-
convert-source-map "^2.0.0"
1515-
fast-json-stable-stringify "^2.1.0"
1516-
graceful-fs "^4.2.11"
1517-
jest-haste-map "30.0.0"
1518-
jest-regex-util "30.0.0"
1519-
jest-util "30.0.0"
1520-
micromatch "^4.0.8"
1521-
pirates "^4.0.7"
1522-
slash "^3.0.0"
1523-
write-file-atomic "^5.0.1"
1524-
15251489
"@jest/transform@30.0.4":
15261490
version "30.0.4"
15271491
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-30.0.4.tgz#a06f8c6fc2a04985241b483096f821bafb99cc93"
@@ -1543,19 +1507,6 @@
15431507
slash "^3.0.0"
15441508
write-file-atomic "^5.0.1"
15451509

1546-
"@jest/types@30.0.0":
1547-
version "30.0.0"
1548-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-30.0.0.tgz#7afb1d34937f722f667b621eb9c653f0f8fda07e"
1549-
integrity sha512-1Nox8mAL52PKPfEnUQWBvKU/bp8FTT6AiDu76bFDEJj/qsRFSAVSldfCH3XYMqialti2zHXKvD5gN0AaHc0yKA==
1550-
dependencies:
1551-
"@jest/pattern" "30.0.0"
1552-
"@jest/schemas" "30.0.0"
1553-
"@types/istanbul-lib-coverage" "^2.0.6"
1554-
"@types/istanbul-reports" "^3.0.4"
1555-
"@types/node" "*"
1556-
"@types/yargs" "^17.0.33"
1557-
chalk "^4.1.2"
1558-
15591510
"@jest/types@30.0.1":
15601511
version "30.0.1"
15611512
resolved "https://registry.yarnpkg.com/@jest/types/-/types-30.0.1.tgz#a46df6a99a416fa685740ac4264b9f9cd7da1598"
@@ -3517,7 +3468,7 @@ babel-core@7.0.0-bridge.0:
35173468
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
35183469
integrity sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==
35193470

3520-
babel-jest@30.0.4:
3471+
babel-jest@30.0.4, babel-jest@^30.0.4:
35213472
version "30.0.4"
35223473
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-30.0.4.tgz#63945c1b27227312fc687689073124dba5b28282"
35233474
integrity sha512-UjG2j7sAOqsp2Xua1mS/e+ekddkSu3wpf4nZUSvXNHuVWdaOUXQ77+uyjJLDE9i0atm5x4kds8K9yb5lRsRtcA==
@@ -3530,19 +3481,6 @@ babel-jest@30.0.4:
35303481
graceful-fs "^4.2.11"
35313482
slash "^3.0.0"
35323483

3533-
babel-jest@^30.0.0:
3534-
version "30.0.0"
3535-
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-30.0.0.tgz#485050f0a0dcfc8859ef3ab5092a8c0bcbd6f33f"
3536-
integrity sha512-JQ0DhdFjODbSawDf0026uZuwaqfKkQzk+9mwWkq2XkKFIaMhFVOxlVmbFCOnnC76jATdxrff3IiUAvOAJec6tw==
3537-
dependencies:
3538-
"@jest/transform" "30.0.0"
3539-
"@types/babel__core" "^7.20.5"
3540-
babel-plugin-istanbul "^7.0.0"
3541-
babel-preset-jest "30.0.0"
3542-
chalk "^4.1.2"
3543-
graceful-fs "^4.2.11"
3544-
slash "^3.0.0"
3545-
35463484
babel-loader@^10.0.0:
35473485
version "10.0.0"
35483486
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-10.0.0.tgz#b9743714c0e1e084b3e4adef3cd5faee33089977"
@@ -3568,15 +3506,6 @@ babel-plugin-istanbul@^7.0.0:
35683506
istanbul-lib-instrument "^6.0.2"
35693507
test-exclude "^6.0.0"
35703508

3571-
babel-plugin-jest-hoist@30.0.0:
3572-
version "30.0.0"
3573-
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-30.0.0.tgz#76c9bf58316ebb7026d671d71d26138ae415326b"
3574-
integrity sha512-DSRm+US/FCB4xPDD6Rnslb6PAF9Bej1DZ+1u4aTiqJnk7ZX12eHsnDiIOqjGvITCq+u6wLqUhgS+faCNbVY8+g==
3575-
dependencies:
3576-
"@babel/template" "^7.27.2"
3577-
"@babel/types" "^7.27.3"
3578-
"@types/babel__core" "^7.20.5"
3579-
35803509
babel-plugin-jest-hoist@30.0.1:
35813510
version "30.0.1"
35823511
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-30.0.1.tgz#f271b2066d2c1fb26a863adb8e13f85b06247125"
@@ -3658,14 +3587,6 @@ babel-preset-current-node-syntax@^1.1.0:
36583587
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
36593588
"@babel/plugin-syntax-top-level-await" "^7.14.5"
36603589

3661-
babel-preset-jest@30.0.0:
3662-
version "30.0.0"
3663-
resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-30.0.0.tgz#54b16c96c1b687b9c72baa37a00b01fe9be4c4f3"
3664-
integrity sha512-hgEuu/W7gk8QOWUA9+m3Zk+WpGvKc1Egp6rFQEfYxEoM9Fk/q8nuTXNL65OkhwGrTApauEGgakOoWVXj+UfhKw==
3665-
dependencies:
3666-
babel-plugin-jest-hoist "30.0.0"
3667-
babel-preset-current-node-syntax "^1.1.0"
3668-
36693590
babel-preset-jest@30.0.1:
36703591
version "30.0.1"
36713592
resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-30.0.1.tgz#7d28db9531bce264e846c8483d54236244b8ae88"
@@ -7794,24 +7715,6 @@ jest-environment-node@30.0.4:
77947715
jest-util "30.0.2"
77957716
jest-validate "30.0.2"
77967717

7797-
jest-haste-map@30.0.0:
7798-
version "30.0.0"
7799-
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-30.0.0.tgz#7e8597a8931eef090aa011bedba7a1173775acb8"
7800-
integrity sha512-p4bXAhXTawTsADgQgTpbymdLaTyPW1xWNu1oIGG7/N3LIAbZVkH2JMJqS8/IUcnGR8Kc7WFE+vWbJvsqGCWZXw==
7801-
dependencies:
7802-
"@jest/types" "30.0.0"
7803-
"@types/node" "*"
7804-
anymatch "^3.1.3"
7805-
fb-watchman "^2.0.2"
7806-
graceful-fs "^4.2.11"
7807-
jest-regex-util "30.0.0"
7808-
jest-util "30.0.0"
7809-
jest-worker "30.0.0"
7810-
micromatch "^4.0.8"
7811-
walker "^1.0.8"
7812-
optionalDependencies:
7813-
fsevents "^2.3.3"
7814-
78157718
jest-haste-map@30.0.2:
78167719
version "30.0.2"
78177720
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-30.0.2.tgz#83826e7e352fa139dc95100337aff4de58c99453"
@@ -7901,11 +7804,6 @@ jest-pnp-resolver@^1.2.3:
79017804
resolved "https://registry.yarnpkg.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz#930b1546164d4ad5937d5540e711d4d38d4cad2e"
79027805
integrity sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==
79037806

7904-
jest-regex-util@30.0.0:
7905-
version "30.0.0"
7906-
resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-30.0.0.tgz#031f385ebb947e770e409ede703d200b3405413e"
7907-
integrity sha512-rT84010qRu/5OOU7a9TeidC2Tp3Qgt9Sty4pOZ/VSDuEmRupIjKZAb53gU3jr4ooMlhwScrgC9UixJxWzVu9oQ==
7908-
79097807
jest-regex-util@30.0.1:
79107808
version "30.0.1"
79117809
resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-30.0.1.tgz#f17c1de3958b67dfe485354f5a10093298f2a49b"
@@ -8023,18 +7921,6 @@ jest-snapshot@30.0.4:
80237921
semver "^7.7.2"
80247922
synckit "^0.11.8"
80257923

8026-
jest-util@30.0.0:
8027-
version "30.0.0"
8028-
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-30.0.0.tgz#d4f20f59e1fd72c7143143f4aa961bb71aeddad0"
8029-
integrity sha512-fhNBBM9uSUbd4Lzsf8l/kcAdaHD/4SgoI48en3HXcBEMwKwoleKFMZ6cYEYs21SB779PRuRCyNLmymApAm8tZw==
8030-
dependencies:
8031-
"@jest/types" "30.0.0"
8032-
"@types/node" "*"
8033-
chalk "^4.1.2"
8034-
ci-info "^4.2.0"
8035-
graceful-fs "^4.2.11"
8036-
picomatch "^4.0.2"
8037-
80387924
jest-util@30.0.2:
80397925
version "30.0.2"
80407926
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-30.0.2.tgz#1bd8411f81e6f5e2ca8b31bb2534ebcd7cbac065"
@@ -8085,17 +7971,6 @@ jest-watcher@30.0.4:
80857971
jest-util "30.0.2"
80867972
string-length "^4.0.2"
80877973

8088-
jest-worker@30.0.0:
8089-
version "30.0.0"
8090-
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-30.0.0.tgz#63f15145e2b2b36db0be2d2d4413d197d0460912"
8091-
integrity sha512-VZvxfWIybIvwK8N/Bsfe43LfQgd/rD0c4h5nLUx78CAqPxIQcW2qDjsVAC53iUR8yxzFIeCFFvWOh8en8hGzdg==
8092-
dependencies:
8093-
"@types/node" "*"
8094-
"@ungap/structured-clone" "^1.3.0"
8095-
jest-util "30.0.0"
8096-
merge-stream "^2.0.0"
8097-
supports-color "^8.1.1"
8098-
80997974
jest-worker@30.0.2:
81007975
version "30.0.2"
81017976
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-30.0.2.tgz#e67bd7debbc9d8445907a17067a89359acedc8c5"

0 commit comments

Comments
 (0)