Pin dependencies #13

Merged
bizcochito merged 1 commits from renovate/pin-dependencies into master 2025-01-03 08:27:56 +00:00
2 changed files with 16 additions and 10 deletions

16
package-lock.json generated
View File

@ -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": {

View File

@ -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 .",