chore(deps): Bump ws from 8.14.1 to 8.14.2 (#10949)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-09-20 10:47:59 +02:00 committed by GitHub
parent d98f488a51
commit 4bdb113df7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 45 deletions

48
package-lock.json generated
View File

@ -4235,21 +4235,6 @@
"node": ">=8"
}
},
"node_modules/disposablestack": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/disposablestack/-/disposablestack-1.1.1.tgz",
"integrity": "sha512-Kt80F3SgFOnAGyUj+VbOhLEdrjnii4sphhqlTgaSiLaVRaKr3QsW6QGgILxiEt2pBOG694f9fcVtuuNP7cFWnQ==",
"dev": true,
"dependencies": {
"define-properties": "^1.2.0",
"es-abstract": "^1.22.1",
"es-set-tostringtag": "^2.0.1",
"get-intrinsic": "^1.2.1",
"has-symbols": "^1.0.3",
"internal-slot": "^1.0.5",
"suppressed-error": "^1.0.0"
}
},
"node_modules/doctrine": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
@ -10613,28 +10598,6 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/suppressed-error": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/suppressed-error/-/suppressed-error-1.0.2.tgz",
"integrity": "sha512-DRCmKxbAr3MPoluOCMYsvTabZ3l1RsLCWELW/siVrWqDthyW4gq1vA5O87iCXJQYrcxgFTOJU125JAlDwmgPiw==",
"dev": true,
"dependencies": {
"define-data-property": "^1.1.0",
"define-properties": "^1.2.1",
"es-abstract": "^1.22.1",
"function-bind": "^1.1.1",
"get-intrinsic": "^1.2.1",
"globalthis": "^1.0.3",
"has-property-descriptors": "^1.0.0",
"set-function-name": "^2.0.1"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/symbol-observable": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-4.0.0.tgz",
@ -11459,9 +11422,9 @@
}
},
"node_modules/ws": {
"version": "8.14.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.14.1.tgz",
"integrity": "sha512-4OOseMUq8AzRBI/7SLMUwO+FEDnguetSk7KMb1sHwvF2w2Wv5Hoj0nlifx8vtGsftE/jWHojPy8sMMzYLJ2G/A==",
"version": "8.14.2",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.14.2.tgz",
"integrity": "sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==",
"engines": {
"node": ">=10.0.0"
},
@ -11722,10 +11685,9 @@
"cross-fetch": "4.0.0",
"debug": "4.3.4",
"devtools-protocol": "0.0.1179426",
"ws": "8.14.1"
"ws": "8.14.2"
},
"devDependencies": {
"disposablestack": "1.1.1",
"mitt": "3.0.1",
"parsel-js": "1.1.2",
"rxjs": "7.8.1"
@ -11748,7 +11710,7 @@
"license": "Apache-2.0",
"dependencies": {
"mime": "3.0.0",
"ws": "8.14.1"
"ws": "8.14.2"
}
},
"test": {

View File

@ -145,7 +145,7 @@
"cross-fetch": "4.0.0",
"debug": "4.3.4",
"devtools-protocol": "0.0.1179426",
"ws": "8.14.1"
"ws": "8.14.2"
},
"devDependencies": {
"mitt": "3.0.1",

View File

@ -28,6 +28,6 @@
"license": "Apache-2.0",
"dependencies": {
"mime": "3.0.0",
"ws": "8.14.1"
"ws": "8.14.2"
}
}