Skip to content
Snippets Groups Projects
Commit bfd379f2 authored by Sigmund, Dominik's avatar Sigmund, Dominik
Browse files

Update deps

parent e012e5cf
No related branches found
No related tags found
1 merge request!1Update index.test.js, examples/all-options.js, examples/log-to-file.js,...
This diff is collapsed.
{ {
"name": "@br/log", "name": "@br/log",
"version": "2.0.0", "version": "2.0.2",
"description": "A simple Logger with Options!", "description": "A simple Logger with Options!",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "jest", "test": "jest",
"sonarqube": "sonar-scanner -Dsonar.projectKey=argos-log -Dsonar.sources=. -Dsonar.host.url=https://it-devops-01.br-edv.brnet.int:8999 -Dsonar.login=gitlab" "sonarqube": "sonar-scanner -Dsonar.projectKey=argos-log -Dsonar.sources=. -Dsonar.host.url=https://it-devops-01.br-edv.brnet.int:8999 -Dsonar.login=gitlab"
}, },
"author": "Dominik Sigmund <sigmund.dominik@googlemail.com> (https://webdad.eu)", "author": "Dominik Sigmund <dominik.sigmund@br.de> (https://br.de)",
"license": "ISC", "license": "ISC",
"repository": { "repository": {
"type": "git", "type": "git",
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
"graylog2": "^0.2.1" "graylog2": "^0.2.1"
}, },
"devDependencies": { "devDependencies": {
"jest": "^24.9.0" "jest": "^25.3.0"
}, },
"jest": { "jest": {
"collectCoverage": true, "collectCoverage": true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment