Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit f2aaa15

Browse files
committed
Updated node-forge dependency
1 parent 6f3f5f7 commit f2aaa15

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

package-lock.json

Lines changed: 11 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"author": "Lucas Willering",
77
"main": "server.js",
88
"scripts": {
9+
"preinstall": "npx npm-force-resolutions",
910
"test": "echo \"Error: no test specified\" && exit 1"
1011
},
1112
"repository": {
@@ -20,9 +21,15 @@
2021
],
2122
"dependencies": {
2223
"@artificialsolutions/tie-api-client": "^1.3.7",
23-
"actions-on-google":"2.13.0",
24+
"actions-on-google": "2.13.0",
2425
"body-parser": "^1.19.0",
2526
"dotenv": "^8.2.0",
2627
"express": "^4.17.1"
28+
},
29+
"devDependencies": {
30+
"node-forge": "^0.10.0"
31+
},
32+
"resolutions": {
33+
"node-forge": "^0.10.0"
2734
}
2835
}

0 commit comments

Comments
 (0)