From 90271e42a361af8932cc04eb32d449c2be5a8d5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 04:08:18 +0000 Subject: [PATCH] fix(deps): update dependency ua-parser-js to v2 --- package.json | 2 +- pnpm-lock.yaml | 29 ++++++++++++++++++++++++----- 2 files changed, 25 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index f216e0e..e2267dc 100644 --- a/package.json +++ b/package.json @@ -72,6 +72,6 @@ "vitest-github-actions-reporter": "0.11.1" }, "dependencies": { - "ua-parser-js": "^1.0.32" + "ua-parser-js": "^2.0.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 28911eb..825211d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: ua-parser-js: - specifier: ^1.0.32 - version: 1.0.39 + specifier: ^2.0.0 + version: 2.0.0 devDependencies: '@rollup/plugin-typescript': specifier: 12.1.1 @@ -654,6 +654,9 @@ packages: resolution: {integrity: sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==} engines: {node: '>=6'} + detect-europe-js@0.1.2: + resolution: {integrity: sha512-lgdERlL3u0aUdHocoouzT10d9I89VVhk0qNRmll7mXdGfJT1/wqZ2ZLA4oJAjeACPY5fT1wsbq2AT+GkuInsow==} + detect-indent@6.1.0: resolution: {integrity: sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==} engines: {node: '>=8'} @@ -859,6 +862,9 @@ packages: resolution: {integrity: sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==} engines: {node: '>=0.10.0'} + is-standalone-pwa@0.1.1: + resolution: {integrity: sha512-9Cbovsa52vNQCjdXOzeQq5CnCbAcRk05aU62K20WO372NrTv0NxibLFCK6lQ4/iZEFdEA3p3t2VNOn8AJ53F5g==} + is-stream@3.0.0: resolution: {integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} @@ -1393,8 +1399,11 @@ packages: engines: {node: '>=14.17'} hasBin: true - ua-parser-js@1.0.39: - resolution: {integrity: sha512-k24RCVWlEcjkdOxYmVJgeD/0a1TiSpqLg+ZalVGV9lsnr4yqu0w7tX/x2xX6G4zpkgQnRf89lxuZ1wsbjXM8lw==} + ua-is-frozen@0.1.2: + resolution: {integrity: sha512-RwKDW2p3iyWn4UbaxpP2+VxwqXh0jpvdxsYpZ5j/MLLiQOfbsV5shpgQiw93+KMYQPcteeMQ289MaAFzs3G9pw==} + + ua-parser-js@2.0.0: + resolution: {integrity: sha512-SASgD4RlB7+SCMmlVNqrhPw0f/2pGawWBzJ2+LwGTD0GgNnrKGzPJDiraGHJDwW9Zm5DH2lTmUpqDpbZjJY4+Q==} hasBin: true uglify-js@3.19.3: @@ -2035,6 +2044,8 @@ snapshots: deep-eql@5.0.2: {} + detect-europe-js@0.1.2: {} + detect-indent@6.1.0: {} detect-newline@3.1.0: {} @@ -2233,6 +2244,8 @@ snapshots: is-plain-obj@1.1.0: {} + is-standalone-pwa@0.1.1: {} + is-stream@3.0.0: {} is-text-path@1.0.1: @@ -2756,7 +2769,13 @@ snapshots: typescript@5.6.3: {} - ua-parser-js@1.0.39: {} + ua-is-frozen@0.1.2: {} + + ua-parser-js@2.0.0: + dependencies: + detect-europe-js: 0.1.2 + is-standalone-pwa: 0.1.1 + ua-is-frozen: 0.1.2 uglify-js@3.19.3: optional: true