diff --git a/package-lock.json b/package-lock.json index c7b9ad7..b3baf62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "grunt-contrib-uglify": "~5.2.2", "grunt-contrib-watch": "~1.1.0", "grunt-wp-i18n": "~1.0.4", - "time-grunt": "~1.4.0" + "time-grunt": "~2.0.0" }, "engines": { "node": ">= 24.0.0" @@ -3215,9 +3215,10 @@ "license": "MIT" }, "node_modules/time-grunt": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/time-grunt/-/time-grunt-1.4.0.tgz", - "integrity": "sha512-u8n+ZOcdNDkrqlyN+x1ayHN0X+hMgg3SS191EE5xO03nRVnVpNp3UJSmUBCQCAbe959LqWttMaELNclfmWM+fQ==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/time-grunt/-/time-grunt-2.0.0.tgz", + "integrity": "sha512-iQD2AeDYCAJrsPC/eUsfYZD9UT7TuBOmUIgFV5zeTQgRk6yLJKoc3aYR0gusJ0m+bG13B6qrDZ0SwPLe0/htHw==", + "deprecated": "Deprecated because Grunt is practically unmaintained. Move on to something better. This package will continue to work with Grunt v1, but it will not receive any updates.", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e3075bf..eddee07 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,6 @@ "grunt-contrib-uglify": "~5.2.2", "grunt-contrib-watch": "~1.1.0", "grunt-wp-i18n": "~1.0.4", - "time-grunt": "~1.4.0" + "time-grunt": "~2.0.0" } }