From 472ac7d8463fb8bceed86f5ff09cd0f963711763 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 08:46:15 +0000 Subject: [PATCH] deps: bump @babel/plugin-syntax-import-assertions Bumps the dev-tooling group with 1 update in the / directory: [@babel/plugin-syntax-import-assertions](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-syntax-import-assertions). Updates `@babel/plugin-syntax-import-assertions` from 7.28.6 to 7.29.7 - [Release notes](https://github.com/babel/babel/releases) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-plugin-syntax-import-assertions) --- updated-dependencies: - dependency-name: "@babel/plugin-syntax-import-assertions" dependency-version: 7.29.7 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-tooling ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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",