Skip to content

Commit

Permalink
Vulnerability fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Glen Van Ginkel committed Jun 1, 2021
1 parent ed70261 commit 5736019
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 63 deletions.
125 changes: 68 additions & 57 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@metrichor/jmespath",
"description": "Typescript implementation of the JMESPath spec (100% compliant)",
"version": "0.3.0",
"version": "0.3.1",
"author": {
"name": "Oxford Nanopore Technologies",
"email": "[email protected]",
Expand Down Expand Up @@ -55,8 +55,8 @@
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-typescript": "^8.2.1",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"benchmark": "^2.1.4",
"coveralls": "^3.1.0",
"eslint": "^7.27.0",
Expand All @@ -70,13 +70,13 @@
"prettier": "^2.3.0",
"prettier-eslint": "^12.0.0",
"rimraf": "^3.0.2",
"rollup": "^2.49.0",
"rollup": "^2.50.5",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-terser": "^7.0.2",
"shelljs": "^0.8.4",
"ts-jest": "^26.5.6",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
"typescript": "^4.3.2"
},
"dependencies": {}
}
}

0 comments on commit 5736019

Please sign in to comment.