Updated dependencies.

This commit is contained in:
Lauri Ojansivu 2022-04-06 19:33:34 +03:00
parent 6dc858d790
commit f613a5875f
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -194,9 +194,9 @@
"integrity": "sha512-dcNwU1O4sx57ClvLBVFbEgx0UZWfd0JQX5X6fxFRCLHelFBGXFfSz6Y0FAq2PEwUqlqLkdVjVr4VASEOuUnLJw=="
},
"@babel/runtime": {
"version": "7.16.3",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.3.tgz",
"integrity": "sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==",
"version": "7.17.9",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.9.tgz",
"integrity": "sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==",
"requires": {
"regenerator-runtime": "^0.13.4"
}

View file

@ -21,7 +21,7 @@
},
"dependencies": {
"@babel/core": "^7.15.0",
"@babel/runtime": "^7.15.3",
"@babel/runtime": "^7.17.9",
"@wekanteam/markdown-it-mermaid": "^0.5.3",
"ajv": "^8.10.0",
"babel-runtime": "^6.26.0",