Skip to content

Commit 4ce876c

Browse files
authored
Merge pull request #169 from codeforjapan/dependabot/npm_and_yarn/nuxt/typescript-runtime-0.4.10
Bump @nuxt/typescript-runtime from 0.4.8 to 0.4.10
2 parents 770758e + 3fae17d commit 4ce876c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@babel/runtime-corejs3": "^7.9.6",
35-
"@nuxt/typescript-runtime": "^0.4.6",
35+
"@nuxt/typescript-runtime": "^0.4.10",
3636
"@nuxtjs/axios": "^5.11.0",
3737
"@nuxtjs/dotenv": "^1.4.1",
3838
"@nuxtjs/pwa": "^3.0.0-0",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1624,13 +1624,13 @@
16241624
ts-loader "^7.0.5"
16251625
typescript "~3.8"
16261626

1627-
"@nuxt/typescript-runtime@^0.4.6":
1628-
version "0.4.8"
1629-
resolved "https://registry.yarnpkg.com/@nuxt/typescript-runtime/-/typescript-runtime-0.4.8.tgz#4815fff6c3682cca013f325e15999be2014ea4a1"
1630-
integrity sha512-iMWe6rZNi/ygYSXNMhsnqNT92uIziXhqE85ic8WWIMJ/J7oaKvEqo25Elyjw/T1+VXjl58SF0znlItxiFub5fw==
1627+
"@nuxt/typescript-runtime@^0.4.10":
1628+
version "0.4.10"
1629+
resolved "https://registry.yarnpkg.com/@nuxt/typescript-runtime/-/typescript-runtime-0.4.10.tgz#83480c476eb1a503ea82543930f4754b6fb9e9a9"
1630+
integrity sha512-IxRXl/MeWCiotnj9CV+KNTZEUcOt1J+2pcDgeZtJ5jZwGMAmJad4khj6sQsq8uV28WPvio1+LoIlhBHZ4CAcvw==
16311631
dependencies:
1632-
"@nuxt/types" "0.7.7"
1633-
ts-node "^8.10.1"
1632+
"@nuxt/types" "0.7.9"
1633+
ts-node "^8.10.2"
16341634
typescript "~3.8"
16351635

16361636
@@ -12856,7 +12856,7 @@ ts-loader@^7.0.5:
1285612856
micromatch "^4.0.0"
1285712857
semver "^6.0.0"
1285812858

12859-
ts-node@^8.10.1:
12859+
ts-node@^8.10.2:
1286012860
version "8.10.2"
1286112861
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.10.2.tgz#eee03764633b1234ddd37f8db9ec10b75ec7fb8d"
1286212862
integrity sha512-ISJJGgkIpDdBhWVu3jufsWpK3Rzo7bdiIXJjQc0ynKxVOVcg2oIrf2H2cejminGrptVc6q6/uynAHNCuWGbpVA==

0 commit comments

Comments
 (0)