@bigbinary/neeto-audit-frontend 2.5.0 → 2.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  const DEPENDENCIES = {};
2
2
 
3
3
  const DEV_DEPENDENCIES = {
4
- "@babel/core": "7.26.0",
4
+ "@babel/core": "7.29.7",
5
5
  "@babel/eslint-parser": "7.25.9",
6
6
  "@babel/plugin-transform-runtime": "7.25.9",
7
7
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
package/dist/index.js CHANGED
@@ -16822,7 +16822,7 @@ const prettier = async (debug) => {
16822
16822
  const DEPENDENCIES$4 = {};
16823
16823
 
16824
16824
  const DEV_DEPENDENCIES$4 = {
16825
- "@babel/core": "7.26.0",
16825
+ "@babel/core": "7.29.7",
16826
16826
  "@babel/eslint-parser": "7.25.9",
16827
16827
  "@babel/plugin-transform-runtime": "7.25.9",
16828
16828
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-audit-frontend",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "description": "Audits neeto frontend codebase for issues and suggests a fix.",
5
5
  "type": "module",
6
6
  "bin": "./dist/index.js",