Skip to content

Commit

Permalink
update npm dependencies (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp authored Nov 5, 2023
1 parent 2955cfa commit 61a9c18
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 27 deletions.
42 changes: 21 additions & 21 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.51",
"@abaplint/runtime": "^2.7.101",
"@abaplint/transpiler-cli": "^2.7.101"
"@abaplint/cli": "^2.102.61",
"@abaplint/runtime": "^2.7.124",
"@abaplint/transpiler-cli": "^2.7.124"
},
"scripts": {
"lint": "abaplint",
Expand Down
1 change: 0 additions & 1 deletion src/zcx_ntlm_error.clas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
</VSEOCLASS>
<DESCRIPTIONS>
<SEOCOMPOTX>
<CLSNAME>ZCX_NTLM_ERROR</CLSNAME>
<CMPNAME>CONSTRUCTOR</CMPNAME>
<LANGU>E</LANGU>
<DESCRIPT>CONSTRUCTOR</DESCRIPT>
Expand Down
1 change: 0 additions & 1 deletion src/zcx_ntlm_network_error.clas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
</VSEOCLASS>
<DESCRIPTIONS>
<SEOCOMPOTX>
<CLSNAME>ZCX_NTLM_NETWORK_ERROR</CLSNAME>
<CMPNAME>CONSTRUCTOR</CMPNAME>
<LANGU>E</LANGU>
<DESCRIPT>CONSTRUCTOR</DESCRIPT>
Expand Down
1 change: 0 additions & 1 deletion src/zcx_ntlm_protocol_error.clas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
</VSEOCLASS>
<DESCRIPTIONS>
<SEOCOMPOTX>
<CLSNAME>ZCX_NTLM_PROTOCOL_ERROR</CLSNAME>
<CMPNAME>CONSTRUCTOR</CMPNAME>
<LANGU>E</LANGU>
<DESCRIPT>CONSTRUCTOR</DESCRIPT>
Expand Down

0 comments on commit 61a9c18

Please sign in to comment.