Skip to content

Commit 50737cc

Browse files
5.1.x dependabot/npm and yarn/grunt 1.5.2 (#206)
* Bump grunt from 1.3.0 to 1.5.2 Bumps [grunt](https://github.com/gruntjs/grunt) from 1.3.0 to 1.5.2. - [Release notes](https://github.com/gruntjs/grunt/releases) - [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG) - [Commits](gruntjs/grunt@v1.3.0...v1.5.2) --- updated-dependencies: - dependency-name: grunt dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * rebuild after security update Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5fe92bf commit 50737cc

File tree

6 files changed

+657
-392
lines changed

6 files changed

+657
-392
lines changed

dist/libCommon-v5.0.9.js

+530-305
Large diffs are not rendered by default.

dist/locales/moment/ca.js

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
future: "d'aquí %s",
4848
past: "fa %s",
4949
s: "uns segons",
50+
ss: "%d segons",
5051
m: "un minut",
5152
mm: "%d minuts",
5253
h: "una hora",

dist/locales/moment/es.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,15 @@
4949
future: "en %s",
5050
past: "hace %s",
5151
s: "unos segundos",
52+
ss: "%d segundos",
5253
m: "un minuto",
5354
mm: "%d minutos",
5455
h: "una hora",
5556
hh: "%d horas",
5657
d: "un día",
5758
dd: "%d días",
59+
w: "una semana",
60+
ww: "%d semanas",
5861
M: "un mes",
5962
MM: "%d meses",
6063
y: "un año",
@@ -65,6 +68,7 @@
6568
week: {
6669
dow: 1,
6770
doy: 4
68-
}
71+
},
72+
invalidDate: "Fecha inválida"
6973
});
7074
});

dist/locales/moment/gl.js

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
},
4343
past: "hai %s",
4444
s: "uns segundos",
45+
ss: "%d segundos",
4546
m: "un minuto",
4647
mm: "%d minutos",
4748
h: "unha hora",

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"file-saver": "*",
3636
"font-awesome": "~4.3",
3737
"gifsicle": "^5.0.0",
38-
"grunt": "^1.0.4",
38+
"grunt": "^1.5.2",
3939
"grunt-angular-templates": "^1.2.0",
4040
"grunt-browser-output": "1.0.3",
4141
"grunt-cli": "^1.3.2",
@@ -66,7 +66,7 @@
6666
"less": "3.11.1",
6767
"load-grunt-tasks": "^3.5.0",
6868
"lodash": "^4.17.21",
69-
"moment": "2.19.3",
69+
"moment": "2.29.2",
7070
"nanoscroller": "^0.8.7",
7171
"ng-autofocus": "~0.0.1",
7272
"ng-file-upload": "3.0.7",
@@ -89,7 +89,7 @@
8989
"**/ws": "7.4.6",
9090
"**/lodash": "^4.17.21",
9191
"**/hosted-git-info": "3.0.8",
92-
"**/minimist": "1.2.5",
92+
"**/minimist": "1.2.6",
9393
"**/yargs-parser": "13.1.2",
9494
"**/cheerio": "0.12.3",
9595
"**/cheerio-select": "0.0.3",

0 commit comments

Comments
 (0)