Skip to content

Commit 9e43d50

Browse files
committed
fix(headers): don't send content-location on 4xx
1 parent a427b2d commit 9e43d50

File tree

19 files changed

+1003
-971
lines changed

19 files changed

+1003
-971
lines changed

oada/.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Lines changed: 103 additions & 108 deletions
Large diffs are not rendered by default.

oada/.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

oada/.yarn/releases/yarn-3.2.3.cjs

Lines changed: 0 additions & 783 deletions
This file was deleted.

oada/.yarn/releases/yarn-3.2.4.cjs

Lines changed: 801 additions & 0 deletions
Large diffs are not rendered by default.

oada/.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ plugins:
5252
- path: .yarn/plugins/@ojkelly/plugin-build.cjs
5353
spec: "https://yarn.build/latest/build"
5454

55-
yarnPath: .yarn/releases/yarn-3.2.3.cjs
55+
yarnPath: .yarn/releases/yarn-3.2.4.cjs

oada/libs/lib-arangodb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@types/deep-equal": "^1.0.1",
7070
"@types/flat": "^5.0.2",
7171
"@types/json-pointer": "^1.0.31",
72-
"@types/node": "^18.8.2",
72+
"@types/node": "^18.8.3",
7373
"ava": "4.3.3",
7474
"type-fest": "^3.0.0"
7575
},

oada/libs/lib-kafka/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@ava/typescript": "^3.0.1",
4545
"@types/convict": "^6.1.1",
4646
"@types/debug": "^4.1.7",
47-
"@types/node": "^18.8.2",
47+
"@types/node": "^18.8.3",
4848
"@types/uuid": "^8.3.4",
4949
"ava": "4.3.3"
5050
},

oada/libs/lib-prom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"@ava/typescript": "^3.0.1",
4040
"@types/convict": "^6.1.1",
41-
"@types/node": "^18.8.2",
41+
"@types/node": "^18.8.3",
4242
"@types/ws": "^8.5.3",
4343
"ava": "4.3.3",
4444
"fastify-plugin": "^4.2.1"

oada/libs/pino-debug/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
"pino": "^8.6.1",
2424
"pino-caller": "^3.2.0",
2525
"pino-debug": "^2.0.0",
26-
"pino-pretty": "^9.1.0",
26+
"pino-pretty": "^9.1.1",
2727
"tslib": "^2.4.0"
2828
},
2929
"devDependencies": {
3030
"@types/debug": "^4.1.7",
31-
"@types/node": "^18.8.2"
31+
"@types/node": "^18.8.3"
3232
},
3333
"peerDependencies": {
3434
"debug": "*"

oada/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@tsconfig/node18": "^1.0.1",
1919
"@types/eslint": "^8.4.6",
2020
"@types/mocha": "^10.0.0",
21-
"@types/node": "^18.8.2",
21+
"@types/node": "^18.8.3",
2222
"@typescript-eslint/eslint-plugin": "^5.39.0",
2323
"@typescript-eslint/parser": "^5.39.0",
2424
"@yarnpkg/sdks": "^3.0.0-rc.22",
@@ -46,12 +46,12 @@
4646
"eslint-plugin-regexp": "^1.9.0",
4747
"eslint-plugin-security": "^1.5.0",
4848
"eslint-plugin-sonarjs": "^0.15.0",
49-
"eslint-plugin-unicorn": "^44.0.1",
49+
"eslint-plugin-unicorn": "^44.0.2",
5050
"prettier": "^2.7.1",
5151
"typescript": "4.8.2"
5252
},
5353
"dependencies": {
54-
"pino-pretty": "^9.1.0"
54+
"pino-pretty": "^9.1.1"
5555
},
5656
"resolutions": {
5757
"fastify-plugin": "4.0.0"
@@ -62,5 +62,5 @@
6262
"volta": {
6363
"node": "18.5.0"
6464
},
65-
"packageManager": "yarn@3.2.3"
65+
"packageManager": "yarn@3.2.4"
6666
}

0 commit comments

Comments
 (0)