Skip to content

Commit

Permalink
fix(security): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Feb 12, 2023
1 parent ba69a5c commit 6904757
Show file tree
Hide file tree
Showing 10 changed files with 1,029 additions and 966 deletions.
12 changes: 12 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@
"remoteRoot": "/usr/src/app",
"resolveSourceMapLocations": null,
"port": "${input:port}"
},
{
"type": "node",
"request": "launch",
"name": "Debug AVA test file",
"runtimeExecutable": "yarn",
"runtimeArgs": ["test:debug"],
"program": "${file}",
"envFile": "${workspaceFolder}/test/test.env",
"outputCapture": "std",
"console": "integratedTerminal", // optional
"skipFiles": ["<node_internals>/**/*.js"]
}
],
"inputs": [
Expand Down
4 changes: 1 addition & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@
"debug.javascript.autoAttachSmartPattern": [
"${workspaceFolder}/**",
"!**/node_modules/**",
"**/$KNOWN_TOOLS$/**",
"!**/yarn-*",
"!**/ava-*/**/cli.mjs"
"**/$KNOWN_TOOLS$/**"
]
}
4 changes: 2 additions & 2 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

Large diffs are not rendered by default.

823 changes: 0 additions & 823 deletions .yarn/releases/yarn-3.3.1.cjs

This file was deleted.

873 changes: 873 additions & 0 deletions .yarn/releases/yarn-3.4.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 @@ -6,4 +6,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-3.3.1.cjs
yarnPath: .yarn/releases/yarn-3.4.1.cjs
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Qlever-LLC/unfisk

[![License](https://img.shields.io/github/license/Qlever-LLC/unfisk)](LICENSE)
[![Docker Pulls](https://img.shields.io/docker/pulls/qlever/unfisk)][dockerhub]
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![License](https://img.shields.io/github/license/Qlever-LLC/unfisk)](LICENSE)

OADA microservice to "unflatten" a list into a list of links.
In other words, if you POST objects into a resource,
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,17 @@
"@tsconfig/node16": "^1.0.3",
"@types/convict": "^6.1.1",
"@types/debug": "^4.1.7",
"@types/node": "^16.18.11",
"@types/node": "^16.18.12",
"@types/prettier": "^2.7.2",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"@yarnpkg/sdks": "^3.0.0-rc.36",
"ava": "5.1.1",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"@yarnpkg/sdks": "^3.0.0-rc.39",
"ava": "5.2.0",
"c8": "^7.12.0",
"eslint": "^8.32.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-xo": "^0.43.1",
"eslint-config-xo-typescript": "^0.55.1",
"eslint-config-xo-typescript": "^0.56.0",
"eslint-formatter-pretty": "^4.1.0",
"eslint-import-resolver-node": "^0.3.7",
"eslint-plugin-array-func": "^3.1.8",
Expand All @@ -90,13 +90,13 @@
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-regexp": "^1.12.0",
"eslint-plugin-security": "^1.7.0",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-sonarjs": "^0.18.0",
"eslint-plugin-unicorn": "^45.0.2",
"prettier": "^2.8.3",
"typescript": "^4.8.3"
"prettier": "^2.8.4",
"typescript": "^4.9.5"
},
"packageManager": "yarn@3.3.1",
"packageManager": "yarn@3.4.1",
"volta": {
"node": "16.17.0"
}
Expand Down
1 change: 1 addition & 0 deletions test/test.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NODE_TLS_REJECT_UNAUTHORIZED=0
Loading

0 comments on commit 6904757

Please sign in to comment.