Skip to content

Commit

Permalink
Merge pull request #34 from mrodrig/july24-audit-fix
Browse files Browse the repository at this point in the history
July24 audit fix
  • Loading branch information
mrodrig authored Jul 13, 2024
2 parents acc74f2 + e10db1d commit f0494ec
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automated-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [18, 20, 21]
node: [18, 20, 22]

steps:
- uses: actions/checkout@v3
Expand Down
32 changes: 23 additions & 9 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deeks",
"version": "3.1.0",
"version": "3.1.1",
"description": "Retrieve all keys and nested keys from objects and arrays of objects.",
"main": "lib/deeks.js",
"types": "lib/deeks.d.ts",
Expand Down

0 comments on commit f0494ec

Please sign in to comment.