Skip to content

Commit f00347b

Browse files
authored
Merge pull request #32 from mrodrig/oct23-npm-audit-fixes
Oct23 npm audit fixes
2 parents a965d4b + 8eb388e commit f00347b

File tree

3 files changed

+144
-71
lines changed

3 files changed

+144
-71
lines changed

.github/workflows/automated-tests-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-latest]
12-
node: [16, 18, 19]
12+
node: [18, 20, 21]
1313

1414
steps:
1515
- uses: actions/checkout@v3

package-lock.json

Lines changed: 142 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deeks",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Retrieve all keys and nested keys from objects and arrays of objects.",
55
"main": "lib/deeks.js",
66
"types": "lib/deeks.d.ts",

0 commit comments

Comments
 (0)