Comparing version 9.3.2 to 9.3.3
@@ -1,3 +0,3 @@ | ||
const version = "9.3.2"; | ||
const version = "9.3.3"; | ||
export default version; |
@@ -19,3 +19,3 @@ { | ||
}, | ||
"version": "9.3.2", | ||
"version": "9.3.3", | ||
"files": [ | ||
@@ -31,7 +31,8 @@ "lib", | ||
"bugs": { | ||
"url": "http://github.com/eslint/espree.git" | ||
"url": "https://github.com/eslint/espree/issues" | ||
}, | ||
"funding": "https://opencollective.com/eslint", | ||
"license": "BSD-2-Clause", | ||
"dependencies": { | ||
"acorn": "^8.7.1", | ||
"acorn": "^8.8.0", | ||
"acorn-jsx": "^5.3.2", | ||
@@ -38,0 +39,0 @@ "eslint-visitor-keys": "^3.3.0" |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
75828
Updatedacorn@^8.8.0