diff --git a/package-lock.json b/package-lock.json index 21550ce4..58a26498 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,8 +18,8 @@ "@babel/plugin-transform-runtime": "8.0.1", "@babel/preset-env": "7.28.5", "@babel/preset-react": "7.29.7", - "@babel/preset-typescript": "8.0.1", - "@babel/runtime": "^7.29.7", + "@babel/preset-typescript": "7.29.7", + "@babel/runtime": "^8.0.0", "@stoplight/spectral-cli": "^6.16.0", "@stoplight/spectral-core": "^1.23.0", "@stoplight/spectral-functions": "^1.10.3", @@ -2506,14 +2506,11 @@ } }, "node_modules/@babel/runtime": { - "version": "7.29.7", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.7.tgz", - "integrity": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-8.0.0.tgz", + "integrity": "sha512-sL6cvO2IfkSu/iU+zs2S/w01B7A8V7suXSIKEN4hPFFdZoiPGxrj5pAG0lCaqLWiEIrjKzdznIWuaLcxPR53qw==", "dev": true, - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } + "license": "MIT" }, "node_modules/@babel/template": { "version": "7.29.7", @@ -6440,6 +6437,16 @@ "prettier": "^2" } }, + "node_modules/all-contributors-cli/node_modules/@babel/runtime": { + "version": "7.29.7", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.7.tgz", + "integrity": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, "node_modules/all-contributors-cli/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", @@ -12560,6 +12567,16 @@ "node": ">=10" } }, + "node_modules/json-fixer/node_modules/@babel/runtime": { + "version": "7.29.7", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.7.tgz", + "integrity": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, "node_modules/json-parse-even-better-errors": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", diff --git a/package.json b/package.json index e2d174d7..d05b90e7 100644 --- a/package.json +++ b/package.json @@ -136,8 +136,8 @@ "@babel/plugin-transform-runtime": "8.0.1", "@babel/preset-env": "7.28.5", "@babel/preset-react": "7.29.7", - "@babel/preset-typescript": "8.0.1", - "@babel/runtime": "^7.29.7", + "@babel/preset-typescript": "7.29.7", + "@babel/runtime": "^8.0.0", "@stoplight/spectral-cli": "^6.16.0", "@stoplight/spectral-core": "^1.23.0", "@stoplight/spectral-functions": "^1.10.3",