Skip to content

Commit 51a7ce6

Browse files
XeRJJ-8
authored andcommitted
Front: upgrade outdated sub-dependencies
Until we tackle #144, this upgrades two vulnerable dependencies.
1 parent 44d9f22 commit 51a7ce6

File tree

2 files changed

+9
-17
lines changed

2 files changed

+9
-17
lines changed

front/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,9 @@
6868
"node": ">= 12.22.1",
6969
"npm": ">= 6.13.4",
7070
"yarn": ">= 1.21.1"
71+
},
72+
"resolutions": {
73+
"eslint-plugin-graphql/graphql-config/@graphql-tools/url-loader/cross-fetch": "3.1.5",
74+
"eslint-plugin-graphql/graphql-config/@graphql-tools/url-loader/ws": "7.4.6"
7175
}
7276
}

front/yarn.lock

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3807,14 +3807,7 @@ create-require@^1.1.0:
38073807
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
38083808
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
38093809

3810-
3811-
version "3.1.4"
3812-
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.4.tgz#9723f3a3a247bf8b89039f3a380a9244e8fa2f39"
3813-
integrity sha512-1eAtFWdIubi6T4XPy6ei9iUFoKpUkIF971QLN8lIvvvwueI65+Nw5haMNKUwfJxabqlIIDODJKGrQ66gxC0PbQ==
3814-
dependencies:
3815-
node-fetch "2.6.1"
3816-
3817-
cross-fetch@^3.1.5:
3810+
38183811
version "3.1.5"
38193812
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f"
38203813
integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==
@@ -6862,11 +6855,6 @@ [email protected]:
68626855
resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
68636856
integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
68646857

6865-
6866-
version "2.6.1"
6867-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
6868-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
6869-
68706858
[email protected], node-fetch@^2.6.1, node-fetch@^2.6.7:
68716859
version "2.6.7"
68726860
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
@@ -9554,10 +9542,10 @@ write-file-atomic@^3.0.0:
95549542
signal-exit "^3.0.2"
95559543
typedarray-to-buffer "^3.1.5"
95569544

9557-
9558-
version "7.4.5"
9559-
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.5.tgz#a484dd851e9beb6fdb420027e3885e8ce48986c1"
9560-
integrity sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==
9545+
9546+
version "7.4.6"
9547+
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c"
9548+
integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==
95619549

95629550
"ws@^5.2.0 || ^6.0.0 || ^7.0.0", ws@^7.3.1:
95639551
version "7.5.9"

0 commit comments

Comments
 (0)