Merge pull request 'Pin dependencies' (#13) from renovate/pin-dependencies into master
Reviewed-on: #13
This commit is contained in:
commit
f385813c89
|
@ -6,15 +6,15 @@
|
|||
"": {
|
||||
"name": "website",
|
||||
"dependencies": {
|
||||
"express": "^4.19.2",
|
||||
"nunjucks": "^3.2.4"
|
||||
"express": "4.21.2",
|
||||
"nunjucks": "3.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^5.0.0",
|
||||
"@types/nunjucks": "^3.2.6"
|
||||
"@types/express": "5.0.0",
|
||||
"@types/nunjucks": "3.2.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.0.0"
|
||||
"typescript": "5.4.5"
|
||||
}
|
||||
},
|
||||
"node_modules/@types/body-parser": {
|
||||
|
@ -81,6 +81,8 @@
|
|||
},
|
||||
"node_modules/@types/nunjucks": {
|
||||
"version": "3.2.6",
|
||||
"resolved": "https://registry.npmjs.org/@types/nunjucks/-/nunjucks-3.2.6.tgz",
|
||||
"integrity": "sha512-pHiGtf83na1nCzliuAdq8GowYiXvH5l931xZ0YEHaLMNFgynpEqx+IPStlu7UaDkehfvl01e4x/9Tpwhy7Ue3w==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
|
@ -571,6 +573,8 @@
|
|||
},
|
||||
"node_modules/nunjucks": {
|
||||
"version": "3.2.4",
|
||||
"resolved": "https://registry.npmjs.org/nunjucks/-/nunjucks-3.2.4.tgz",
|
||||
"integrity": "sha512-26XRV6BhkgK0VOxfbU5cQI+ICFUtMLixv1noZn1tGU38kQH5A5nmmbk/O45xdyBhD1esk47nKrY0mvQpZIhRjQ==",
|
||||
"license": "BSD-2-Clause",
|
||||
"dependencies": {
|
||||
"a-sync-waterfall": "^1.0.0",
|
||||
|
@ -815,6 +819,8 @@
|
|||
},
|
||||
"node_modules/typescript": {
|
||||
"version": "5.4.5",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
|
||||
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
|
||||
"license": "Apache-2.0",
|
||||
"peer": true,
|
||||
"bin": {
|
||||
|
|
10
package.json
10
package.json
|
@ -3,15 +3,15 @@
|
|||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@types/nunjucks": "^3.2.6",
|
||||
"@types/express": "^5.0.0"
|
||||
"@types/nunjucks": "3.2.6",
|
||||
"@types/express": "5.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.0.0"
|
||||
"typescript": "5.4.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.19.2",
|
||||
"nunjucks": "^3.2.4"
|
||||
"express": "4.21.2",
|
||||
"nunjucks": "3.2.4"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc -p .",
|
||||
|
|
Loading…
Reference in New Issue