From 7cd1af9f2e160535a759d31b1c48759bd03b1bfe Mon Sep 17 00:00:00 2001 From: Andrey Melikhov Date: Fri, 11 Oct 2024 17:55:59 +0300 Subject: [PATCH] Update object-sizeof to v2 (#1683) --- package-lock.json | 65 +++++++++++++++++++++-------------------------- package.json | 2 +- 2 files changed, 30 insertions(+), 37 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6aa4c0cd0f..c13b73019a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "moment": "^2.29.4", "moment-timezone": "^0.5.34", "node-cache": "^5.1.2", - "object-sizeof": "^1.6.1", + "object-sizeof": "^2.6.5", "openid-client": "^5.6.5", "p-queue": "^6.6.2", "passport": "^0.5.3", @@ -5186,39 +5186,6 @@ } } }, - "node_modules/@gravity-ui/gateway/node_modules/buffer": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", - "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "MIT", - "dependencies": { - "base64-js": "^1.3.1", - "ieee754": "^1.2.1" - } - }, - "node_modules/@gravity-ui/gateway/node_modules/object-sizeof": { - "version": "2.6.5", - "resolved": "https://registry.npmjs.org/object-sizeof/-/object-sizeof-2.6.5.tgz", - "integrity": "sha512-Mu3udRqIsKpneKjIEJ2U/s1KmEgpl+N6cEX1o+dDl2aZ+VW5piHqNgomqAk5YMsDoSkpcA8HnIKx1eqGTKzdfw==", - "license": "MIT", - "dependencies": { - "buffer": "^6.0.3" - } - }, "node_modules/@gravity-ui/i18n": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/@gravity-ui/i18n/-/i18n-1.6.0.tgz", @@ -23901,10 +23868,36 @@ } }, "node_modules/object-sizeof": { - "version": "1.6.1", + "version": "2.6.5", + "resolved": "https://registry.npmjs.org/object-sizeof/-/object-sizeof-2.6.5.tgz", + "integrity": "sha512-Mu3udRqIsKpneKjIEJ2U/s1KmEgpl+N6cEX1o+dDl2aZ+VW5piHqNgomqAk5YMsDoSkpcA8HnIKx1eqGTKzdfw==", "license": "MIT", "dependencies": { - "buffer": "^5.6.0" + "buffer": "^6.0.3" + } + }, + "node_modules/object-sizeof/node_modules/buffer": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", + "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.2.1" } }, "node_modules/object.assign": { diff --git a/package.json b/package.json index 173f5bfd3a..19278c5c17 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "moment": "^2.29.4", "moment-timezone": "^0.5.34", "node-cache": "^5.1.2", - "object-sizeof": "^1.6.1", + "object-sizeof": "^2.6.5", "openid-client": "^5.6.5", "p-queue": "^6.6.2", "passport": "^0.5.3",