diff --git a/package-lock.json b/package-lock.json index d5d1226..a6047be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "@next2d/builder", - "version": "0.0.25", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@next2d/builder", - "version": "0.0.25", + "version": "0.1.0", "license": "MIT", "dependencies": { "@electron-forge/core": "^7.11.1", - "@types/node": "^25.0.9", + "@types/node": "^25.0.10", "picocolors": "^1.1.1", "vite": "^7.3.1" }, @@ -24,7 +24,7 @@ "@typescript-eslint/parser": "^8.53.1", "eslint": "^9.39.2", "eslint-plugin-unused-imports": "^4.3.0", - "globals": "^17.0.0", + "globals": "^17.1.0", "typescript": "^5.9.3" } }, @@ -1786,9 +1786,9 @@ } }, "node_modules/@types/node": { - "version": "25.0.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.9.tgz", - "integrity": "sha512-/rpCXHlCWeqClNBwUhDcusJxXYDjZTyE8v5oTO7WbL8eij2nKhUeU89/6xgjU7N4/Vh3He0BtyhJdQbDyhiXAw==", + "version": "25.0.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.10.tgz", + "integrity": "sha512-zWW5KPngR/yvakJgGOmZ5vTBemDoSqF3AcV/LrO5u5wTWyEAVVh+IT39G4gtyAkh3CtTZs8aX/yRM82OfzHJRg==", "license": "MIT", "dependencies": { "undici-types": "~7.16.0" @@ -4008,9 +4008,9 @@ } }, "node_modules/globals": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.0.0.tgz", - "integrity": "sha512-gv5BeD2EssA793rlFWVPMMCqefTlpusw6/2TbAVMy0FzcG8wKJn4O+NqJ4+XWmmwrayJgw5TzrmWjFgmz1XPqw==", + "version": "17.1.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.1.0.tgz", + "integrity": "sha512-8HoIcWI5fCvG5NADj4bDav+er9B9JMj2vyL2pI8D0eismKyUvPLTSs+Ln3wqhwcp306i73iyVnEKx3F6T47TGw==", "dev": true, "license": "MIT", "engines": { @@ -4610,9 +4610,9 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", "license": "MIT" }, "node_modules/lodash.get": { diff --git a/package.json b/package.json index 64a457d..e0070ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@next2d/builder", - "version": "0.0.25", + "version": "0.1.0", "description": "Multi-platform builder for Next2d Framework, supporting export to various platforms such as macOS, Windows, iOS, Android and Web(HTML)", "author": "Toshiyuki Ienaga ", "license": "MIT", @@ -35,7 +35,7 @@ }, "dependencies": { "@electron-forge/core": "^7.11.1", - "@types/node": "^25.0.9", + "@types/node": "^25.0.10", "picocolors": "^1.1.1", "vite": "^7.3.1" }, @@ -46,7 +46,7 @@ "@typescript-eslint/parser": "^8.53.1", "eslint": "^9.39.2", "eslint-plugin-unused-imports": "^4.3.0", - "globals": "^17.0.0", + "globals": "^17.1.0", "typescript": "^5.9.3" } }