Skip to content

Commit

Permalink
[build] Update the latest available 'wanted' dependency versions
Browse files Browse the repository at this point in the history
The PR updates the following NPM dependencies to their latest available "wanted" versions:

```
$ npm outdated
Package                                  Current                  Wanted                  Latest  Location                               Depended by
...
@types/chai                    4.3.18            4.3.19            4.3.19  node_modules/@types/chai          vscode-openshift-tools
@types/node                  18.19.46          18.19.47            22.5.1  node_modules/@types/node          vscode-openshift-tools
...
```

Signed-off-by: Victor Rubezhny <[email protected]>
  • Loading branch information
vrubezhny committed Aug 30, 2024
1 parent e402739 commit b932518
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,14 @@
"@rjsf/validator-ajv8": "^5.20.1",
"@segment/analytics-next": "^1.72.1",
"@svgr/plugin-jsx": "^8.1.0",
"@types/chai": "^4.3.18",
"@types/chai": "^4.3.19",
"@types/dockerode": "^3.3.31",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/git-url-parse": "^9.0.3",
"@types/lodash": "^4.17.7",
"@types/mocha": "^10.0.7",
"@types/node": "^18.19.46",
"@types/node": "^18.19.47",
"@types/proxyquire": "^1.3.31",
"@types/react": "^17.0.80",
"@types/react-copy-to-clipboard": "^5.0.7",
Expand Down

0 comments on commit b932518

Please sign in to comment.