This commit is contained in:
github-actions[bot] 2024-01-12 15:11:17 +00:00
parent 4a59ca460b
commit 4aa989d68a
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B
14 changed files with 47 additions and 47 deletions

View File

@ -1,6 +1,6 @@
{
"name": "nuxt-start",
"version": "2.17.2",
"version": "2.17.3",
"description": "Starts Nuxt Application in production mode",
"keywords": [
"nuxt",
@ -31,13 +31,13 @@
"dist"
],
"dependencies": {
"@nuxt/cli": "2.17.2",
"@nuxt/config": "2.17.2",
"@nuxt/core": "2.17.2",
"@nuxt/server": "2.17.2",
"@nuxt/cli": "2.17.3",
"@nuxt/config": "2.17.3",
"@nuxt/core": "2.17.3",
"@nuxt/server": "2.17.3",
"@nuxt/telemetry": "^1.5.0",
"@nuxt/utils": "2.17.2",
"@nuxt/vue-renderer": "2.17.2",
"@nuxt/utils": "2.17.3",
"@nuxt/vue-renderer": "2.17.3",
"node-fetch-native": "^1.6.1",
"vue": "^2.7.16",
"vue-client-only": "^2.1.0",

View File

@ -1,6 +1,6 @@
{
"name": "nuxt",
"version": "2.17.2",
"version": "2.17.3",
"description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
"keywords": [
"nuxt",
@ -34,21 +34,21 @@
"postinstall": "opencollective || exit 0"
},
"dependencies": {
"@nuxt/babel-preset-app": "2.17.2",
"@nuxt/builder": "2.17.2",
"@nuxt/cli": "2.17.2",
"@nuxt/babel-preset-app": "2.17.3",
"@nuxt/builder": "2.17.3",
"@nuxt/cli": "2.17.3",
"@nuxt/components": "^2.2.1",
"@nuxt/config": "2.17.2",
"@nuxt/core": "2.17.2",
"@nuxt/generator": "2.17.2",
"@nuxt/config": "2.17.3",
"@nuxt/core": "2.17.3",
"@nuxt/generator": "2.17.3",
"@nuxt/loading-screen": "^2.0.4",
"@nuxt/opencollective": "^0.4.0",
"@nuxt/server": "2.17.2",
"@nuxt/server": "2.17.3",
"@nuxt/telemetry": "^1.5.0",
"@nuxt/utils": "2.17.2",
"@nuxt/vue-app": "2.17.2",
"@nuxt/vue-renderer": "2.17.2",
"@nuxt/webpack": "2.17.2"
"@nuxt/utils": "2.17.3",
"@nuxt/vue-app": "2.17.3",
"@nuxt/vue-renderer": "2.17.3",
"@nuxt/webpack": "2.17.3"
},
"collective": {
"url": "https://opencollective.com/nuxtjs",

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/babel-preset-app",
"version": "2.17.2",
"version": "2.17.3",
"description": "babel-preset-app for nuxt",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/builder",
"version": "2.17.2",
"version": "2.17.3",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
@ -12,9 +12,9 @@
],
"dependencies": {
"@nuxt/devalue": "^2.0.2",
"@nuxt/utils": "2.17.2",
"@nuxt/vue-app": "2.17.2",
"@nuxt/webpack": "2.17.2",
"@nuxt/utils": "2.17.3",
"@nuxt/vue-app": "2.17.3",
"@nuxt/webpack": "2.17.3",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"consola": "^3.2.3",

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/cli",
"version": "2.17.2",
"version": "2.17.3",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
@ -15,8 +15,8 @@
"dist"
],
"dependencies": {
"@nuxt/config": "2.17.2",
"@nuxt/utils": "2.17.2",
"@nuxt/config": "2.17.3",
"@nuxt/utils": "2.17.3",
"boxen": "^5.1.2",
"chalk": "^4.1.2",
"compression": "^1.7.4",

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/config",
"version": "2.17.2",
"version": "2.17.3",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"main": "dist/config.js",
@ -10,7 +10,7 @@
"index.d.ts"
],
"dependencies": {
"@nuxt/utils": "2.17.2",
"@nuxt/utils": "2.17.3",
"consola": "^3.2.3",
"defu": "^6.1.4",
"destr": "^2.0.2",

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/core",
"version": "2.17.2",
"version": "2.17.3",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
@ -11,13 +11,13 @@
"dist"
],
"dependencies": {
"@nuxt/config": "2.17.2",
"@nuxt/server": "2.17.2",
"@nuxt/utils": "2.17.2",
"@nuxt/config": "2.17.3",
"@nuxt/server": "2.17.3",
"@nuxt/utils": "2.17.3",
"consola": "^3.2.3",
"fs-extra": "^10.1.0",
"hookable": "^4.4.1",
"hash-sum": "^2.0.0",
"hookable": "^4.4.1",
"lodash": "^4.17.21"
},
"engines": {

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/generator",
"version": "2.17.2",
"version": "2.17.3",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
@ -11,7 +11,7 @@
"dist"
],
"dependencies": {
"@nuxt/utils": "2.17.2",
"@nuxt/utils": "2.17.3",
"chalk": "^4.1.2",
"consola": "^3.2.3",
"defu": "^6.1.4",

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/server",
"version": "2.17.2",
"version": "2.17.3",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
@ -11,8 +11,8 @@
"dist"
],
"dependencies": {
"@nuxt/utils": "2.17.2",
"@nuxt/vue-renderer": "2.17.2",
"@nuxt/utils": "2.17.3",
"@nuxt/vue-renderer": "2.17.3",
"@nuxtjs/youch": "^4.2.3",
"compression": "^1.7.4",
"connect": "^3.7.0",

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/types",
"version": "2.17.2",
"version": "2.17.3",
"description": "Nuxt types",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/utils",
"version": "2.17.2",
"version": "2.17.3",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/vue-app",
"version": "2.17.2",
"version": "2.17.3",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/vue-renderer",
"version": "2.17.2",
"version": "2.17.3",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
@ -12,7 +12,7 @@
],
"dependencies": {
"@nuxt/devalue": "^2.0.2",
"@nuxt/utils": "2.17.2",
"@nuxt/utils": "2.17.3",
"consola": "^3.2.3",
"defu": "^6.1.4",
"fs-extra": "^10.1.0",

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/webpack",
"version": "2.17.2",
"version": "2.17.3",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
@ -12,9 +12,9 @@
],
"dependencies": {
"@babel/core": "^7.23.7",
"@nuxt/babel-preset-app": "2.17.2",
"@nuxt/babel-preset-app": "2.17.3",
"@nuxt/friendly-errors-webpack-plugin": "^2.6.0",
"@nuxt/utils": "2.17.2",
"@nuxt/utils": "2.17.3",
"babel-loader": "^8.3.0",
"cache-loader": "^4.1.0",
"caniuse-lite": "^1.0.30001576",