Skip to content

Commit

Permalink
feat: use egg-security@3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed May 10, 2023
1 parent 5ac2e54 commit 4ef0b34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -15,5 +15,5 @@ jobs:
uses: artusjs/github-actions/.github/workflows/node-test.yml@master
with:
os: 'ubuntu-latest, macos-latest, windows-latest'
version: '14, 16, 18'
version: '14, 16, 18, 20'
install: 'npm i -g npminstall && npminstall'
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -38,7 +38,7 @@
"egg-multipart": "^3.1.0",
"egg-onerror": "^2.1.1",
"egg-schedule": "^4.0.0",
"egg-security": "^2.11.0",
"egg-security": "^3.0.0",
"egg-session": "^3.3.0",
"egg-static": "^2.2.0",
"egg-view": "^2.1.3",
Expand All @@ -60,7 +60,7 @@
},
"devDependencies": {
"@eggjs/tsconfig": "^1.1.0",
"@types/node": "^18.11.18",
"@types/node": "^20.1.2",
"@umijs/preset-react": "^2.1.6",
"address": "^1.2.1",
"antd": "^4.23.2",
Expand Down Expand Up @@ -92,7 +92,7 @@
"supertest": "^6.2.4",
"ts-node": "^10.9.1",
"tsd": "^0.25.0",
"typescript": "^4.8.3",
"typescript": "^5.0.4",
"umi": "^3.5.36"
},
"main": "index.js",
Expand Down

0 comments on commit 4ef0b34

Please sign in to comment.