File tree Expand file tree Collapse file tree 21 files changed +83
-83
lines changed
jest-environment-jsdom-abstract Expand file tree Collapse file tree 21 files changed +83
-83
lines changed Original file line number Diff line number Diff line change 13
13
"@angular/platform-browser" : " ^12.0.0" ,
14
14
"@angular/platform-browser-dynamic" : " ^12.0.0" ,
15
15
"core-js" : " ^3.2.1" ,
16
- "rxjs" : " ^7.5.5 " ,
16
+ "rxjs" : " ^7.8.2 " ,
17
17
"tslib" : " ^2.0.0" ,
18
18
"typescript" : " ^5.0.4" ,
19
- "zone.js" : " ~0.11.3 "
19
+ "zone.js" : " ~0.11.8 "
20
20
},
21
21
"devDependencies" : {
22
22
"@babel/core" : " ^7.11.6" ,
Original file line number Diff line number Diff line change 45
45
"glob" : " ^10.3.10" ,
46
46
"globals" : " ^16.0.0" ,
47
47
"graceful-fs" : " ^4.2.9" ,
48
- "isbinaryfile" : " ^5.0.0 " ,
48
+ "isbinaryfile" : " ^5.0.4 " ,
49
49
"istanbul-lib-coverage" : " ^3.0.0" ,
50
50
"istanbul-lib-report" : " ^3.0.0" ,
51
51
"istanbul-reports" : " ^3.1.3" ,
57
57
"jest-silent-reporter" : " ^0.6.0" ,
58
58
"jest-snapshot" : " workspace:*" ,
59
59
"jest-util" : " workspace:*" ,
60
- "jest-watch-typeahead" : " ^2.2.0 " ,
60
+ "jest-watch-typeahead" : " ^2.2.2 " ,
61
61
"jquery" : " ^3.2.1" ,
62
62
"js-yaml" : " ^4.1.0" ,
63
63
"micromatch" : " ^4.0.8" ,
70
70
"promise" : " ^8.0.2" ,
71
71
"read-pkg" : " ^5.2.0" ,
72
72
"resolve" : " ^1.20.0" ,
73
- "rimraf" : " ^5.0.0 " ,
74
- "semver" : " ^7.5.3 " ,
73
+ "rimraf" : " ^5.0.10 " ,
74
+ "semver" : " ^7.7.2 " ,
75
75
"slash" : " ^3.0.0" ,
76
- "strip-ansi" : " ^6.0.0 " ,
76
+ "strip-ansi" : " ^6.0.1 " ,
77
77
"strip-json-comments" : " ^3.1.1" ,
78
- "tempy" : " ^1.0.0 " ,
78
+ "tempy" : " ^1.0.1 " ,
79
79
"ts-node" : " ^10.5.0" ,
80
- "tstyche" : " ^4.0.0-rc.0 " ,
80
+ "tstyche" : " ^4.0.0-rc.1 " ,
81
81
"typescript" : " ^5.0.4" ,
82
- "typescript-eslint" : " ^8.26.0 " ,
82
+ "typescript-eslint" : " ^8.32.1 " ,
83
83
"webpack" : " ^5.68.0" ,
84
84
"webpack-node-externals" : " ^3.0.0" ,
85
85
"which" : " ^4.0.0"
Original file line number Diff line number Diff line change 39
39
"pretty-format" : " workspace:*" ,
40
40
"pure-rand" : " ^7.0.0" ,
41
41
"slash" : " ^3.0.0" ,
42
- "stack-utils" : " ^2.0.3 "
42
+ "stack-utils" : " ^2.0.6 "
43
43
},
44
44
"devDependencies" : {
45
45
"@babel/core" : " ^7.11.6" ,
49
49
"@types/stack-utils" : " ^2.0.0" ,
50
50
"execa" : " ^5.0.0" ,
51
51
"graceful-fs" : " ^4.2.9" ,
52
- "tempy" : " ^1.0.0 "
52
+ "tempy" : " ^1.0.1 "
53
53
},
54
54
"engines" : {
55
55
"node" : " ^18.14.0 || ^20.0.0 || >=22.0.0"
Original file line number Diff line number Diff line change 20
20
"@jest/types" : " workspace:*" ,
21
21
"chalk" : " ^4.0.0" ,
22
22
"exit-x" : " ^0.2.2" ,
23
- "import-local" : " ^3.0.2 " ,
23
+ "import-local" : " ^3.2.0 " ,
24
24
"jest-config" : " workspace:*" ,
25
25
"jest-util" : " workspace:*" ,
26
26
"jest-validate" : " workspace:*" ,
27
- "yargs" : " ^17.3.1 "
27
+ "yargs" : " ^17.7.2 "
28
28
},
29
29
"devDependencies" : {
30
30
"@types/yargs" : " ^17.0.8"
Original file line number Diff line number Diff line change 66
66
"@types/parse-json" : " ^4.0.0" ,
67
67
"esbuild" : " ^0.25.0" ,
68
68
"esbuild-register" : " ^3.4.0" ,
69
- "semver" : " ^7.5.3 " ,
69
+ "semver" : " ^7.7.2 " ,
70
70
"ts-node" : " ^10.5.0" ,
71
71
"typescript" : " ^5.0.4"
72
72
},
Original file line number Diff line number Diff line change 42
42
"micromatch" : " ^4.0.8" ,
43
43
"pretty-format" : " workspace:*" ,
44
44
"slash" : " ^3.0.0" ,
45
- "strip-ansi" : " ^6.0.0 "
45
+ "strip-ansi" : " ^6.0.1 "
46
46
},
47
47
"devDependencies" : {
48
48
"@jest/test-sequencer" : " workspace:*" ,
Original file line number Diff line number Diff line change 26
26
},
27
27
"devDependencies" : {
28
28
"@jest/test-utils" : " workspace:*" ,
29
- "strip-ansi" : " ^6.0.0 "
29
+ "strip-ansi" : " ^6.0.1 "
30
30
},
31
31
"engines" : {
32
32
"node" : " ^18.14.0 || ^20.0.0 || >=22.0.0"
Original file line number Diff line number Diff line change 28
28
"jest-util" : " workspace:*"
29
29
},
30
30
"devDependencies" : {
31
- "jsdom" : " ^26.0 .0"
31
+ "jsdom" : " ^26.1 .0"
32
32
},
33
33
"peerDependencies" : {
34
34
"canvas" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 23
23
"@jest/environment-jsdom-abstract" : " workspace:*" ,
24
24
"@types/jsdom" : " ^21.1.7" ,
25
25
"@types/node" : " *" ,
26
- "jsdom" : " ^26.0 .0"
26
+ "jsdom" : " ^26.1 .0"
27
27
},
28
28
"devDependencies" : {
29
29
"@jest/test-utils" : " workspace:*"
Original file line number Diff line number Diff line change 30
30
"micromatch" : " ^4.0.8" ,
31
31
"pretty-format" : " workspace:*" ,
32
32
"slash" : " ^3.0.0" ,
33
- "stack-utils" : " ^2.0.3 "
33
+ "stack-utils" : " ^2.0.6 "
34
34
},
35
35
"devDependencies" : {
36
36
"@types/babel__code-frame" : " ^7.0.0" ,
37
37
"@types/graceful-fs" : " ^4.1.3" ,
38
38
"@types/micromatch" : " ^4.0.7" ,
39
- "tempy" : " ^1.0.0 "
39
+ "tempy" : " ^1.0.1 "
40
40
},
41
41
"publishConfig" : {
42
42
"access" : " public"
Original file line number Diff line number Diff line change 31
31
"jest-util" : " workspace:*" ,
32
32
"jest-validate" : " workspace:*" ,
33
33
"repl" : " ^0.1.3" ,
34
- "yargs" : " ^17.3.1 "
34
+ "yargs" : " ^17.7.2 "
35
35
},
36
36
"devDependencies" : {
37
37
"@types/yargs" : " ^17.0.8" ,
Original file line number Diff line number Diff line change 35
35
"jest-util" : " workspace:*" ,
36
36
"jest-worker" : " workspace:*" ,
37
37
"slash" : " ^3.0.0" ,
38
- "string-length" : " ^4.0.1 " ,
39
- "strip-ansi" : " ^6.0.0 " ,
38
+ "string-length" : " ^4.0.2 " ,
39
+ "strip-ansi" : " ^6.0.1 " ,
40
40
"v8-to-istanbul" : " ^9.0.1"
41
41
},
42
42
"devDependencies" : {
Original file line number Diff line number Diff line change 22
22
"chalk" : " ^4.0.0" ,
23
23
"graceful-fs" : " ^4.2.9" ,
24
24
"jest-haste-map" : " workspace:*" ,
25
- "jest-pnp-resolver" : " ^1.2.2 " ,
25
+ "jest-pnp-resolver" : " ^1.2.3 " ,
26
26
"jest-util" : " workspace:*" ,
27
27
"jest-validate" : " workspace:*" ,
28
28
"resolve" : " ^1.20.0" ,
Original file line number Diff line number Diff line change 38
38
"jest-message-util" : " workspace:*" ,
39
39
"jest-util" : " workspace:*" ,
40
40
"pretty-format" : " workspace:*" ,
41
- "semver" : " ^7.5.3 " ,
41
+ "semver" : " ^7.7.2 " ,
42
42
"synckit" : " ^0.11.0"
43
43
},
44
44
"devDependencies" : {
Original file line number Diff line number Diff line change 33
33
"micromatch" : " ^4.0.8" ,
34
34
"pirates" : " ^4.0.4" ,
35
35
"slash" : " ^3.0.0" ,
36
- "write-file-atomic" : " ^5.0.0 "
36
+ "write-file-atomic" : " ^5.0.1 "
37
37
},
38
38
"devDependencies" : {
39
39
"@jest/test-utils" : " workspace:*" ,
Original file line number Diff line number Diff line change 21
21
"chalk" : " ^4.0.0" ,
22
22
"emittery" : " ^0.13.1" ,
23
23
"jest-util" : " workspace:*" ,
24
- "string-length" : " ^4.0.1 "
24
+ "string-length" : " ^4.0.2 "
25
25
},
26
26
"repository" : {
27
27
"type" : " git" ,
Original file line number Diff line number Diff line change 23
23
"@ungap/structured-clone" : " ^1.2.0" ,
24
24
"jest-util" : " workspace:*" ,
25
25
"merge-stream" : " ^2.0.0" ,
26
- "supports-color" : " ^8.0.0 "
26
+ "supports-color" : " ^8.1.1 "
27
27
},
28
28
"devDependencies" : {
29
29
"@babel/core" : " ^7.11.6" ,
32
32
"@types/ungap__structured-clone" : " ^1.2.0" ,
33
33
"get-stream" : " ^6.0.0" ,
34
34
"jest-leak-detector" : " workspace:*" ,
35
- "worker-farm" : " ^1.6 .0"
35
+ "worker-farm" : " ^1.7 .0"
36
36
},
37
37
"engines" : {
38
38
"node" : " ^18.14.0 || ^20.0.0 || >=22.0.0"
Original file line number Diff line number Diff line change 17
17
"dependencies" : {
18
18
"@jest/core" : " workspace:*" ,
19
19
"@jest/types" : " workspace:*" ,
20
- "import-local" : " ^3.0.2 " ,
20
+ "import-local" : " ^3.2.0 " ,
21
21
"jest-cli" : " workspace:*"
22
22
},
23
23
"peerDependencies" : {
Original file line number Diff line number Diff line change 21
21
"ansi-regex" : " ^5.0.1" ,
22
22
"ansi-styles" : " ^5.0.0" ,
23
23
"pretty-format" : " workspace:*" ,
24
- "semver" : " ^7.5.3 "
24
+ "semver" : " ^7.7.2 "
25
25
},
26
26
"devDependencies" : {
27
27
"@types/semver" : " ^7.1.0"
Original file line number Diff line number Diff line change 52
52
"@docusaurus/module-type-aliases" : " ^3.0.0" ,
53
53
"@docusaurus/tsconfig" : " ^3.0.0" ,
54
54
"@types/react" : " ^18.2.0" ,
55
- "graphql" : " ^16.3 .0" ,
55
+ "graphql" : " ^16.11 .0" ,
56
56
"graphql-request" : " ^6.0.0" ,
57
57
"js-yaml" : " ^4.1.0" ,
58
58
"typescript" : " ^5.0.4"
You can’t perform that action at this time.
0 commit comments