[deploy] updated grunt module

This commit is contained in:
Maxim Kadushkin 2022-06-04 14:16:09 +03:00
parent 730ea07cc6
commit 72ab73d0f3
2 changed files with 10 additions and 10 deletions

View file

@ -8,7 +8,7 @@
"name": "common", "name": "common",
"version": "1.0.1", "version": "1.0.1",
"dependencies": { "dependencies": {
"grunt": "^1.4.1", "grunt": "^1.5.3",
"grunt-contrib-clean": "^2.0.0", "grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^2.0.0", "grunt-contrib-concat": "^2.0.0",
"grunt-contrib-copy": "^1.0.0", "grunt-contrib-copy": "^1.0.0",
@ -4197,16 +4197,16 @@
} }
}, },
"node_modules/grunt": { "node_modules/grunt": {
"version": "1.4.1", "version": "1.5.3",
"resolved": "https://registry.npmjs.org/grunt/-/grunt-1.4.1.tgz", "resolved": "https://registry.npmjs.org/grunt/-/grunt-1.5.3.tgz",
"integrity": "sha512-ZXIYXTsAVrA7sM+jZxjQdrBOAg7DyMUplOMhTaspMRExei+fD0BTwdWXnn0W5SXqhb/Q/nlkzXclSi3IH55PIA==", "integrity": "sha512-mKwmo4X2d8/4c/BmcOETHek675uOqw0RuA/zy12jaspWqvTp4+ZeQF1W+OTpcbncnaBsfbQJ6l0l4j+Sn/GmaQ==",
"dependencies": { "dependencies": {
"dateformat": "~3.0.3", "dateformat": "~3.0.3",
"eventemitter2": "~0.4.13", "eventemitter2": "~0.4.13",
"exit": "~0.1.2", "exit": "~0.1.2",
"findup-sync": "~0.3.0", "findup-sync": "~0.3.0",
"glob": "~7.1.6", "glob": "~7.1.6",
"grunt-cli": "~1.4.2", "grunt-cli": "~1.4.3",
"grunt-known-options": "~2.0.0", "grunt-known-options": "~2.0.0",
"grunt-legacy-log": "~3.0.0", "grunt-legacy-log": "~3.0.0",
"grunt-legacy-util": "~2.0.1", "grunt-legacy-util": "~2.0.1",
@ -16587,16 +16587,16 @@
"dev": true "dev": true
}, },
"grunt": { "grunt": {
"version": "1.4.1", "version": "1.5.3",
"resolved": "https://registry.npmjs.org/grunt/-/grunt-1.4.1.tgz", "resolved": "https://registry.npmjs.org/grunt/-/grunt-1.5.3.tgz",
"integrity": "sha512-ZXIYXTsAVrA7sM+jZxjQdrBOAg7DyMUplOMhTaspMRExei+fD0BTwdWXnn0W5SXqhb/Q/nlkzXclSi3IH55PIA==", "integrity": "sha512-mKwmo4X2d8/4c/BmcOETHek675uOqw0RuA/zy12jaspWqvTp4+ZeQF1W+OTpcbncnaBsfbQJ6l0l4j+Sn/GmaQ==",
"requires": { "requires": {
"dateformat": "~3.0.3", "dateformat": "~3.0.3",
"eventemitter2": "~0.4.13", "eventemitter2": "~0.4.13",
"exit": "~0.1.2", "exit": "~0.1.2",
"findup-sync": "~0.3.0", "findup-sync": "~0.3.0",
"glob": "~7.1.6", "glob": "~7.1.6",
"grunt-cli": "~1.4.2", "grunt-cli": "~1.4.3",
"grunt-known-options": "~2.0.0", "grunt-known-options": "~2.0.0",
"grunt-legacy-log": "~3.0.0", "grunt-legacy-log": "~3.0.0",
"grunt-legacy-util": "~2.0.1", "grunt-legacy-util": "~2.0.1",

View file

@ -4,7 +4,7 @@
"homepage": "http://www.onlyoffice.com", "homepage": "http://www.onlyoffice.com",
"private": true, "private": true,
"dependencies": { "dependencies": {
"grunt": "^1.4.1", "grunt": "^1.5.3",
"grunt-contrib-clean": "^2.0.0", "grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^2.0.0", "grunt-contrib-concat": "^2.0.0",
"grunt-contrib-copy": "^1.0.0", "grunt-contrib-copy": "^1.0.0",