From 002327cf96ffcdc77d53ac4117223fb9663672a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 May 2022 20:22:46 +0000 Subject: [PATCH] build(deps): bump angular from 1.7.2 to 1.8.3 in /static Bumps [angular](https://github.com/angular/angular.js) from 1.7.2 to 1.8.3. - [Release notes](https://github.com/angular/angular.js/releases) - [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/angular/angular.js/compare/v1.7.2...v1.8.3) --- updated-dependencies: - dependency-name: angular dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- static/package-lock.json | 13 ++++++++++--- static/package.json | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/static/package-lock.json b/static/package-lock.json index b7cf24d..44f5934 100644 --- a/static/package-lock.json +++ b/static/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "angular": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.2.tgz", - "integrity": "sha512-JcKKJbBdybUsmQ6x1M3xWyTYQ/ioVKJhSByEAjqrhmlOfvMFdhfMqAx5KIo8rLGk4DFolYPcCSgssjgTVjCtRQ==" + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.8.3.tgz", + "integrity": "sha512-5qjkWIQQVsHj4Sb5TcEs4WZWpFeVFHXwxEBHUhrny41D8UrBAd6T/6nPPAsLngJCReIOqi95W3mxdveveutpZw==" }, "angular-resource": { "version": "1.7.2", @@ -31,6 +31,13 @@ "requires": { "angular": "1.7.2", "ws": "1.1.5" + }, + "dependencies": { + "angular": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.2.tgz", + "integrity": "sha512-JcKKJbBdybUsmQ6x1M3xWyTYQ/ioVKJhSByEAjqrhmlOfvMFdhfMqAx5KIo8rLGk4DFolYPcCSgssjgTVjCtRQ==" + } } }, "angularjs-scroll-glue": { diff --git a/static/package.json b/static/package.json index e689828..fc72714 100644 --- a/static/package.json +++ b/static/package.json @@ -16,7 +16,7 @@ }, "homepage": "https://github.com/qmsk/e2#readme", "dependencies": { - "angular": "^1.5.7", + "angular": "^1.8.3", "angular-resource": "^1.5.0", "angular-route": "^1.5.0", "angular-ui-bootstrap": "^1.1.2",