node-tdd 3.5.0 → 3.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/LICENSE +1 -1
  2. package/package.json +20 -22
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2019 Lukas Siemon
1
+ Copyright (c) 2022 Lukas Siemon
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person
4
4
  obtaining a copy of this software and associated documentation
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "node-tdd",
3
3
  "type": "module",
4
- "version": "3.5.0",
4
+ "version": "3.5.1",
5
5
  "description": "Drop in extension for mocha to abstract commonly used test setups",
6
6
  "main": "lib/index.js",
7
7
  "scripts": {
@@ -14,7 +14,6 @@
14
14
  "t": "yarn test",
15
15
  "ts": "yarn run test-simple",
16
16
  "tsv": "yarn run test-simple --verbose",
17
- "coveralls": "node ./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info",
18
17
  "semantic-release": "yarn run build-clean && npx semantic-release",
19
18
  "gardener": "node gardener.js",
20
19
  "u": "yarn upgrade --latest --force",
@@ -42,26 +41,25 @@
42
41
  },
43
42
  "homepage": "https://github.com/blackflux/node-tdd#readme",
44
43
  "devDependencies": {
45
- "@babel/core": "7.17.10",
46
- "@babel/eslint-parser": "7.17.0",
47
- "@babel/register": "7.17.7",
44
+ "@aws-sdk/client-sqs": "3.370.0",
45
+ "@babel/core": "7.22.9",
46
+ "@babel/eslint-parser": "7.22.9",
47
+ "@babel/register": "7.22.5",
48
48
  "@blackflux/eslint-plugin-rules": "2.1.0",
49
- "@blackflux/robo-config-plugin": "7.7.12",
50
- "aws-sdk": "2.1131.0",
51
- "aws-sdk-wrap": "12.1.3",
52
- "axios": "0.27.2",
53
- "c8": "7.11.2",
54
- "chai": "4.3.6",
55
- "coveralls": "3.1.1",
56
- "eslint": "8.15.0",
49
+ "@blackflux/robo-config-plugin": "9.0.1",
50
+ "aws-sdk-wrap": "13.0.2",
51
+ "axios": "1.4.0",
52
+ "c8": "8.0.0",
53
+ "chai": "4.3.7",
54
+ "eslint": "8.45.0",
57
55
  "eslint-config-airbnb-base": "15.0.0",
58
- "eslint-plugin-import": "2.26.0",
56
+ "eslint-plugin-import": "2.27.5",
59
57
  "eslint-plugin-json": "3.1.0",
60
- "eslint-plugin-markdown": "2.2.1",
61
- "eslint-plugin-mocha": "10.0.3",
58
+ "eslint-plugin-markdown": "3.0.0",
59
+ "eslint-plugin-mocha": "10.1.0",
62
60
  "fancy-log": "2.0.0",
63
- "js-gardener": "3.0.5",
64
- "lambda-monitor-logger": "3.2.2"
61
+ "js-gardener": "5.0.0",
62
+ "lambda-monitor-logger": "4.0.0"
65
63
  },
66
64
  "licenses": [
67
65
  {
@@ -82,12 +80,12 @@
82
80
  "lodash.clonedeep": "4.5.0",
83
81
  "lodash.get": "4.4.2",
84
82
  "lru-cache-ext": "3.0.2",
85
- "minimist": "1.2.6",
86
- "nock": "13.2.4",
87
- "object-scan": "18.0.1",
83
+ "minimist": "1.2.8",
84
+ "nock": "13.3.2",
85
+ "object-scan": "18.5.1",
88
86
  "smart-fs": "3.0.1",
89
87
  "timekeeper": "2.2.0",
90
88
  "tmp": "0.2.1",
91
- "xml2js": "0.4.23"
89
+ "xml2js": "0.6.0"
92
90
  }
93
91
  }