@babel/helper-create-regexp-features-plugin
Advanced tools
Comparing version 7.12.7 to 7.12.13
{ | ||
"name": "@babel/helper-create-regexp-features-plugin", | ||
"version": "7.12.7", | ||
"author": "The Babel Team (https://babeljs.io/team)", | ||
"version": "7.12.13", | ||
"author": "The Babel Team (https://babel.dev/team)", | ||
"license": "MIT", | ||
@@ -21,3 +21,3 @@ "description": "Compile ESNext Regular Expressions to ES5", | ||
"dependencies": { | ||
"@babel/helper-annotate-as-pure": "^7.10.4", | ||
"@babel/helper-annotate-as-pure": "^7.12.13", | ||
"regexpu-core": "^4.7.1" | ||
@@ -29,5 +29,5 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "7.12.7", | ||
"@babel/helper-plugin-test-runner": "7.10.4" | ||
"@babel/core": "7.12.13", | ||
"@babel/helper-plugin-test-runner": "7.12.13" | ||
} | ||
} |
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
7729