Use resolution to force ws@7.4.6 inside url-loader

Fixes Snyk warning by avoiding v7.4.5 of ws.

https://snyk.io/vuln/SNYK-JS-WS-1296835

Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com>
This commit is contained in:
Mike Lewis
2021-07-29 12:08:30 +01:00
parent 1401985eb1
commit b1369cfa93
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -41,6 +41,7 @@
]
},
"resolutions": {
"**/@graphql-tools/url-loader/**/ws": "^7.4.6",
"**/@roadiehq/**/@backstage/core": "*",
"**/@roadiehq/**/@backstage/plugin-catalog": "*",
"**/@roadiehq/**/@backstage/catalog-model": "*",
+4 -4
View File
@@ -26566,10 +26566,10 @@ write-pkg@^4.0.0:
type-fest "^0.4.1"
write-json-file "^3.2.0"
ws@7.4.5:
version "7.4.5"
resolved "https://registry.npmjs.org/ws/-/ws-7.4.5.tgz#a484dd851e9beb6fdb420027e3885e8ce48986c1"
integrity sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==
ws@7.4.5, ws@^7.4.6:
version "7.5.3"
resolved "https://registry.npmjs.org/ws/-/ws-7.5.3.tgz#160835b63c7d97bfab418fc1b8a9fced2ac01a74"
integrity sha512-kQ/dHIzuLrS6Je9+uv81ueZomEwH0qVYstcAQ4/Z93K8zeko9gtAbttJWzoC5ukqXY1PpoouV3+VSOqEAFt5wg==
ws@^5.2.0:
version "5.2.3"