ep_hide_referrer 0.0.27 → 0.0.28

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ep_hide_referrer",
3
3
  "description": "Don't pass the referring URL to third parties. This handles the security/privacy issue where you don't want the third party service to know your pad URL. Improves Privacy.",
4
- "version": "0.0.27",
4
+ "version": "0.0.28",
5
5
  "author": "johnyma22 (John McLear) <john@mclear.co.uk>",
6
6
  "contributors": [],
7
7
  "dependencies": {},
@@ -17,8 +17,8 @@
17
17
  "url": "https://etherpad.org/"
18
18
  },
19
19
  "devDependencies": {
20
- "eslint": "^8.10.0",
21
- "eslint-config-etherpad": "^3.0.4",
20
+ "eslint": "^8.11.0",
21
+ "eslint-config-etherpad": "^3.0.9",
22
22
  "typescript": "^4.6.2"
23
23
  },
24
24
  "scripts": {