diff --git a/package-lock.json b/package-lock.json index 37f7e38..fa11549 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kokio", - "version": "1.2.1", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "kokio", - "version": "1.2.1", + "version": "1.3.0", "hasInstallScript": true, "dependencies": { "@aa-sdk/core": "4.88.4", @@ -86,7 +86,7 @@ }, "devDependencies": { "@babel/core": "7.29.7", - "@babel/plugin-syntax-import-assertions": "7.28.6", + "@babel/plugin-syntax-import-assertions": "7.29.7", "@types/jest": "29.5.14", "@types/lodash": "4.17.24", "@types/qs": "6.15.1", @@ -712,13 +712,13 @@ } }, "node_modules/@babel/plugin-syntax-import-assertions": { - "version": "7.28.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.28.6.tgz", - "integrity": "sha512-pSJUpFHdx9z5nqTSirOCMtYVP2wFgoWhP0p3g8ONK/4IHhLIBd0B9NYqAvIUAhq+OkhO4VM1tENCt0cjlsNShw==", + "version": "7.29.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.29.7.tgz", + "integrity": "sha512-/An1OCBN93thpBAGyfsK2pcf0jvju1SAtKkL2Ny++B5Sy6sqgzXDQH1cZxWbF96Wuk+bn41MDA9bLd4VVAw6rw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.28.6" + "@babel/helper-plugin-utils": "^7.29.7" }, "engines": { "node": ">=6.9.0" diff --git a/package.json b/package.json index a888472..148573d 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ }, "devDependencies": { "@babel/core": "7.29.7", - "@babel/plugin-syntax-import-assertions": "7.28.6", + "@babel/plugin-syntax-import-assertions": "7.29.7", "@types/jest": "29.5.14", "@types/lodash": "4.17.24", "@types/qs": "6.15.1",