From 723e79ec3c676ab75914d6739d5befc4849ad8c9 Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Tue, 31 Oct 2023 21:35:45 +0100 Subject: [PATCH] chore(deps): removed unused dep randombytes --- package.json | 2 -- pnpm-lock.yaml | 15 +++------------ 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index deafb979..44e29e6b 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,6 @@ "pinia": "^2.0.34", "plausible-tracker": "^0.3.8", "qrcode": "^1.5.1", - "randombytes": "^2.1.0", "sql-formatter": "^13.0.0", "ua-parser-js": "^1.0.35", "ulid": "^2.3.0", @@ -105,7 +104,6 @@ "@types/node": "^18.15.11", "@types/node-forge": "^1.3.2", "@types/qrcode": "^1.5.0", - "@types/randombytes": "^2.0.0", "@types/ua-parser-js": "^0.7.36", "@types/uuid": "^9.0.0", "@unocss/eslint-config": "^0.55.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 05cad907..3b397758 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -125,9 +125,6 @@ dependencies: qrcode: specifier: ^1.5.1 version: 1.5.1 - randombytes: - specifier: ^2.1.0 - version: 2.1.0 sql-formatter: specifier: ^13.0.0 version: 13.0.0 @@ -211,9 +208,6 @@ devDependencies: '@types/qrcode': specifier: ^1.5.0 version: 1.5.0 - '@types/randombytes': - specifier: ^2.0.0 - version: 2.0.0 '@types/ua-parser-js': specifier: ^0.7.36 version: 0.7.36 @@ -2951,12 +2945,6 @@ packages: '@types/node': 18.15.11 dev: true - /@types/randombytes@2.0.0: - resolution: {integrity: sha512-bz8PhAVlwN72vqefzxa14DKNT8jK/mV66CSjwdVQM/k3Th3EPKfUtdMniwZgMedQTFuywAsfjnZsg+pEnltaMA==} - dependencies: - '@types/node': 18.15.11 - dev: true - /@types/resolve@1.17.1: resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} dependencies: @@ -7662,6 +7650,7 @@ packages: resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} dependencies: safe-buffer: 5.2.1 + dev: true /react-is@18.2.0: resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} @@ -7883,6 +7872,7 @@ packages: /safe-buffer@5.2.1: resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} + dev: true /safe-regex-test@1.0.0: resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==} @@ -7932,6 +7922,7 @@ packages: /semver@5.7.2: resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==} + hasBin: true dev: true /semver@6.3.1: