Skip to content

Commit

Permalink
chore(security): low priority security updates
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Jul 16, 2024
1 parent f949aed commit a8794a8
Show file tree
Hide file tree
Showing 13 changed files with 849 additions and 795 deletions.
8 changes: 7 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
".yarn": true,
".pnp.*": true,
".vim": true,
"tags.*": true
"tags.*": true,
"**/.yarn": true,
"**/.pnp.*": true
},
"prettier.prettierPath": ".yarn/sdks/prettier/index.cjs",
"typescript.tsdk": ".yarn/sdks/typescript/lib",
Expand Down Expand Up @@ -47,6 +49,7 @@
"cSpell.words": [
"Buildx",
"codeql",
"cois",
"copack",
"copacker",
"ecoli",
Expand All @@ -58,6 +61,8 @@
"lcov",
"lfdynamic",
"masterid",
"msas",
"nvarchar",
"paaco",
"pdfs",
"pfgia",
Expand All @@ -66,6 +71,7 @@
"rowguid",
"Snyk",
"sonarjs",
"sycned",
"trellisfw",
"vdoc",
"vdocs"
Expand Down
434 changes: 217 additions & 217 deletions .yarn/releases/yarn-4.3.0.cjs → .yarn/releases/yarn-4.3.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ packageExtensions:
dependencies:
pkg-conf: ^3.0.0

yarnPath: .yarn/releases/yarn-4.3.0.cjs
yarnPath: .yarn/releases/yarn-4.3.1.cjs
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ The service will run the following jobs:

```javascript
const job = {
"service": "lf-sync",
"type": "get-lf-entry",
"config": {
"doc": "resources/abc123" //a trellis document (the json parent doc with vdocs)
}
}
service: 'lf-sync',
type: 'get-lf-entry',
config: {
doc: 'resources/abc123', //a trellis document (the json parent doc with vdocs)
},
};

let { result } = await doJob(job);
/*
Expand Down Expand Up @@ -70,15 +70,15 @@ The configuration appears as follows:

```javascript
const job = {
"service": "lf-sync",
"type": "sync-doc",
"config": {
"doc": {
"id": "resources/abc123", //a trellis document (the json parent doc with vdocs)
service: 'lf-sync',
type: 'sync-doc',
config: {
doc: {
id: 'resources/abc123', //a trellis document (the json parent doc with vdocs)
},
"tpKey": "/tradingpartnerabc123" //a trellis trading partner key from the /bookmarks/trellisfw/trading-partners/ resource
}
}
tpKey: '/tradingpartnerabc123', //a trellis trading partner key from the /bookmarks/trellisfw/trading-partners/ resource
},
};

let { result } = await doJob(job);
/*
Expand All @@ -94,4 +94,4 @@ let { result } = await doJob(job);
}
}
*/

```
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@oada/list-lib": "^6.0.2",
"@oada/pino-debug": "^3.10.0",
"@oada/types": "^3.5.3",
"bs58": "^5.0.0",
"bs58": "^6.0.0",
"convict": "^6.2.4",
"cron": "^3.1.7",
"csvjson": "^5.1.0",
Expand All @@ -71,7 +71,7 @@
"got": "^14.4.1",
"json-ptr": "^3.1.1",
"ksuid": "^3.0.0",
"mssql": "^10.0.2",
"mssql": "^11.0.1",
"p-queue": "^8.0.1",
"p-timeout": "^6.1.2"
},
Expand All @@ -83,14 +83,14 @@
"@types/debug": "^4.1.12",
"@types/deep-equal": "^1.0.4",
"@types/mssql": "^9.1.5",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@types/node": "^20.14.10",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@yarnpkg/sdks": "^3.1.3",
"ava": "6.1.3",
"ava-nock": "^2.1.0",
"browserslist": "^4.23.1",
"c8": "^10.0.0",
"browserslist": "^4.23.2",
"c8": "^10.1.2",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -110,25 +110,25 @@
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-no-secrets": "^1.0.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-notice": "^0.9.10",
"eslint-plugin-notice": "^1.0.0",
"eslint-plugin-optimize-regex": "^1.2.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-promise": "^6.4.0",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-security": "^3.0.0",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-sonarjs": "^1.0.3",
"eslint-plugin-unicorn": "^53.0.0",
"prettier": "^3.3.2",
"eslint-plugin-unicorn": "^54.0.0",
"prettier": "^3.3.3",
"tslib": "^2.6.3",
"type-fest": "^4.20.0",
"typescript": "5.4.5",
"update-browserslist-db": "^1.0.16"
"type-fest": "^4.21.0",
"typescript": "5.5.3",
"update-browserslist-db": "^1.1.0"
},
"resolutions": {
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"volta": {
"node": "20.13.1"
}
}
}
Loading

0 comments on commit a8794a8

Please sign in to comment.