Skip to content

Commit

Permalink
chore: update jsonpath-plus
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Oct 15, 2024
1 parent a439531 commit e92dedd
Show file tree
Hide file tree
Showing 2 changed files with 192 additions and 157 deletions.
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
},
"license": "Apache-2.0",
"dependencies": {
"@oada/client": "^5.1.0",
"@oada/client": "^5.2.3",
"@oada/jobs": "^4.7.1",
"@oada/lib-config": "^3.9.1",
"@oada/lib-prom": "^3.8.0",
"@oada/lib-config": "^4.0.0",
"@oada/lib-prom": "^4.0.0",
"@oada/list-lib": "^6.1.0",
"@oada/pino-debug": "^4.0.1",
"@oada/types": "^3.5.3",
Expand All @@ -73,7 +73,7 @@
"es-main": "^1.3.0",
"exponential-backoff": "^3.1.1",
"formdata-node": "^6.0.3",
"got": "^14.4.2",
"got": "^14.4.3",
"json-ptr": "^3.1.1",
"ksuid": "^3.0.0",
"mssql": "^11.0.1",
Expand All @@ -88,13 +88,13 @@
"@types/debug": "^4.1.12",
"@types/deep-equal": "^1.0.4",
"@types/mssql": "^9.1.5",
"@types/node": "^22.5.5",
"@types/node": "^22.7.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@yarnpkg/sdks": "^3.2.0",
"ava": "6.1.3",
"ava-nock": "^2.1.0",
"browserslist": "^4.23.3",
"browserslist": "^4.24.0",
"c8": "^10.1.2",
"cross-env": "^7.0.3",
"eslint": "^8.57.1",
Expand All @@ -105,12 +105,12 @@
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-array-func": "^5.0.2",
"eslint-plugin-ava": "^15.0.1",
"eslint-plugin-escompat": "^3.11.1",
"eslint-plugin-escompat": "^3.11.3",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-github": "^5.0.2",
"eslint-plugin-i18n-text": "^1.0.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-no-constructor-bind": "^2.0.4",
"eslint-plugin-no-only-tests": "^3.3.0",
"eslint-plugin-no-secrets": "^1.0.2",
Expand All @@ -126,14 +126,15 @@
"prettier": "^3.3.3",
"tslib": "^2.7.0",
"type-fest": "^4.26.1",
"typescript": "5.6.2",
"update-browserslist-db": "^1.1.0"
"typescript": "5.6.3",
"update-browserslist-db": "^1.1.1"
},
"resolutions": {
"jsonpath-plus": "^10.0.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
},
"packageManager": "[email protected]",
"volta": {
"node": "22.9.0"
}
}
}
Loading

0 comments on commit e92dedd

Please sign in to comment.