Merge pull request #209 from thevahidal/dependabot/npm_and_yarn/npm_and_yarn-2f6774edab

Bump ws from 8.12.1 to 8.17.1 in the npm_and_yarn group across 1 directory
This commit is contained in:
Vahid Al
2024-06-19 10:20:07 +03:30
committed by GitHub

10
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "soul-cli",
"version": "0.8.0",
"version": "0.8.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "soul-cli",
"version": "0.8.0",
"version": "0.8.1",
"license": "MIT",
"dependencies": {
"bcrypt": "^5.1.1",
@@ -7954,9 +7954,9 @@
}
},
"node_modules/ws": {
"version": "8.12.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.12.1.tgz",
"integrity": "sha512-1qo+M9Ba+xNhPB+YTWUlK6M17brTut5EXbcBaMRN5pH5dFrXz7lzz1ChFSUq3bOUl8yEvSenhHmYUNJxFzdJew==",
"version": "8.17.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz",
"integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==",
"engines": {
"node": ">=10.0.0"
},