open-graph-scraper
Advanced tools
Comparing version 6.2.1 to 6.2.2
# Change Log | ||
## 6.2.2 | ||
- Updating dependencies to fix npm vulnerabilities | ||
## 6.2.1 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "open-graph-scraper", | ||
"description": "Node.js scraper module for Open Graph and Twitter Card info", | ||
"version": "6.2.1", | ||
"version": "6.2.2", | ||
"license": "MIT", | ||
@@ -39,12 +39,12 @@ "main": "./dist/index.js", | ||
"devDependencies": { | ||
"@snyk/protect": "^1.1183.0", | ||
"@snyk/protect": "^1.1190.0", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^18.16.18", | ||
"@types/validator": "^13.7.17", | ||
"@typescript-eslint/eslint-plugin": "^5.60.0", | ||
"@typescript-eslint/parser": "^5.60.0", | ||
"@typescript-eslint/eslint-plugin": "^6.1.0", | ||
"@typescript-eslint/parser": "^6.1.0", | ||
"chai": "^4.3.7", | ||
"eslint": "^8.43.0", | ||
"eslint": "^8.45.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-config-airbnb-typescript": "^17.0.0", | ||
"eslint-config-airbnb-typescript": "^17.1.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
@@ -57,3 +57,3 @@ "eslint-plugin-mocha": "^10.1.0", | ||
"ts-mocha": "^10.0.0", | ||
"typescript": "^5.1.3" | ||
"typescript": "^5.1.6" | ||
}, | ||
@@ -60,0 +60,0 @@ "repository": { |
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
88210