We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19feb5d commit 4674b11Copy full SHA for 4674b11
package.json
@@ -70,8 +70,8 @@
70
"koa": "2.14.2",
71
"koa-body": "6.0.1",
72
"koa-mount": "4.0.0",
73
- "koa-router": "12.0.0",
+ "koa-router": "12.0.1",
74
"tsconfig-paths": "4.2.0",
75
- "typescript": "5.1.3"
+ "typescript": "5.1.6"
76
}
77
packages/oats-runtime/package.json
@@ -24,8 +24,8 @@
24
},
25
"dependencies": {
26
"@smartlyio/safe-navigation": "^5.1.0",
27
- "@types/encodeurl": "1.0.0",
28
- "@types/escape-html": "1.0.2",
+ "@types/encodeurl": "1.0.2",
+ "@types/escape-html": "1.0.4",
29
"encodeurl": "1.0.2",
30
"escape-html": "1.0.3",
31
"lodash": "^4.17.20"
0 commit comments