Fix npm install for fontawesome
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Tobias Reisinger 2021-07-31 02:54:29 +02:00
parent 0b27cb40e5
commit 233f7a8f6f
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 24 additions and 9 deletions

19
package-lock.json generated
View file

@ -1,13 +1,14 @@
{
"name": "reitanlage-oranienburg",
"version": "1.0.0",
"version": "1.2.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "1.0.0",
"version": "1.1.0",
"license": "Apache-2.0",
"dependencies": {
"@fortawesome/fontawesome-pro": "file:fontawesome-pro.tar.gz",
"bootstrap": "^4.6.0",
"cross-env": "^7.0.3",
"jquery": "^3.6.0",
@ -1680,6 +1681,16 @@
"node": ">=10.0.0"
}
},
"node_modules/@fortawesome/fontawesome-pro": {
"version": "5.15.2",
"resolved": "file:fontawesome-pro.tar.gz",
"integrity": "sha512-0SlAupmAzI8QGWB7AiQYSwQsW5z3IKFP/c4bjaQ705oZcz5q8FEcXX+iZUv49sF9b3ckX6lD2j2Q+3OFovZUHg==",
"hasInstallScript": true,
"license": "UNLICENSED",
"engines": {
"node": ">=6"
}
},
"node_modules/@nodelib/fs.scandir": {
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
@ -10583,6 +10594,10 @@
"integrity": "sha512-Fxt+AfXgjMoin2maPIYzFZnQjAXjAL0PHscM5pRTtatFqB+vZxAM9tLp2Optnuw3QOQC40jTNeGYFOMvyf7v9g==",
"dev": true
},
"@fortawesome/fontawesome-pro": {
"version": "file:fontawesome-pro.tar.gz",
"integrity": "sha512-0SlAupmAzI8QGWB7AiQYSwQsW5z3IKFP/c4bjaQ705oZcz5q8FEcXX+iZUv49sF9b3ckX6lD2j2Q+3OFovZUHg=="
},
"@nodelib/fs.scandir": {
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",