rascal 14.4.2 → 14.4.3

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/CHANGELOG.md +14 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Change Log
2
2
 
3
+ ## 14.4.3
4
+
5
+ - Bump dependencies
6
+ - superagent
7
+ - chance
8
+ - zUnit
9
+ - debug
10
+ - generic-pool
11
+ - lru-cache
12
+ - xregexp
13
+ - stashback
14
+ - chalk
15
+ - amqplib
16
+
3
17
  ## 14.4.2
4
18
 
5
19
  - Remove timeout for filling the channel pool since generic-pool already has this option.
package/package.json CHANGED
@@ -1,35 +1,35 @@
1
1
  {
2
2
  "name": "rascal",
3
- "version": "14.4.2",
3
+ "version": "14.4.3",
4
4
  "description": "A config driven wrapper for amqplib supporting multi-host connections, automatic error recovery, redelivery flood protection, transparent encryption / decryption, channel pooling and publication timeouts",
5
5
  "main": "index.js",
6
6
  "dependencies": {
7
7
  "async": "^3.2.3",
8
- "debug": "^4.1.1",
8
+ "debug": "^4.3.4",
9
9
  "forward-emitter": "^0.1.1",
10
- "generic-pool": "^3.7.1",
10
+ "generic-pool": "^3.8.2",
11
11
  "lodash": "^4.17.21",
12
- "lru-cache": "^6.0.0",
12
+ "lru-cache": "^7.10.1",
13
13
  "safe-json-parse": "^4.0.0",
14
- "stashback": "^1.1.2",
15
- "superagent": "^6.1.0",
14
+ "stashback": "^2.0.1",
15
+ "superagent": "^7.1.3",
16
16
  "uuid": "^8.3.2",
17
- "xregexp": "^5.0.1"
17
+ "xregexp": "^5.1.0"
18
18
  },
19
19
  "devDependencies": {
20
- "amqplib": "^0.9.0",
21
- "chalk": "^4.0.0",
22
- "chance": "^1.1.4",
20
+ "amqplib": "^0.9.1",
21
+ "chalk": "^4.1.2",
22
+ "chance": "^1.1.8",
23
23
  "eslint": "^7.32.0",
24
24
  "eslint-config-prettier": "^8.3.0",
25
25
  "eslint-plugin-prettier": "^4.0.0",
26
26
  "husky": "^6.0.0",
27
27
  "lint-staged": "^11.2.4",
28
28
  "nyc": "^15.1.0",
29
- "prettier": "2.4.1",
29
+ "prettier": "^2.4.1",
30
30
  "random-readable": "^1.0.1",
31
31
  "superagent-defaults": "^0.1.14",
32
- "zunit": "^3.0.8"
32
+ "zunit": "^3.2.1"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "amqplib": ">=0.5.5"