Bump node to 14 (#1815)

* Bump node to 14

* Bump gulp-filter

* Bump dependencies

* Bump jslib

* Bump dependencies
This commit is contained in:
Oscar Hinton 2021-05-12 22:39:23 +02:00 committed by GitHub
parent 906367ea54
commit 00f20c1c2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 410 additions and 541 deletions

View File

@ -55,7 +55,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '14.x'
- name: Print environment
run: |

View File

@ -77,7 +77,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '14.x'
- name: Print environment
run: |

2
jslib

@ -1 +1 @@
Subproject commit 2841cff90a8ff8136b5d580443725be792521bea
Subproject commit ba1a40af4e93c78b3312a1167e7cc16729910069

936
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -29,11 +29,12 @@
"devDependencies": {
"@angular/compiler-cli": "^11.2.11",
"@ngtools/webpack": "^11.2.10",
"@types/chrome": "^0.0.135",
"@types/chrome": "^0.0.139",
"@types/firefox-webext-browser": "^82.0.0",
"@types/jasmine": "^3.6.0",
"@types/lunr": "^2.3.3",
"@types/mousetrap": "^1.6.7",
"@types/node": "^14.14.43",
"@types/node-forge": "^0.9.7",
"@types/tldjs": "^2.3.0",
"@types/webcrypto": "^0.0.28",
@ -46,7 +47,7 @@
"del": "^6.0.0",
"file-loader": "^6.2.0",
"gulp": "^4.0.2",
"gulp-filter": "^6.0.0",
"gulp-filter": "^7.0.0",
"gulp-google-webfonts": "^4.0.0",
"gulp-if": "^3.0.0",
"gulp-json-editor": "^2.5.5",
@ -108,5 +109,9 @@
"web-animations-js": "^2.3.2",
"zone.js": "^0.11.4",
"zxcvbn": "4.4.2"
},
"engines": {
"node": "~14",
"npm": "~6"
}
}