Compare commits
3 commits
develop
...
patch-vuln
Author | SHA1 | Date | |
---|---|---|---|
|
5228b9835b | ||
|
569588c463 | ||
|
e4b5989b1b |
3 changed files with 8 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -7,6 +7,9 @@
|
||||||
# Node.js
|
# Node.js
|
||||||
/node_modules
|
/node_modules
|
||||||
|
|
||||||
|
# NPM
|
||||||
|
package-lock.json
|
||||||
|
|
||||||
# yarn
|
# yarn
|
||||||
yarn.lock
|
yarn.lock
|
||||||
|
|
||||||
|
|
1
.npmrc
1
.npmrc
|
@ -1,2 +1 @@
|
||||||
save-exact = true
|
save-exact = true
|
||||||
package-lock = false
|
|
||||||
|
|
|
@ -25,6 +25,10 @@
|
||||||
"test": "gulp test",
|
"test": "gulp test",
|
||||||
"format": "gulp format"
|
"format": "gulp format"
|
||||||
},
|
},
|
||||||
|
"resolutions": {
|
||||||
|
"gulp-cssnano/cssnano/postcss-svgo/svgo/js-yaml": "^3.13.1",
|
||||||
|
"video-thumbnail-generator/lodash": "^4.17.11"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@elastic/elasticsearch": "7.0.0-rc.2",
|
"@elastic/elasticsearch": "7.0.0-rc.2",
|
||||||
"@fortawesome/fontawesome-svg-core": "1.2.15",
|
"@fortawesome/fontawesome-svg-core": "1.2.15",
|
||||||
|
@ -169,6 +173,7 @@
|
||||||
"nested-property": "0.0.7",
|
"nested-property": "0.0.7",
|
||||||
"node-fetch": "2.5.0",
|
"node-fetch": "2.5.0",
|
||||||
"nodemailer": "6.1.1",
|
"nodemailer": "6.1.1",
|
||||||
|
"npm-force-resolutions": "0.0.2",
|
||||||
"nprogress": "0.2.0",
|
"nprogress": "0.2.0",
|
||||||
"object-assign-deep": "0.4.0",
|
"object-assign-deep": "0.4.0",
|
||||||
"os-utils": "0.0.14",
|
"os-utils": "0.0.14",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue