ep_helmet 0.0.21 → 0.0.22
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.
|
@@ -22,12 +22,12 @@ jobs:
|
|
|
22
22
|
sudo apt install -y --no-install-recommends libreoffice libreoffice-pdfimport
|
|
23
23
|
-
|
|
24
24
|
name: Install etherpad core
|
|
25
|
-
uses: actions/checkout@
|
|
25
|
+
uses: actions/checkout@v3
|
|
26
26
|
with:
|
|
27
27
|
repository: ether/etherpad-lite
|
|
28
28
|
-
|
|
29
29
|
name: Checkout plugin repository
|
|
30
|
-
uses: actions/checkout@
|
|
30
|
+
uses: actions/checkout@v3
|
|
31
31
|
with:
|
|
32
32
|
path: ./node_modules/__tmp
|
|
33
33
|
-
|
|
@@ -28,7 +28,7 @@ jobs:
|
|
|
28
28
|
printf %s\\n '::set-output name=tunnel_id::${{ github.run_id }}-${{ github.run_number }}-${{ github.job }}'
|
|
29
29
|
-
|
|
30
30
|
name: Check out Etherpad core
|
|
31
|
-
uses: actions/checkout@
|
|
31
|
+
uses: actions/checkout@v3
|
|
32
32
|
with:
|
|
33
33
|
repository: ether/etherpad-lite
|
|
34
34
|
-
|
|
@@ -41,7 +41,7 @@ jobs:
|
|
|
41
41
|
src/bin/doc/package-lock.json
|
|
42
42
|
-
|
|
43
43
|
name: Check out the plugin
|
|
44
|
-
uses: actions/checkout@
|
|
44
|
+
uses: actions/checkout@v3
|
|
45
45
|
with:
|
|
46
46
|
path: ./node_modules/__tmp
|
|
47
47
|
-
|
|
@@ -22,7 +22,7 @@ jobs:
|
|
|
22
22
|
# conflicts with this plugin's clone, etherpad-lite must be cloned and
|
|
23
23
|
# moved out before this plugin's repo is cloned to $GITHUB_WORKSPACE.
|
|
24
24
|
-
|
|
25
|
-
uses: actions/checkout@
|
|
25
|
+
uses: actions/checkout@v3
|
|
26
26
|
with:
|
|
27
27
|
repository: ether/etherpad-lite
|
|
28
28
|
path: etherpad-lite
|
|
@@ -31,7 +31,7 @@ jobs:
|
|
|
31
31
|
# etherpad-lite has been moved outside of $GITHUB_WORKSPACE, so it is now
|
|
32
32
|
# safe to clone this plugin's repo to $GITHUB_WORKSPACE.
|
|
33
33
|
-
|
|
34
|
-
uses: actions/checkout@
|
|
34
|
+
uses: actions/checkout@v3
|
|
35
35
|
# This is necessary for actions/setup-node because '..' can't be used in
|
|
36
36
|
# cache-dependency-path.
|
|
37
37
|
-
|
|
@@ -77,7 +77,7 @@ jobs:
|
|
|
77
77
|
runs-on: ubuntu-latest
|
|
78
78
|
steps:
|
|
79
79
|
-
|
|
80
|
-
uses: actions/checkout@
|
|
80
|
+
uses: actions/checkout@v3
|
|
81
81
|
with:
|
|
82
82
|
fetch-depth: 0
|
|
83
83
|
-
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"description": "Adds Security headers to Etherpad Express responses, including CSP(content security policy), and x-frame-origin, useful for if you embed Etherpad in an iFrame",
|
|
3
3
|
"name": "ep_helmet",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.22",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "John McLear",
|
|
7
7
|
"email": "john@mclear.co.uk"
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"url": "https://etherpad.org/"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"eslint": "^8.
|
|
27
|
-
"eslint-config-etherpad": "^3.0.
|
|
26
|
+
"eslint": "^8.10.0",
|
|
27
|
+
"eslint-config-etherpad": "^3.0.4",
|
|
28
28
|
"typescript": "^4.5.5"
|
|
29
29
|
},
|
|
30
30
|
"scripts": {
|