Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @babel/plugin-transform-runtime from 7.23.3 to 7.23.4.
    See this package in npm: https://www.npmjs.com/package/@babel/plugin-transform-runtime
  - @babel/runtime from 7.23.2 to 7.23.4.
    See this package in npm: https://www.npmjs.com/package/@babel/runtime

See this project in Snyk:
https://app.snyk.io/org/kost/project/70a7fc6e-37a7-4a77-8894-c4350d2bb817?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Dec 11, 2023
1 parent 6eae70a commit 57a0b45
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 deletions js/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 js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"webpack-cli": "^4.9.1"
},
"dependencies": {
"@babel/plugin-transform-runtime": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.4",
"@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.23.2",
"@babel/runtime": "^7.23.4",
"libapps": "github:yudai/libapps#release-hterm-1.70",
"xterm": "^5.2.0",
"xterm-addon-fit": "^0.8.0",
Expand Down

0 comments on commit 57a0b45

Please sign in to comment.