Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit c140d89

Browse files
Splaktargkalpak
authored andcommitted
chore(build): support NodeJS LTS v14. fix audit issues
- from:483 vulnerabilities found - 273 Low | 38 Moderate | 168 High | 4 Critical - to: 389 vulnerabilities found - 259 Low | 28 Moderate | 98 High | 4 Critical Closes #17139
1 parent 1a5b051 commit c140d89

File tree

4 files changed

+668
-381
lines changed

4 files changed

+668
-381
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ executors:
2828
type: string
2929
default: medium
3030
docker:
31-
- image: circleci/node:12.16.3@sha256:8fe514dae7585bbee1c64bf5a6cd4dcdf393316b5c87565b47e31014872c8860
31+
- image: circleci/node:14.16.1@sha256:b094e85848b43209ca83d9bb114d406fe62c75cb73b18c9d8eb1a9c6462c97d4
3232
resource_class: << parameters.resource_class >>
3333
working_directory: ~/ng
3434
cloud-sdk:

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12
1+
14.16.1

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"changez": "^2.1.1",
2828
"changez-angular": "^2.1.2",
2929
"cheerio": "^0.17.0",
30-
"commitizen": "^2.3.0",
30+
"commitizen": "^4.2.4",
3131
"commitplease": "^2.7.10",
3232
"cross-spawn": "^4.0.0",
3333
"cz-conventional-changelog": "1.1.4",
@@ -38,7 +38,7 @@
3838
"firebase-tools": "^9.3.0",
3939
"glob": "^6.0.1",
4040
"google-code-prettify": "1.0.1",
41-
"grunt": "^1.0.1",
41+
"grunt": "^1.4.1",
4242
"grunt-bump": "^0.8.0",
4343
"grunt-cli": "^1.2.0",
4444
"grunt-contrib-clean": "^1.0.0",
@@ -55,7 +55,7 @@
5555
"gulp-foreach": "0.0.1",
5656
"gulp-rename": "^1.2.0",
5757
"gulp-sourcemaps": "^1.2.2",
58-
"gulp-uglify": "^1.0.1",
58+
"gulp-uglify": "^3.0.2",
5959
"gulp-util": "^3.0.1",
6060
"jasmine-core": "^2.8.0",
6161
"jasmine-node": "^2.0.0",
@@ -76,7 +76,7 @@
7676
"karma-script-launcher": "1.0.0",
7777
"karma-spec-reporter": "0.0.32",
7878
"load-grunt-tasks": "^3.5.0",
79-
"lodash": "~4.17.19",
79+
"lodash": "~4.17.21",
8080
"log4js": "^0.6.27",
8181
"lunr": "^0.7.2",
8282
"marked": "~0.3.0",

0 commit comments

Comments
 (0)