Skip to content

Commit c253c86

Browse files
committed
chore: bump @octokit/request-error to patched vulnerability version
TICKET: DX-1548
1 parent f5eb754 commit c253c86

File tree

2 files changed

+19
-15
lines changed

2 files changed

+19
-15
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@
9595
"form-data": "^4.0.4",
9696
"**/avalanche/**/ws": "8.18.3",
9797
"**/ethers/**/ws": "7.5.10",
98-
"**/swarm-js/**/ws": "5.2.4"
98+
"**/swarm-js/**/ws": "5.2.4",
99+
"@octokit/request-error": "5.1.1"
99100
},
100101
"workspaces": [
101102
"modules/*"

yarn.lock

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4351,6 +4351,11 @@
43514351
resolved "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-18.1.1.tgz#09bdfdabfd8e16d16324326da5148010d765f009"
43524352
integrity sha512-VRaeH8nCDtF5aXWnjPuEMIYf1itK/s3JYyJcWFJT8X9pSNnBtriDf7wlEWsGuhPLl4QIH4xM8fqTXDwJ3Mu6sw==
43534353

4354+
"@octokit/openapi-types@^24.2.0":
4355+
version "24.2.0"
4356+
resolved "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-24.2.0.tgz#3d55c32eac0d38da1a7083a9c3b0cca77924f7d3"
4357+
integrity sha512-9sIH3nSUttelJSXUrmGzl7QUBFul0/mB8HRYl3fOlgHbIWG+WnYDXU3v/2zMtAvuzZ/ed00Ei6on975FhBfzrg==
4358+
43544359
"@octokit/plugin-enterprise-rest@^6.0.1":
43554360
version "6.0.1"
43564361
resolved "https://registry.npmjs.org/@octokit/plugin-enterprise-rest/-/plugin-enterprise-rest-6.0.1.tgz#e07896739618dab8da7d4077c658003775f95437"
@@ -4391,21 +4396,12 @@
43914396
dependencies:
43924397
"@octokit/types" "^10.0.0"
43934398

4394-
"@octokit/request-error@^2.0.5", "@octokit/request-error@^2.1.0":
4395-
version "2.1.0"
4396-
resolved "https://registry.npmjs.org/@octokit/request-error/-/request-error-2.1.0.tgz#9e150357831bfc788d13a4fd4b1913d60c74d677"
4397-
integrity sha512-1VIvgXxs9WHSjicsRwq8PlR2LR2x6DwsJAaFgzdi0JfJoGSO8mYI/cHJQ+9FbN21aa+DrgNLnwObmyeSC8Rmpg==
4398-
dependencies:
4399-
"@octokit/types" "^6.0.3"
4400-
deprecation "^2.0.0"
4401-
once "^1.4.0"
4402-
4403-
"@octokit/request-error@^3.0.0":
4404-
version "3.0.3"
4405-
resolved "https://registry.npmjs.org/@octokit/request-error/-/request-error-3.0.3.tgz#ef3dd08b8e964e53e55d471acfe00baa892b9c69"
4406-
integrity sha512-crqw3V5Iy2uOU5Np+8M/YexTlT8zxCfI+qu+LxUB7SZpje4Qmx3mub5DfEKSO8Ylyk0aogi6TYdf6kxzh2BguQ==
4399+
"@octokit/request-error@5.1.1", "@octokit/request-error@^2.0.5", "@octokit/request-error@^2.1.0", "@octokit/request-error@^3.0.0":
4400+
version "5.1.1"
4401+
resolved "https://registry.npmjs.org/@octokit/request-error/-/request-error-5.1.1.tgz#b9218f9c1166e68bb4d0c89b638edc62c9334805"
4402+
integrity sha512-v9iyEQJH6ZntoENr9/yXxjuezh4My67CBSu9r6Ve/05Iu5gNgnisNWOsoJHTP6k0Rr0+HQIpnH+kyammu90q/g==
44074403
dependencies:
4408-
"@octokit/types" "^9.0.0"
4404+
"@octokit/types" "^13.1.0"
44094405
deprecation "^2.0.0"
44104406
once "^1.4.0"
44114407

@@ -4465,6 +4461,13 @@
44654461
dependencies:
44664462
"@octokit/openapi-types" "^18.0.0"
44674463

4464+
"@octokit/types@^13.1.0":
4465+
version "13.10.0"
4466+
resolved "https://registry.npmjs.org/@octokit/types/-/types-13.10.0.tgz#3e7c6b19c0236c270656e4ea666148c2b51fd1a3"
4467+
integrity sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA==
4468+
dependencies:
4469+
"@octokit/openapi-types" "^24.2.0"
4470+
44684471
"@octokit/types@^6.0.3", "@octokit/types@^6.16.1", "@octokit/types@^6.39.0", "@octokit/types@^6.40.0":
44694472
version "6.41.0"
44704473
resolved "https://registry.npmjs.org/@octokit/types/-/types-6.41.0.tgz#e58ef78d78596d2fb7df9c6259802464b5f84a04"

0 commit comments

Comments
 (0)