Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmarti committed Nov 16, 2023
1 parent 2d24543 commit e0a6180
Show file tree
Hide file tree
Showing 5 changed files with 901 additions and 824 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '16.x'
node-version: '18.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@microsoft'
- name: Install Dependencies
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: '16.x'
node-version: '18.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@microsoft'
- name: Install Dependencies
Expand All @@ -90,7 +90,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: '16.x'
node-version: '18.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@microsoft'
- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-dev-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
scope: '@devcontainers'
- name: Verify Versions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: '16.x'
node-version: '18.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@microsoft'
- name: Install Dependencies
Expand Down
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,56 +53,56 @@
"scripts/updateUID.Dockerfile"
],
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/chai": "^4.3.10",
"@types/chalk": "^2.2.0",
"@types/follow-redirects": "^1.14.1",
"@types/js-yaml": "^4.0.5",
"@types/mocha": "^10.0.1",
"@types/ncp": "^2.0.5",
"@types/follow-redirects": "^1.14.4",
"@types/js-yaml": "^4.0.9",
"@types/mocha": "^10.0.4",
"@types/ncp": "^2.0.8",
"@types/node": "^18.15.3",
"@types/pull-stream": "^3.6.2",
"@types/recursive-readdir": "^2.2.1",
"@types/semver": "^7.3.13",
"@types/shell-quote": "^1.7.1",
"@types/tar": "^6.1.4",
"@types/text-table": "^0.2.2",
"@types/yargs": "^17.0.22",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/experimental-utils": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"chai": "^4.3.7",
"@types/pull-stream": "^3.6.5",
"@types/recursive-readdir": "^2.2.4",
"@types/semver": "^7.5.5",
"@types/shell-quote": "^1.7.4",
"@types/tar": "^6.1.9",
"@types/text-table": "^0.2.5",
"@types/yargs": "^17.0.31",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/experimental-utils": "^5.62.0",
"@typescript-eslint/parser": "^6.11.0",
"chai": "^4.3.10",
"copyfiles": "^2.4.1",
"esbuild": "^0.17.12",
"eslint": "^8.36.0",
"esbuild": "^0.19.5",
"eslint": "^8.53.0",
"event-stream": "^4.0.1",
"gulp-eslint": "^6.0.0",
"gulp-filter": "^7.0.0",
"gulp-filter": "^9.0.1",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"p-all": "^4.0.0",
"rimraf": "^4.4.0",
"p-all": "^5.0.0",
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"typescript": "^5.0.2",
"typescript": "^5.2.2",
"typescript-formatter": "^7.2.2",
"vinyl": "^3.0.0",
"vinyl-fs": "^3.0.3"
"vinyl-fs": "^4.0.0"
},
"dependencies": {
"chalk": "^5.2.0",
"follow-redirects": "^1.15.2",
"chalk": "^5.3.0",
"follow-redirects": "^1.15.3",
"js-yaml": "^4.1.0",
"jsonc-parser": "^3.2.0",
"ncp": "^2.0.0",
"node-pty": "^0.10.1",
"proxy-agent": "^6.3.0",
"node-pty": "^1.0.0",
"proxy-agent": "^6.3.1",
"pull-stream": "^3.7.0",
"recursive-readdir": "^2.2.3",
"semver": "^7.3.8",
"shell-quote": "^1.8.0",
"semver": "^7.5.4",
"shell-quote": "^1.8.1",
"stream-to-pull-stream": "^1.7.3",
"tar": "^6.1.13",
"tar": "^6.2.0",
"text-table": "^0.2.0",
"vscode-uri": "^3.0.7",
"yargs": "~17.7.1"
"vscode-uri": "^3.0.8",
"yargs": "~17.7.2"
}
}
Loading

1 comment on commit e0a6180

@jonspinns15
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

package.json

Please sign in to comment.