fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CKEDITOR4-1922733 - https://snyk.io/vuln/SNYK-JS-CKEDITOR4-1922735
This commit is contained in:
16
package-lock.json
generated
16
package-lock.json
generated
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "phpvms",
|
"name": "npm-proj-1637278668440-0.3155840252673714Cj2SAC",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
"bootstrap": "~4.3",
|
"bootstrap": "~4.3",
|
||||||
"bootstrap-sass": "^3.4.1",
|
"bootstrap-sass": "^3.4.1",
|
||||||
"bootstrap3": "npm:bootstrap@~3.4",
|
"bootstrap3": "npm:bootstrap@~3.4",
|
||||||
"ckeditor4": "4.14.0",
|
"ckeditor4": "^4.17.0",
|
||||||
"cookieconsent": "^3.1.0",
|
"cookieconsent": "^3.1.0",
|
||||||
"cross-env": "^5.1.6",
|
"cross-env": "^5.1.6",
|
||||||
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
|
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
|
||||||
@@ -3030,9 +3030,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/ckeditor4": {
|
"node_modules/ckeditor4": {
|
||||||
"version": "4.14.0",
|
"version": "4.17.0",
|
||||||
"resolved": "https://registry.npmjs.org/ckeditor4/-/ckeditor4-4.14.0.tgz",
|
"resolved": "https://registry.npmjs.org/ckeditor4/-/ckeditor4-4.17.0.tgz",
|
||||||
"integrity": "sha512-g5p3bhbxbwB094bE7ss0rOyvG/azYdRjLTyngnPM2+fKZhnPrMVaFDx3SiiWKB+zyvndT3Deu54VTv/z2MQJCA=="
|
"integrity": "sha512-csrwImc6il06rHIxE7SqfOBZE5kWk1u/J+yMJP4HwTikaWOmqGGoYnSajhSJk0/tbDQrWGUInwV428QzKcHyww=="
|
||||||
},
|
},
|
||||||
"node_modules/class-utils": {
|
"node_modules/class-utils": {
|
||||||
"version": "0.3.6",
|
"version": "0.3.6",
|
||||||
@@ -16466,9 +16466,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ckeditor4": {
|
"ckeditor4": {
|
||||||
"version": "4.14.0",
|
"version": "4.17.0",
|
||||||
"resolved": "https://registry.npmjs.org/ckeditor4/-/ckeditor4-4.14.0.tgz",
|
"resolved": "https://registry.npmjs.org/ckeditor4/-/ckeditor4-4.17.0.tgz",
|
||||||
"integrity": "sha512-g5p3bhbxbwB094bE7ss0rOyvG/azYdRjLTyngnPM2+fKZhnPrMVaFDx3SiiWKB+zyvndT3Deu54VTv/z2MQJCA=="
|
"integrity": "sha512-csrwImc6il06rHIxE7SqfOBZE5kWk1u/J+yMJP4HwTikaWOmqGGoYnSajhSJk0/tbDQrWGUInwV428QzKcHyww=="
|
||||||
},
|
},
|
||||||
"class-utils": {
|
"class-utils": {
|
||||||
"version": "0.3.6",
|
"version": "0.3.6",
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
"bootstrap": "~4.3",
|
"bootstrap": "~4.3",
|
||||||
"bootstrap-sass": "^3.4.1",
|
"bootstrap-sass": "^3.4.1",
|
||||||
"bootstrap3": "npm:bootstrap@~3.4",
|
"bootstrap3": "npm:bootstrap@~3.4",
|
||||||
"ckeditor4": "4.14.0",
|
"ckeditor4": "4.17.0",
|
||||||
"cookieconsent": "^3.1.0",
|
"cookieconsent": "^3.1.0",
|
||||||
"cross-env": "^5.1.6",
|
"cross-env": "^5.1.6",
|
||||||
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
|
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
|
||||||
|
|||||||
Reference in New Issue
Block a user