From d355f8680a73f8d4389df7faf3062ac4430096ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 07:02:57 +0000 Subject: [PATCH] Bump tmpl in /DigitalTwin/Robot_ROS_Unity/OPCUA/simulator Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../Robot_ROS_Unity/OPCUA/simulator/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DigitalTwin/Robot_ROS_Unity/OPCUA/simulator/package-lock.json b/DigitalTwin/Robot_ROS_Unity/OPCUA/simulator/package-lock.json index 6a276e8..69ce17b 100644 --- a/DigitalTwin/Robot_ROS_Unity/OPCUA/simulator/package-lock.json +++ b/DigitalTwin/Robot_ROS_Unity/OPCUA/simulator/package-lock.json @@ -7481,9 +7481,9 @@ "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==" }, "tmpl": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz", - "integrity": "sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE=", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", + "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==", "dev": true }, "to-fast-properties": {