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 cdc833e commit 71f8c18
Show file tree
Hide file tree
Showing 4 changed files with 1,115 additions and 978 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@
"devDependencies": {
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"resolutions": {
"jsonpath-plus": "^10.0.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
}
}
14 changes: 7 additions & 7 deletions service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@oada/client": "^5.1.0",
"@oada/client": "^5.2.3",
"@oada/jobs": "^4.5.2",
"@oada/lib-config": "^3.9.1",
"@oada/lib-prom": "^3.8.0",
Expand All @@ -66,7 +66,7 @@
"p-queue": "^8.0.1",
"p-throttle": "^6.2.0",
"p-timeout": "^6.1.2",
"puppeteer": "^23.4.0",
"puppeteer": "^23.5.3",
"tslib": "^2.7.0"
},
"devDependencies": {
Expand All @@ -77,7 +77,7 @@
"@types/cron": "^2.4.0",
"@types/debug": "^4.1.12",
"@types/md5": "^2.3.5",
"@types/node": "^22.5.5",
"@types/node": "^22.7.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"ava": "6.1.3",
Expand All @@ -88,12 +88,12 @@
"eslint-config-xo-typescript": "^4.0.0",
"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 @@ -107,8 +107,8 @@
"eslint-plugin-sonarjs": "^1.0.4",
"eslint-plugin-unicorn": "^54.0.0",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2"
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
},
"resolutions": {
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
Expand Down
22 changes: 11 additions & 11 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,27 @@
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.5",
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/kit": "^2.5.28",
"@sveltejs/kit": "^2.7.1",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tailwindcss/typography": "^0.5.15",
"@tsconfig/node22": "^22.0.0",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.10",
"daisyui": "^4.12.13",
"date-fns": "^4.1.0",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-xo": "^0.46.0",
"eslint-config-xo-typescript": "^6.0.0",
"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 @@ -52,16 +52,16 @@
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-sonarjs": "^2.0.2",
"eslint-plugin-sonarjs": "^2.0.3",
"eslint-plugin-unicorn": "^55.0.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"pretty-bytes": "^6.1.1",
"svelte": "^4.2.19",
"svelte-check": "^4.0.2",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2",
"vite": "^5.4.6"
"svelte-check": "^4.0.5",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^5.4.9"
},
"volta": {
"node": "22.6.0"
Expand Down
Loading

0 comments on commit 71f8c18

Please sign in to comment.