Skip to content

Commit

Permalink
build(deps-dev): apply updates
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
  • Loading branch information
Jérôme Benoit committed Apr 9, 2024
1 parent 9de7e05 commit c1fd615
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 29 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.3",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-n": "^17.1.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-tsdoc": "^0.2.17",
"expect": "^29.7.0",
Expand Down
44 changes: 20 additions & 24 deletions pnpm-lock.yaml

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

2 changes: 0 additions & 2 deletions src/scripts/deleteChargingStations.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

const fs = require('node:fs')

const { MongoClient } = require('mongodb')
Expand Down
2 changes: 0 additions & 2 deletions src/scripts/setCSPublicFlag.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

const fs = require('node:fs')

const { MongoClient } = require('mongodb')
Expand Down

0 comments on commit c1fd615

Please sign in to comment.