From ec10b53e229fbce4573e511ad77a7800e69c7785 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 17:13:36 +0000 Subject: [PATCH] chore(deps): bump ua-parser-js Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.32 to 0.7.33. - [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.32...0.7.33) --- updated-dependencies: - dependency-name: ua-parser-js dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../wsearch/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/udemy/the-modern-angular-bootcamp/section-13-handling-data-and-http-requests/wsearch/package-lock.json b/udemy/the-modern-angular-bootcamp/section-13-handling-data-and-http-requests/wsearch/package-lock.json index 9a22fdde..38f5d214 100644 --- a/udemy/the-modern-angular-bootcamp/section-13-handling-data-and-http-requests/wsearch/package-lock.json +++ b/udemy/the-modern-angular-bootcamp/section-13-handling-data-and-http-requests/wsearch/package-lock.json @@ -11063,9 +11063,9 @@ "dev": true }, "ua-parser-js": { - "version": "0.7.32", - "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.32.tgz", - "integrity": "sha512-f9BESNVhzlhEFf2CHMSj40NWOjYPl1YKYbrvIr/hFTDEmLq7SRbWvm7FcdcpCYT95zrOhC7gZSxjdnnTpBcwVw==", + "version": "0.7.33", + "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.33.tgz", + "integrity": "sha512-s8ax/CeZdK9R/56Sui0WM6y9OFREJarMRHqLB2EwkovemBxNQ+Bqu8GAsUnVcXKgphb++ghr/B2BZx4mahujPw==", "dev": true }, "unicode-canonical-property-names-ecmascript": {