From 311bb1f8a9b8423012a65b89afb0f4d3ab7e4562 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2019 07:59:16 +0000 Subject: [PATCH] Bump @uirouter/angularjs from 1.0.22 to 1.0.23 in /js Bumps [@uirouter/angularjs](https://github.com/angular-ui/ui-router) from 1.0.22 to 1.0.23. - [Release notes](https://github.com/angular-ui/ui-router/releases) - [Changelog](https://github.com/angular-ui/ui-router/blob/master/CHANGELOG.md) - [Commits](https://github.com/angular-ui/ui-router/compare/1.0.22...1.0.23) Signed-off-by: dependabot-preview[bot] --- js/package-lock.json | 14 +++++++------- js/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/js/package-lock.json b/js/package-lock.json index df5b5e839..ef4b75f84 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1249,17 +1249,17 @@ "integrity": "sha512-aK9jxMypeSrhiYofWWBf/T7O+KwaiAHzM4sveCdWPn71lzUSMimRnKzhXDKfKwV1kWoBo2P1aGgaIYGLf9/ljw==" }, "@uirouter/angularjs": { - "version": "1.0.22", - "resolved": "https://registry.npmjs.org/@uirouter/angularjs/-/angularjs-1.0.22.tgz", - "integrity": "sha512-d0SvdbXAav+Z6gCJd7gmn2eXEUtO3RvYcSLwtPaE8+7QiWHpSKNfGdD4D3noXhO2yUTz/AwaxsiRFMCwgVI0UQ==", + "version": "1.0.23", + "resolved": "https://registry.npmjs.org/@uirouter/angularjs/-/angularjs-1.0.23.tgz", + "integrity": "sha512-r4hLSw7R3mwXGC5Sq7yxNlBK1sSzQUm/1MzigwwYRHoMO5uKcBPUhxFYx5U7kufP2Xl1165KeZvRsLCh0/Z1ng==", "requires": { - "@uirouter/core": "5.0.23" + "@uirouter/core": "6.0.1" } }, "@uirouter/core": { - "version": "5.0.23", - "resolved": "https://registry.npmjs.org/@uirouter/core/-/core-5.0.23.tgz", - "integrity": "sha512-rwFOH++z/KY8y+h0IOpQ5uC8Nim6E0EBCQrIjhVCr+XKYXgpK+VdtuOLFdogvbJ3AAi5Z7ei00qdEr7Did5CAg==" + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@uirouter/core/-/core-6.0.1.tgz", + "integrity": "sha512-mHCutiHtDDRKYmrJ92XPKDoSb2bgqaDyUpHdF4hUE+riwgkCvGdBjL8u+VDTcV3slBAk6B0LBIOIajjWkkObbQ==" }, "@vue/component-compiler-utils": { "version": "3.0.0", diff --git a/js/package.json b/js/package.json index 053b66fac..cadd87d43 100644 --- a/js/package.json +++ b/js/package.json @@ -7,7 +7,7 @@ "test": "tests" }, "dependencies": { - "@uirouter/angularjs": "^1.0.22", + "@uirouter/angularjs": "^1.0.23", "angular": "^1.7.8", "angular-animate": "^1.7.8", "angular-file-upload": "^2.5.0",