mirror of
https://github.com/volodymyrsmirnov/MalwareMultiScan.git
synced 2025-08-23 21:12:22 +00:00
Bump @nuxt/typescript-runtime in /MalwareMultiScan.Ui
Bumps [@nuxt/typescript-runtime](https://github.com/nuxt/typescript) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/nuxt/typescript/releases) - [Commits](https://github.com/nuxt/typescript/compare/@nuxt/typescript-runtime@2.0.0...@nuxt/typescript-runtime@2.1.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
eaa631c3cf
commit
5c47d1d4ee
27
MalwareMultiScan.Ui/package-lock.json
generated
27
MalwareMultiScan.Ui/package-lock.json
generated
@ -1619,12 +1619,19 @@
|
||||
}
|
||||
},
|
||||
"@nuxt/typescript-runtime": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@nuxt/typescript-runtime/-/typescript-runtime-2.0.0.tgz",
|
||||
"integrity": "sha512-jF//aTclzhdaExENtLbWFpBAGcg9Aj0V4rEWnNGTdWfqurMMdzC96U+oa8UJIMMZgTp9MW3vaqbKuzTq8btz/A==",
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@nuxt/typescript-runtime/-/typescript-runtime-2.1.0.tgz",
|
||||
"integrity": "sha512-quzxXiWq+jGdnCedDIYuBiExrfIJL3VL9o4gJyq6QzthKLYSvLzB6w4RiH6UbLtnNJyDoO9ywyNSI2+RUJr/Ng==",
|
||||
"requires": {
|
||||
"ts-node": "^9.0.0",
|
||||
"typescript": "~4.0"
|
||||
"ts-node": "^9.1.1",
|
||||
"typescript": "~4.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"typescript": {
|
||||
"version": "4.2.4",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz",
|
||||
"integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"@nuxt/ufo": {
|
||||
@ -10868,11 +10875,12 @@
|
||||
}
|
||||
},
|
||||
"ts-node": {
|
||||
"version": "9.0.0",
|
||||
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-9.0.0.tgz",
|
||||
"integrity": "sha512-/TqB4SnererCDR/vb4S/QvSZvzQMJN8daAslg7MeaiHvD8rDZsSfXmNeNumyZZzMned72Xoq/isQljYSt8Ynfg==",
|
||||
"version": "9.1.1",
|
||||
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-9.1.1.tgz",
|
||||
"integrity": "sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==",
|
||||
"requires": {
|
||||
"arg": "^4.1.0",
|
||||
"create-require": "^1.1.0",
|
||||
"diff": "^4.0.1",
|
||||
"make-error": "^1.1.1",
|
||||
"source-map-support": "^0.5.17",
|
||||
@ -10926,7 +10934,8 @@
|
||||
"typescript": {
|
||||
"version": "4.0.3",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.3.tgz",
|
||||
"integrity": "sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg=="
|
||||
"integrity": "sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==",
|
||||
"dev": true
|
||||
},
|
||||
"ua-parser-js": {
|
||||
"version": "0.7.22",
|
||||
|
@ -9,7 +9,7 @@
|
||||
"generate": "nuxt-ts generate"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/typescript-runtime": "^2.0.0",
|
||||
"@nuxt/typescript-runtime": "^2.1.0",
|
||||
"@nuxtjs/axios": "^5.12.3",
|
||||
"@nuxtjs/proxy": "^2.0.1",
|
||||
"bootstrap": "^4.5.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user