Skip to content

Commit

Permalink
update npm dependencies (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp authored Mar 3, 2024
1 parent 61a9c18 commit 13248c1
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 41 deletions.
74 changes: 37 additions & 37 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"description": "abapNTLM",
"dependencies": {},
"devDependencies": {
"@abaplint/cli": "^2.102.61",
"@abaplint/runtime": "^2.7.124",
"@abaplint/transpiler-cli": "^2.7.124"
"@abaplint/cli": "^2.105.26",
"@abaplint/runtime": "^2.8.1",
"@abaplint/transpiler-cli": "^2.8.1"
},
"scripts": {
"lint": "abaplint",
Expand Down
2 changes: 1 addition & 1 deletion src/zcl_ntlm_arc4.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ ENDCLASS.



CLASS ZCL_NTLM_ARC4 IMPLEMENTATION.
CLASS zcl_ntlm_arc4 IMPLEMENTATION.


METHOD decrypt.
Expand Down

0 comments on commit 13248c1

Please sign in to comment.