Skip to content

Commit c3a04ed

Browse files
authored
fix CVEs in tmp and on-headers packages (#1056)
* fix CVEs in tmp and on-headers packages * Add PR link to changelog
1 parent e083791 commit c3a04ed

File tree

3 files changed

+18
-17
lines changed

3 files changed

+18
-17
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 3.0.5
2+
- Fix CVEs in tmp and on-headers packages. https://github.com/anvilco/spectaql/pull/1056 Thanks @vavsab
3+
14
### 3.0.4
25
- Add cheerio load option to strip out some high-level DOM tags. https://github.com/anvilco/spectaql/pull/1044 Thanks @bitfehler
36
- Dependency updates on a few vendor packages

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spectaql",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "A powerful library for autogenerating static GraphQL API documentation",
55
"author": "Anvil Foundry Inc. <[email protected]>",
66
"homepage": "https://github.com/anvilco/spectaql",
@@ -117,7 +117,7 @@
117117
"postcss": "^8.4.19",
118118
"sass": "^1.32.13",
119119
"sync-request": "^6.1.0",
120-
"tmp": "0.2.1"
120+
"tmp": "0.2.4"
121121
},
122122
"devDependencies": {
123123
"@babel/cli": "^7.17.6",

yarn.lock

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3836,15 +3836,15 @@ mocha@^10.1.0:
38363836
yargs-unparser "^2.0.0"
38373837

38383838
morgan@^1.10.0:
3839-
version "1.10.0"
3840-
resolved "https://registry.yarnpkg.com/morgan/-/morgan-1.10.0.tgz#091778abc1fc47cd3509824653dae1faab6b17d7"
3841-
integrity sha512-AbegBVI4sh6El+1gNwvD5YIck7nSA36weD7xvIxG4in80j/UoK8AEGaWnnz8v1GxonMCltmlNs5ZKbGvl9b1XQ==
3839+
version "1.10.1"
3840+
resolved "https://registry.yarnpkg.com/morgan/-/morgan-1.10.1.tgz#4e02e6a4465a48e26af540191593955d17f61570"
3841+
integrity sha512-223dMRJtI/l25dJKWpgij2cMtywuG/WiUKXdvwfbhGKBhy1puASqXwFzmWZ7+K73vUPoR7SS2Qz2cI/g9MKw0A==
38423842
dependencies:
38433843
basic-auth "~2.0.1"
38443844
debug "2.6.9"
38453845
depd "~2.0.0"
38463846
on-finished "~2.3.0"
3847-
on-headers "~1.0.2"
3847+
on-headers "~1.1.0"
38483848

38493849
38503850
version "2.0.0"
@@ -4017,10 +4017,10 @@ on-finished@~2.3.0:
40174017
dependencies:
40184018
ee-first "1.1.1"
40194019

4020-
on-headers@~1.0.2:
4021-
version "1.0.2"
4022-
resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.0.2.tgz#772b0ae6aaa525c399e489adfad90c403eb3c28f"
4023-
integrity sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==
4020+
on-headers@~1.1.0:
4021+
version "1.1.0"
4022+
resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.1.0.tgz#59da4f91c45f5f989c6e4bcedc5a3b0aed70ff65"
4023+
integrity sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A==
40244024

40254025
once@^1.3.0:
40264026
version "1.4.0"
@@ -4544,7 +4544,7 @@ rimraf@^2.6.2:
45444544
dependencies:
45454545
glob "^7.1.3"
45464546

4547-
rimraf@^3.0.0, rimraf@^3.0.2, rimraf@~3.0.2:
4547+
rimraf@^3.0.2, rimraf@~3.0.2:
45484548
version "3.0.2"
45494549
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
45504550
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
@@ -5000,12 +5000,10 @@ tiny-lr@^1.1.1:
50005000
object-assign "^4.1.0"
50015001
qs "^6.4.0"
50025002

5003-
5004-
version "0.2.1"
5005-
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz#8457fc3037dcf4719c251367a1af6500ee1ccf14"
5006-
integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==
5007-
dependencies:
5008-
rimraf "^3.0.0"
5003+
5004+
version "0.2.4"
5005+
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.4.tgz#c6db987a2ccc97f812f17137b36af2b6521b0d13"
5006+
integrity sha512-UdiSoX6ypifLmrfQ/XfiawN6hkjSBpCjhKxxZcWlUUmoXLaCKQU0bx4HF/tdDK2uzRuchf1txGvrWBzYREssoQ==
50095007

50105008
to-fast-properties@^2.0.0:
50115009
version "2.0.0"

0 commit comments

Comments
 (0)