diff --git a/package-lock.json b/package-lock.json index 7c307be..7d850d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "@babel/core": "^7.9.0", - "@babel/eslint-parser": "^7.14.7", + "@babel/eslint-parser": "^7.24.7", "@babel/plugin-transform-modules-commonjs": "^7.14.0", "@babel/preset-env": "^7.9.5", "@jest/globals": "^29.0.0", @@ -105,9 +105,9 @@ } }, "node_modules/@babel/eslint-parser": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.6.tgz", - "integrity": "sha512-Q1BfQX42zXHx732PLW0w4+Y3wJjoZKEMaatFUEAmQ7Z+jCXxinzeqX9bvv2Q8xNPes/H6F0I23oGkcgjaItmLw==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.7.tgz", + "integrity": "sha512-SO5E3bVxDuxyNxM5agFv480YA2HO6ohZbGxbazZdIk3KQOPOGVNw6q78I9/lbviIf95eq6tPozeYnJLbjnC8IA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 8a862f9..50cfb1b 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "main": "src/default.js", "devDependencies": { "@babel/core": "^7.9.0", - "@babel/eslint-parser": "^7.14.7", + "@babel/eslint-parser": "^7.24.7", "@babel/plugin-transform-modules-commonjs": "^7.14.0", "@babel/preset-env": "^7.9.5", "@jest/globals": "^29.0.0",