From e44bc3e6740664b1dc1eb056abd90ea2fcb4c760 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 10:16:25 +0000 Subject: [PATCH] Bump grunt from 1.4.1 to 1.5.2 Bumps [grunt](https://github.com/gruntjs/grunt) from 1.4.1 to 1.5.2. - [Release notes](https://github.com/gruntjs/grunt/releases) - [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt/compare/v1.4.1...v1.5.2) --- updated-dependencies: - dependency-name: grunt dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9464f83b9..e776f4d92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "opensourcepos", - "version": "3.3.6", + "version": "3.3.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "opensourcepos", - "version": "3.3.6", + "version": "3.3.7", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -14,7 +14,7 @@ "bootswatch": "^5.1.3" }, "devDependencies": { - "grunt": "^1.4.1", + "grunt": "^1.5.2", "grunt-bower": "^0.21.4", "grunt-bower-concat": "^1.0.0", "grunt-bower-licensechecker": "^0.1.2", @@ -31,7 +31,7 @@ "grunt-contrib-uglify": "~5.0.1", "grunt-contrib-watch": "~0.5.3", "grunt-license-bower": "~1.0.1", - "grunt-script-link-tags": "git://github.com/jekkos/grunt-script-link-tags.git#master", + "grunt-script-link-tags": "https://github.com/jekkos/grunt-script-link-tags.git#master", "grunt-wiredep": "^2.0.0", "load-grunt-tasks": "^3.4.0", "npm": "^6.14.15" @@ -1259,9 +1259,9 @@ "dev": true }, "node_modules/grunt": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/grunt/-/grunt-1.4.1.tgz", - "integrity": "sha512-ZXIYXTsAVrA7sM+jZxjQdrBOAg7DyMUplOMhTaspMRExei+fD0BTwdWXnn0W5SXqhb/Q/nlkzXclSi3IH55PIA==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/grunt/-/grunt-1.5.2.tgz", + "integrity": "sha512-XCtfaIu72OyDqK24MjWiGC9SwlkuhkS1mrULr1xzuJ2XqAFhP3ZAchZGHJeSCY6mkaOXU4F7SbmmCF7xIVoC9w==", "dev": true, "dependencies": { "dateformat": "~3.0.3", @@ -1269,7 +1269,7 @@ "exit": "~0.1.2", "findup-sync": "~0.3.0", "glob": "~7.1.6", - "grunt-cli": "~1.4.2", + "grunt-cli": "~1.4.3", "grunt-known-options": "~2.0.0", "grunt-legacy-log": "~3.0.0", "grunt-legacy-util": "~2.0.1", @@ -9700,9 +9700,9 @@ "dev": true }, "grunt": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/grunt/-/grunt-1.4.1.tgz", - "integrity": "sha512-ZXIYXTsAVrA7sM+jZxjQdrBOAg7DyMUplOMhTaspMRExei+fD0BTwdWXnn0W5SXqhb/Q/nlkzXclSi3IH55PIA==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/grunt/-/grunt-1.5.2.tgz", + "integrity": "sha512-XCtfaIu72OyDqK24MjWiGC9SwlkuhkS1mrULr1xzuJ2XqAFhP3ZAchZGHJeSCY6mkaOXU4F7SbmmCF7xIVoC9w==", "dev": true, "requires": { "dateformat": "~3.0.3", @@ -9710,7 +9710,7 @@ "exit": "~0.1.2", "findup-sync": "~0.3.0", "glob": "~7.1.6", - "grunt-cli": "~1.4.2", + "grunt-cli": "~1.4.3", "grunt-known-options": "~2.0.0", "grunt-legacy-log": "~3.0.0", "grunt-legacy-util": "~2.0.1", diff --git a/package.json b/package.json index 2468f2335..2b1022759 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "POS" ], "devDependencies": { - "grunt": "^1.4.1", + "grunt": "^1.5.2", "grunt-bower": "^0.21.4", "grunt-bower-concat": "^1.0.0", "grunt-bower-licensechecker": "^0.1.2",