From 3368149172328ea80fcb52b6cc0c189280279640 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 14:27:57 +0000 Subject: [PATCH] Bump @babel/types from 7.19.3 to 7.26.3 Bumps [@babel/types](https://github.com/babel/babel/tree/HEAD/packages/babel-types) from 7.19.3 to 7.26.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.3/packages/babel-types) --- updated-dependencies: - dependency-name: "@babel/types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 32 +++++++++++++++++++------------- package.json | 2 +- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 11a43893..82f824f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,12 +25,14 @@ "@mui/x-date-pickers": "^6.1.0", "axios": "0.27.2", "classnames": "2.3.2", + "crypto-js": "^4.2.0", "date-fns": "^2.29.3", "dayjs": "^1.11.7", "file-saver": "^2.0.5", "form-data": "4.0.0", "formik": "^2.2.9", "husky": "7.0.4", + "js-cookie": "^3.0.5", "jszip": "^3.10.1", "react": "17.0.2", "react-context": "0.0.3", @@ -46,9 +48,11 @@ }, "devDependencies": { "@babel/core": "^7.19.3", - "@babel/types": "7.19.3", + "@babel/types": "7.26.3", "@types/classnames": "2.3.1", + "@types/crypto-js": "^4.2.2", "@types/file-saver": "^2.0.5", + "@types/js-cookie": "^3.0.6", "@types/lodash": "^4.14.186", "@types/react": "^17.0.39", "@types/react-dom": "17.0.11", @@ -543,17 +547,19 @@ } }, "node_modules/@babel/helper-string-parser": { - "version": "7.18.10", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz", - "integrity": "sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", + "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==", + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.19.1", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz", - "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", + "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", + "license": "MIT", "engines": { "node": ">=6.9.0" } @@ -2081,13 +2087,13 @@ } }, "node_modules/@babel/types": { - "version": "7.19.3", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.19.3.tgz", - "integrity": "sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw==", + "version": "7.26.3", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.3.tgz", + "integrity": "sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA==", + "license": "MIT", "dependencies": { - "@babel/helper-string-parser": "^7.18.10", - "@babel/helper-validator-identifier": "^7.19.1", - "to-fast-properties": "^2.0.0" + "@babel/helper-string-parser": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9" }, "engines": { "node": ">=6.9.0" diff --git a/package.json b/package.json index ff15ba72..d54d965e 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ }, "devDependencies": { "@babel/core": "^7.19.3", - "@babel/types": "7.19.3", + "@babel/types": "7.26.3", "@types/classnames": "2.3.1", "@types/crypto-js": "^4.2.2", "@types/file-saver": "^2.0.5",