Skip to content

Commit e7950b0

Browse files
authored
Update jasmine-reporters to fix xmldom vulnerability (#2546)
* Update jasmine-reporters to fix xlmdom vulnerability * Update top-level package.json too
1 parent 3b3e020 commit e7950b0

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"is-builtin-module": "3.0.0",
5151
"jasmine": "~3.4.0",
5252
"jasmine-core": "~3.4.0",
53-
"jasmine-reporters": "~2.3.2",
53+
"jasmine-reporters": "~2.4.0",
5454
"jest": "~25.3.0",
5555
"jest-cli": "~25.3.0",
5656
"jest-websocket-mock": "~2.0.2",

packages/jasmine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"main": "index.js",
1919
"dependencies": {
20-
"jasmine-reporters": "~2.3.2",
20+
"jasmine-reporters": "~2.4.0",
2121
"c8": "~7.5.0"
2222
},
2323
"//1": "jasmine depends on jasmine-core, however since we require() it we need it hoisted to the top",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5472,13 +5472,13 @@ jasmine-core@~3.4.0:
54725472
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-3.4.0.tgz#2a74618e966026530c3518f03e9f845d26473ce3"
54735473
integrity sha512-HU/YxV4i6GcmiH4duATwAbJQMlE0MsDIR5XmSVxURxKHn3aGAdbY1/ZJFmVRbKtnLwIxxMJD7gYaPsypcbYimg==
54745474

5475-
jasmine-reporters@~2.3.2:
5476-
version "2.3.2"
5477-
resolved "https://registry.yarnpkg.com/jasmine-reporters/-/jasmine-reporters-2.3.2.tgz#898818ffc234eb8b3f635d693de4586f95548d43"
5478-
integrity sha512-u/7AT9SkuZsUfFBLLzbErohTGNsEUCKaQbsVYnLFW1gEuL2DzmBL4n8v90uZsqIqlWvWUgian8J6yOt5Fyk/+A==
5475+
jasmine-reporters@~2.4.0:
5476+
version "2.4.0"
5477+
resolved "https://registry.yarnpkg.com/jasmine-reporters/-/jasmine-reporters-2.4.0.tgz#708c17ae70ba6671e3a930bb1b202aab80a31409"
5478+
integrity sha512-jxONSrBLN1vz/8zCx5YNWQSS8iyDAlXQ5yk1LuqITe4C6iXCDx5u6Q0jfNtkKhL4qLZPe69fL+AWvXFt9/x38w==
54795479
dependencies:
54805480
mkdirp "^0.5.1"
5481-
xmldom "^0.1.22"
5481+
xmldom "^0.5.0"
54825482

54835483
jasmine@2.8.0:
54845484
version "2.8.0"
@@ -10357,10 +10357,10 @@ xmlchars@^2.1.1:
1035710357
resolved "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb"
1035810358
integrity sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==
1035910359

10360-
xmldom@^0.1.22:
10361-
version "0.1.31"
10362-
resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.1.31.tgz#b76c9a1bd9f0a9737e5a72dc37231cf38375e2ff"
10363-
integrity sha512-yS2uJflVQs6n+CyjHoaBmVSqIDevTAWrzMmjG1Gc7h1qQ7uVozNhEPJAwZXWyGQ/Gafo3fCwrcaokezLPupVyQ==
10360+
xmldom@^0.5.0:
10361+
version "0.5.0"
10362+
resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.5.0.tgz#193cb96b84aa3486127ea6272c4596354cb4962e"
10363+
integrity sha512-Foaj5FXVzgn7xFzsKeNIde9g6aFBxTPi37iwsno8QvApmtg7KYrr+OPyRHcJF7dud2a5nGRBXK3n0dL62Gf7PA==
1036410364

1036510365
xmlhttprequest-ssl@~1.5.4:
1036610366
version "1.5.5"

0 commit comments

Comments
 (0)