From 903e092829b0c3cb80fc00ad801fbc3e6b81db56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Feb 2022 01:37:17 +0000 Subject: [PATCH] Bump url-parse from 1.4.7 to 1.5.10 Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 35b13fe..fd914ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ng-snotify-example", - "version": "9.0.0", + "version": "9.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -11113,8 +11113,9 @@ } }, "ng-snotify": { - "version": "file:dist/ng-snotify/ng-snotify-9.0.2.tgz", - "integrity": "sha512-Zf4iTqCgeVXbsw+Yglfl8OwJtDHpviMn8IYmY9uAW/wYU4FgVdx6dxYYUahQ4fP1CwqcATvmgiUDue8MkmtpZw==" + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/ng-snotify/-/ng-snotify-9.0.1.tgz", + "integrity": "sha512-NYNtXHGiuBOYz+3/1k/l32IXmlrRNFbK9Z+nQM0dg6HWS+HZpPW84mvOBFLdxYTgzq8+SA6NXaEG4wAgMtFTeg==" }, "nice-try": { "version": "1.0.5", @@ -16071,9 +16072,9 @@ } }, "url-parse": { - "version": "1.4.7", - "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz", - "integrity": "sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg==", + "version": "1.5.10", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", + "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", "dev": true, "requires": { "querystringify": "^2.1.1",