Skip to content

Commit

Permalink
v2.11.0 bump pub-pkg-google-oauth for vuln. alert
Browse files Browse the repository at this point in the history
  • Loading branch information
jldec committed Oct 29, 2022
1 parent 80d8d1e commit a0af231
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ jobs:
test:
strategy:
matrix:
node: [12, 14, 16, 17]
node: [14, 16, 18, 19]
os:
- ubuntu-latest
- macos-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm publish
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pub-server",
"version": "2.10.0",
"version": "2.11.0",
"description": "markdown site generator, web server, and editor",
"main": "server.js",
"preferGlobal": true,
Expand All @@ -9,20 +9,20 @@
},
"dependencies": {
"asyncbuilder": "^1.0.10",
"body-parser": "^1.19.1",
"body-parser": "^1.20.1",
"browserify": "^17.0.0",
"chokidar": "^3.5.3",
"commander": "^2.20.0",
"compression": "^1.7.4",
"debug": "^4.3.3",
"express": "^4.17.2",
"fs-extra": "^10.0.0",
"debug": "^4.3.4",
"express": "^4.18.2",
"fs-extra": "^10.1.0",
"mime": "^3.0.0",
"pub-generator": "^4.3.2",
"pub-pkg-editor": "^2.0.4",
"pub-pkg-font-awesome": "^3.0.5",
"pub-pkg-font-open-sans": "^1.5.1",
"pub-pkg-google-oauth": "^2.1.2",
"pub-pkg-google-oauth": "^2.1.3",
"pub-pkg-highlight": "^11.4.0",
"pub-pkg-jquery": "^1.12.4",
"pub-pkg-prism": "^2.0.5",
Expand All @@ -35,14 +35,14 @@
"pub-src-redis": "^2.1.1",
"pub-theme-doc": "^1.1.15",
"pub-util": "^3.2.1",
"send": "^0.17.2",
"socket.io": "^4.4.1",
"send": "^0.18.0",
"socket.io": "^4.5.3",
"through2": "^4.0.2",
"uglify-es": "^3.3.9"
},
"devDependencies": {
"eslint": "^8.7.0",
"tape": "^5.4.1"
"eslint": "^8.26.0",
"tape": "^5.6.1"
},
"files": [
"bin/",
Expand Down

0 comments on commit a0af231

Please sign in to comment.