@endo/promise-kit 0.2.53 → 0.2.54

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/SECURITY.md +1 -1
  2. package/package.json +8 -8
package/SECURITY.md CHANGED
@@ -10,7 +10,7 @@ be made for the most recent branch only.
10
10
 
11
11
  SES stands for fearless cooperation, and strong security requires strong collaboration with security researchers. If you believe that you have found a security sensitive bug that should not be disclosed until a fix has been made available, we encourage you to report it. To report a bug in HardenedJS, you have several options that include:
12
12
 
13
- * Reporting the issue to the [Agoric HackerOne vulnerability rewards program](hackerone.com/agoric).
13
+ * Reporting the issue to the [Agoric HackerOne vulnerability rewards program](https://hackerone.com/agoric).
14
14
 
15
15
  * Sending an email to security at (@) agoric.com., encrypted or unencrypted. To encrypt, please use @Warner’s personal GPG key [A476E2E6 11880C98 5B3C3A39 0386E81B 11CAA07A](http://www.lothar.com/warner-gpg.html) .
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@endo/promise-kit",
3
- "version": "0.2.53",
3
+ "version": "0.2.54",
4
4
  "description": "Helper for making promises",
5
5
  "keywords": [
6
6
  "promise"
@@ -37,23 +37,23 @@
37
37
  "test:xs": "exit 0"
38
38
  },
39
39
  "dependencies": {
40
- "ses": "^0.18.1"
40
+ "ses": "^0.18.2"
41
41
  },
42
42
  "devDependencies": {
43
- "@endo/eslint-config": "^0.5.2",
44
- "@endo/ses-ava": "^0.2.37",
43
+ "@endo/eslint-config": "^0.5.3",
44
+ "@endo/ses-ava": "^0.2.38",
45
45
  "@types/node": ">=14.0",
46
- "ava": "^5.1.0",
46
+ "ava": "^5.2.0",
47
47
  "babel-eslint": "^10.0.3",
48
48
  "c8": "^7.7.3",
49
49
  "eslint": "^7.32.0",
50
50
  "eslint-config-airbnb-base": "^14.0.0",
51
51
  "eslint-config-prettier": "^6.9.0",
52
52
  "eslint-plugin-eslint-comments": "^3.1.2",
53
- "eslint-plugin-import": "^2.26.0",
53
+ "eslint-plugin-import": "^2.27.5",
54
54
  "eslint-plugin-prettier": "^3.4.1",
55
55
  "prettier": "^2.8.0",
56
- "typescript": "~4.8.4"
56
+ "typescript": "~4.9.5"
57
57
  },
58
58
  "files": [
59
59
  "LICENSE*",
@@ -84,5 +84,5 @@
84
84
  "engines": {
85
85
  "node": ">=11.0"
86
86
  },
87
- "gitHead": "ab8d64ae6fc9c628a2d1c02d16bf9ef249f5c8dc"
87
+ "gitHead": "0053227a37ee76ee8a3dce6059dd55140ed0ce6d"
88
88
  }