@bigbinary/neeto-audit-frontend 2.1.2 → 2.1.3

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.
@@ -7,7 +7,7 @@ const DEV_DEPENDENCIES = {
7
7
  "@babel/preset-env": "7.26.0",
8
8
  "@babel/preset-react": "7.25.9",
9
9
  "@babel/preset-typescript": "7.26.0",
10
- "@babel/runtime": "7.26.0",
10
+ "@babel/runtime": "7.26.10",
11
11
  "autoprefixer": "10.4.20",
12
12
  "babel-loader": "^8.2.5",
13
13
  "babel-plugin-istanbul": "^6.1.1",
package/dist/index.js CHANGED
@@ -15911,7 +15911,7 @@ const DEV_DEPENDENCIES$4 = {
15911
15911
  "@babel/preset-env": "7.26.0",
15912
15912
  "@babel/preset-react": "7.25.9",
15913
15913
  "@babel/preset-typescript": "7.26.0",
15914
- "@babel/runtime": "7.26.0",
15914
+ "@babel/runtime": "7.26.10",
15915
15915
  "autoprefixer": "10.4.20",
15916
15916
  "babel-loader": "^8.2.5",
15917
15917
  "babel-plugin-istanbul": "^6.1.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-audit-frontend",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "Audits neeto frontend codebase for issues and suggests a fix.",
5
5
  "type": "module",
6
6
  "bin": "./dist/index.js",