Skip to content

Commit

Permalink
Merge pull request #42 from Automattic/update-deps
Browse files Browse the repository at this point in the history
chore: update dependencies to fix security issues
  • Loading branch information
sjinks authored Nov 6, 2023
2 parents 0392026 + 227d92a commit ba488a4
Show file tree
Hide file tree
Showing 12 changed files with 428 additions and 1,783 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- x64
- arm64
node-version:
- 14
- 16
os:
- linux
- macos
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-core-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os:
- ubuntu-20.04
node-version:
- '14'
- '16'
leia-tests:
- basics-example
- badname-example
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-db-tools-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os:
- ubuntu-20.04
node-version:
- '14'
- '16'
leia-tests:
- sql-export-example
- sql-import-example
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-django-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os:
- ubuntu-20.04
node-version:
- '14'
- '16'
leia-tests:
- django-example
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
os:
- ubuntu-20.04
node-version:
- '14'
- '16'
steps:

# Install deps and cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- x64
- arm64
node-version:
- 14
- 16
os:
- linux
- macos
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- ubuntu-latest
- macos-latest
node-version:
- 'lts/*'
- '18'
steps:

# Install deps and cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- x64
- arm64
node-version:
- 14
- 16
os:
- linux
- macos
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.17.6
16.0.0
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 14.18.1
nodejs 16.0.0
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@
]
},
"dependencies": {
"@lando/compose": "^0.5.0",
"@lando/mailhog": "^0.5.0",
"@lando/compose": "^1.0.0",
"@lando/mailhog": "^0.8.0",
"@lando/phpmyadmin": "^0.5.0",
"axios": "^0.21.4",
"bluebird": "^3.4.1",
Expand All @@ -142,8 +142,8 @@
"uuid": "^9.0.0",
"valid-url": "^1.0.9",
"winston": "2.4.5",
"yargonaut": "^1.1.2",
"yargs": "^12.0.5"
"yargonaut": "^1.1.4",
"yargs": "^16.1.0"
},
"devDependencies": {
"@babel/core": "^7.17.5",
Expand All @@ -152,14 +152,13 @@
"chai-as-promised": "^7.1.1",
"chai-events": "^0.0.1",
"command-line-test": "^1.0.10",
"coveralls": "^3.0.1",
"eslint": "^7.32.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-vue": "^8.0.3",
"leia-parser": "^0.4.0",
"mocha": "^10.0.0",
"mock-fs": "^5.2.0",
"nyc": "^12.0.1",
"nyc": "^15.1.0",
"pkg": "^5.3.1",
"rimraf": "^3.0.2",
"sinon": "^4.3.0",
Expand Down
Loading

0 comments on commit ba488a4

Please sign in to comment.