bump ws module

This commit is contained in:
Hugh Rundle 2021-07-09 18:47:50 +10:00
parent 852d96f635
commit 0ba65f833c
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -18,9 +18,9 @@
"integrity": "sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg=="
},
"ws": {
"version": "7.4.5",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.4.5.tgz",
"integrity": "sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g=="
"version": "7.5.2",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.2.tgz",
"integrity": "sha512-lkF7AWRicoB9mAgjeKbGqVUekLnSNO4VjKVnuPHpQeOxZOErX6BPXwJk70nFslRCEEA8EVW7ZjKwXaP9N+1sKQ=="
}
}
}

View file

@ -11,6 +11,6 @@
"license": "AGPL-3.0-or-later",
"dependencies": {
"axios": "^0.21.1",
"ws": "^7.4.5"
"ws": "^7.5.2"
}
}