Compare commits

...

3 Commits

Author SHA1 Message Date
Alexandre Dulaunoy 72fe3433f6
chg: [security] update to latest version of Gem files 2020-09-07 15:34:05 +02:00
Alexandre Dulaunoy 652d4bc0c2
Merge pull request #2 from MISP/dependabot/npm_and_yarn/tree-kill-1.2.2
build(deps): bump tree-kill from 1.2.1 to 1.2.2
2020-09-07 15:16:27 +02:00
dependabot[bot] 291aa160e3
build(deps): bump tree-kill from 1.2.1 to 1.2.2
Bumps [tree-kill](https://github.com/pkrumins/node-tree-kill) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/pkrumins/node-tree-kill/releases)
- [Commits](https://github.com/pkrumins/node-tree-kill/compare/v1.2.1...v1.2.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-07 13:15:16 +00:00
3 changed files with 8 additions and 5 deletions

View File

@ -1,2 +1,3 @@
source "https://rubygems.org"
gemspec
gemspec
gem "kramdown-parser-gfm"

View File

@ -25,5 +25,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "jekyll-include-cache", "~> 0.1"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_dependency "rake", ">= 12.3.3"
end

6
package-lock.json generated
View File

@ -2195,9 +2195,9 @@
}
},
"tree-kill": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.1.tgz",
"integrity": "sha512-4hjqbObwlh2dLyW4tcz0Ymw0ggoaVDMveUB9w8kFSQScdRLo0gxO9J7WFcUBo+W3C1TLdFIEwNOWebgZZ0RH9Q==",
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz",
"integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==",
"dev": true
},
"uglify-js": {