Skip to content

Commit 28544a1

Browse files
committed
fix: admin/dashboard/package.json & admin/dashboard/package-lock.json to reduce vulnerabilities
1 parent 18c4c4c commit 28544a1

18 files changed

Lines changed: 35265 additions & 35317 deletions
Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
name: Deploy to WordPress.org
2-
on:
3-
push:
4-
tags:
5-
- "*"
6-
jobs:
7-
tag:
8-
name: New tag
9-
runs-on: ubuntu-latest
10-
steps:
11-
- uses: actions/checkout@master
12-
13-
- name: Use Node.js 14.x
14-
uses: actions/setup-node@v3
15-
with:
16-
node-version: 14.x
17-
18-
- name: Build Assets
19-
run: npm install && npm run build-package
20-
21-
- name: WordPress Plugin Deploy
22-
uses: Nikschavan/action-wordpress-plugin-deploy@develop
23-
env:
24-
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
25-
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
1+
name: Deploy to WordPress.org
2+
on:
3+
push:
4+
tags:
5+
- "*"
6+
jobs:
7+
tag:
8+
name: New tag
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@master
12+
13+
- name: Use Node.js 14.x
14+
uses: actions/setup-node@v3
15+
with:
16+
node-version: 14.x
17+
18+
- name: Build Assets
19+
run: npm install && npm run build-package
20+
21+
- name: WordPress Plugin Deploy
22+
uses: Nikschavan/action-wordpress-plugin-deploy@develop
23+
env:
24+
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
25+
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}

.gitignore

Lines changed: 36 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,36 @@
1-
# ignore PHPStorm extra directories
2-
.idea/
3-
4-
# Leave node_modules from git
5-
node_modules/
6-
7-
# sass cache
8-
.sass-cache
9-
10-
# map files
11-
*.map
12-
13-
# Skip package file from versoning
14-
*.zip
15-
16-
# ignore git inside subproject
17-
admin/bsf-core/.git
18-
19-
# ignore PHPCS report files
20-
phpcs-summary.log
21-
phpcs-full.log
22-
23-
# Exclude OS specific files
24-
.DS_Store
25-
26-
# Exclude composer's directories
27-
vendor/
28-
29-
# Exclude exported settings
30-
borders-for-default-menu.json
31-
defaults.json
32-
no-toggle-border-fix.json
33-
34-
# Large dist directory - Build files can be in MBs, let's not increase size of the git repo
35-
admin/dashboard/assets/build/
1+
# ignore PHPStorm extra directories
2+
.idea/
3+
4+
# Leave node_modules from git
5+
node_modules/
6+
7+
# sass cache
8+
.sass-cache
9+
10+
# map files
11+
*.map
12+
13+
# Skip package file from versoning
14+
*.zip
15+
16+
# ignore git inside subproject
17+
admin/bsf-core/.git
18+
19+
# ignore PHPCS report files
20+
phpcs-summary.log
21+
phpcs-full.log
22+
23+
# Exclude OS specific files
24+
.DS_Store
25+
26+
# Exclude composer's directories
27+
vendor/
28+
29+
# Exclude exported settings
30+
borders-for-default-menu.json
31+
defaults.json
32+
no-toggle-border-fix.json
33+
34+
# Large dist directory - Build files can be in MBs, let's not increase size of the git repo
35+
admin/dashboard/assets/build/
36+
config.bat

0 commit comments

Comments
 (0)