Compare commits

...

1 Commits

Author SHA1 Message Date
snyk-bot
e3ded36d30
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-CKEDITOR4-2308230
2021-12-04 01:19:14 +00:00
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -1,5 +1,5 @@
{
"name": "phpvms",
"name": "npm-proj-1638580747126-0.26275087051876245RtoWoC",
"lockfileVersion": 2,
"requires": true,
"packages": {
@ -12,7 +12,7 @@
"bootstrap": "~4.3",
"bootstrap-sass": "^3.4.1",
"bootstrap3": "npm:bootstrap@~3.4",
"ckeditor4": "4.14.0",
"ckeditor4": "^4.15.1",
"cookieconsent": "^3.1.0",
"cross-env": "^5.1.6",
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
@ -3030,9 +3030,9 @@
}
},
"node_modules/ckeditor4": {
"version": "4.14.0",
"resolved": "https://registry.npmjs.org/ckeditor4/-/ckeditor4-4.14.0.tgz",
"integrity": "sha512-g5p3bhbxbwB094bE7ss0rOyvG/azYdRjLTyngnPM2+fKZhnPrMVaFDx3SiiWKB+zyvndT3Deu54VTv/z2MQJCA=="
"version": "4.15.1",
"resolved": "https://registry.npmjs.org/ckeditor4/-/ckeditor4-4.15.1.tgz",
"integrity": "sha512-t2q61VG2h0i5DwZ+G3jTesrBSGnhNK0iKVdSzLBKx40PQzcDUDZOWJbMlpbAOuMzAAS096x5J2H4u/IyQRl1vQ=="
},
"node_modules/class-utils": {
"version": "0.3.6",
@ -16466,9 +16466,9 @@
}
},
"ckeditor4": {
"version": "4.14.0",
"resolved": "https://registry.npmjs.org/ckeditor4/-/ckeditor4-4.14.0.tgz",
"integrity": "sha512-g5p3bhbxbwB094bE7ss0rOyvG/azYdRjLTyngnPM2+fKZhnPrMVaFDx3SiiWKB+zyvndT3Deu54VTv/z2MQJCA=="
"version": "4.15.1",
"resolved": "https://registry.npmjs.org/ckeditor4/-/ckeditor4-4.15.1.tgz",
"integrity": "sha512-t2q61VG2h0i5DwZ+G3jTesrBSGnhNK0iKVdSzLBKx40PQzcDUDZOWJbMlpbAOuMzAAS096x5J2H4u/IyQRl1vQ=="
},
"class-utils": {
"version": "0.3.6",

View File

@ -17,7 +17,7 @@
"bootstrap": "~4.3",
"bootstrap-sass": "^3.4.1",
"bootstrap3": "npm:bootstrap@~3.4",
"ckeditor4": "4.14.0",
"ckeditor4": "4.15.1",
"cookieconsent": "^3.1.0",
"cross-env": "^5.1.6",
"eonasdan-bootstrap-datetimepicker": "^4.17.47",