From aa9dd364463eb0324abfe9f5e93757afddf56402 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Apr 2023 11:19:05 +0000 Subject: [PATCH] Bump ua-parser-js Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.22 to 0.7.35. - [Release notes](https://github.com/faisalman/ua-parser-js/releases) - [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md) - [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.22...0.7.35) --- updated-dependencies: - dependency-name: ua-parser-js dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../src/Project/BasicCompany/nextjs/package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/helix-basic-nextjs/src/Project/BasicCompany/nextjs/package-lock.json b/examples/helix-basic-nextjs/src/Project/BasicCompany/nextjs/package-lock.json index 2aa11ea2..70f1dedb 100644 --- a/examples/helix-basic-nextjs/src/Project/BasicCompany/nextjs/package-lock.json +++ b/examples/helix-basic-nextjs/src/Project/BasicCompany/nextjs/package-lock.json @@ -1,6 +1,6 @@ { "name": "basiccompany", - "version": "16.0.0-canary.34", + "version": "16.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -24137,9 +24137,9 @@ "dev": true }, "ua-parser-js": { - "version": "0.7.22", - "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.22.tgz", - "integrity": "sha512-YUxzMjJ5T71w6a8WWVcMGM6YWOTX27rCoIQgLXiWaxqXSx9D7DNjiGWn1aJIRSQ5qr0xuhra77bSIh6voR/46Q==", + "version": "0.7.35", + "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.35.tgz", + "integrity": "sha512-veRf7dawaj9xaWEu9HoTVn5Pggtc/qj+kqTOFvNiN1l0YdxwC1kvel57UCjThjGa3BHBihE8/UJAHI+uQHmd/g==", "dev": true }, "unc-path-regex": {