v0.1.35 — security: ws@8.20.1 via override (uninitialized memory disclosure)
This commit is contained in:
parent
99b00674fd
commit
28ff3d6fae
2 changed files with 8 additions and 7 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "corex-nexredirect",
|
||||
"version": "0.1.32",
|
||||
"version": "0.1.34",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "corex-nexredirect",
|
||||
"version": "0.1.32",
|
||||
"version": "0.1.34",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@radix-ui/react-dialog": "^1.1.4",
|
||||
|
|
@ -5295,9 +5295,9 @@
|
|||
"license": "ISC"
|
||||
},
|
||||
"node_modules/ws": {
|
||||
"version": "8.20.0",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-8.20.0.tgz",
|
||||
"integrity": "sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==",
|
||||
"version": "8.20.1",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-8.20.1.tgz",
|
||||
"integrity": "sha512-It4dO0K5v//JtTXuPkfEOaI3uUN87iYPnqo/ZzqCoG3g8uhA66QUMs/SrM0YK7/NAu+r4LMh/9dq2A7k+rHs+w==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
|
|
|
|||
|
|
@ -1,11 +1,12 @@
|
|||
{
|
||||
"name": "corex-nexredirect",
|
||||
"version": "0.1.34",
|
||||
"version": "0.1.35",
|
||||
"license": "MIT",
|
||||
"overrides": {
|
||||
"postcss": "^8.5.13",
|
||||
"uuid": "^11.1.0",
|
||||
"nodemailer": "^8.0.7"
|
||||
"nodemailer": "^8.0.7",
|
||||
"ws": "^8.20.1"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "tsx watch server.ts",
|
||||
|
|
|
|||
Loading…
Reference in a new issue