From 9b8a775c9c7c69d23eb8ee074d64440ee9624a43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 19:32:54 +0000 Subject: [PATCH] chore(deps): bump aurelia-framework from 1.3.1 to 1.4.1 in /client Bumps [aurelia-framework](https://github.com/aurelia/framework) from 1.3.1 to 1.4.1. - [Release notes](https://github.com/aurelia/framework/releases) - [Changelog](https://github.com/aurelia/framework/blob/master/doc/CHANGELOG.md) - [Commits](https://github.com/aurelia/framework/compare/1.3.1...1.4.1) --- updated-dependencies: - dependency-name: aurelia-framework dependency-type: indirect ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 1413437..8929a73 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1846,9 +1846,9 @@ } }, "aurelia-framework": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/aurelia-framework/-/aurelia-framework-1.3.1.tgz", - "integrity": "sha512-eKR+JnrVzYQ372pokHjfw+YfiGpFIO6yGOotGHkeLtIVZcVowX4oYe1HEkDe7/VXU3f6cDILoYkNIwrZUBij0g==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/aurelia-framework/-/aurelia-framework-1.4.1.tgz", + "integrity": "sha512-oFnJyqqIDk2Kk7iSy2YNm2MNQMbTVEiPpa9q0oGfDLclqUgv+L05rnkEW9vEpVTUMV8gmOTxIrDidNICrDT7HA==", "requires": { "aurelia-binding": "^2.0.0", "aurelia-dependency-injection": "^1.0.0", @@ -1856,9 +1856,26 @@ "aurelia-logging": "^1.0.0", "aurelia-metadata": "^1.0.0", "aurelia-pal": "^1.0.0", - "aurelia-path": "^1.0.0", + "aurelia-path": "^1.1.7", "aurelia-task-queue": "^1.0.0", - "aurelia-templating": "^1.8.1" + "aurelia-templating": "^1.11.1" + }, + "dependencies": { + "aurelia-templating": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/aurelia-templating/-/aurelia-templating-1.11.1.tgz", + "integrity": "sha512-7Zrb/yvnIYBIlqGaLXIiBsmWMoFwo3SSoxyoucqWe/M80YpR4LJaTEKoZxhZZI6x9pU+tlFOBkwd/sA1JqPR8w==", + "requires": { + "aurelia-binding": "^2.0.0", + "aurelia-dependency-injection": "^1.0.0", + "aurelia-loader": "^1.0.0", + "aurelia-logging": "^1.0.0", + "aurelia-metadata": "^1.0.0", + "aurelia-pal": "^1.0.0", + "aurelia-path": "^1.1.7", + "aurelia-task-queue": "^1.1.0" + } + } } }, "aurelia-history": {