npm packages update (#948)

* update

* update

* update
This commit is contained in:
oblomov 2024-02-24 16:10:38 +01:00 committed by GitHub
parent 479353d5e3
commit 80a84e742f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6304 additions and 0 deletions

24
.github/workflows/update_versions.yaml vendored Normal file
View File

@ -0,0 +1,24 @@
name: update_version
on:
workflow_dispatch:
schedule:
- cron: '0 8 * * *'
jobs:
build_web:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npx npm-check-updates -u
- run: npm i
- name: Commit and create PR 🔀
uses: peter-evans/create-pull-request@v3
with:
title: 'build(deps): Upgrade NPM packages (automated)'
branch: 'build-deps-upgrade-npm-packages-automated'
commit-message: 'build(deps): upgrade NPM packages (automated)'

6277
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,5 +24,8 @@
"@abaplint/database-sqlite": "^2.7.144", "@abaplint/database-sqlite": "^2.7.144",
"@abaplint/runtime": "^2.7.158", "@abaplint/runtime": "^2.7.158",
"@abaplint/transpiler-cli": "^2.7.158" "@abaplint/transpiler-cli": "^2.7.158"
},
"dependencies": {
"npm-check-updates": "^16.14.15"
} }
} }