Bump @arifszn/blog-js from 2.0.1 to 2.0.2

Bumps [@arifszn/blog-js](https://github.com/arifszn/blog.js) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/arifszn/blog.js/releases)
- [Commits](https://github.com/arifszn/blog.js/commits/v2.0.2)

---
updated-dependencies:
- dependency-name: "@arifszn/blog-js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-09-05 14:51:07 +00:00 committed by GitHub
parent 5b448adc76
commit 771f1fe0d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

36
package-lock.json generated
View File

@ -47,24 +47,15 @@
} }
}, },
"node_modules/@arifszn/blog-js": { "node_modules/@arifszn/blog-js": {
"version": "2.0.1", "version": "2.0.2",
"resolved": "https://registry.npmjs.org/@arifszn/blog-js/-/blog-js-2.0.1.tgz", "resolved": "https://registry.npmjs.org/@arifszn/blog-js/-/blog-js-2.0.2.tgz",
"integrity": "sha512-DsS4LQEuwhDxOQQnRbFncpt9esPXlbp3btLyvSeMmJqodbIv061d/1Hve89tSS+7lHzjaMkPfepWicj25tM7VQ==", "integrity": "sha512-9+cbW4y7GuL4LkDklcNBquM0xVsm2N1oeWOmyAYQCyzFo0NfhDUvXjb3v/7gsWJmroLAFgn3V1emsSPqO3XnqQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"axios": "^0.21.1", "axios": "^0.27.2",
"string-strip-html": "^8.3.0" "string-strip-html": "^8.3.0"
} }
}, },
"node_modules/@arifszn/blog-js/node_modules/axios": {
"version": "0.21.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz",
"integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==",
"dev": true,
"dependencies": {
"follow-redirects": "^1.14.0"
}
},
"node_modules/@babel/code-frame": { "node_modules/@babel/code-frame": {
"version": "7.18.6", "version": "7.18.6",
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
@ -4281,24 +4272,13 @@
} }
}, },
"@arifszn/blog-js": { "@arifszn/blog-js": {
"version": "2.0.1", "version": "2.0.2",
"resolved": "https://registry.npmjs.org/@arifszn/blog-js/-/blog-js-2.0.1.tgz", "resolved": "https://registry.npmjs.org/@arifszn/blog-js/-/blog-js-2.0.2.tgz",
"integrity": "sha512-DsS4LQEuwhDxOQQnRbFncpt9esPXlbp3btLyvSeMmJqodbIv061d/1Hve89tSS+7lHzjaMkPfepWicj25tM7VQ==", "integrity": "sha512-9+cbW4y7GuL4LkDklcNBquM0xVsm2N1oeWOmyAYQCyzFo0NfhDUvXjb3v/7gsWJmroLAFgn3V1emsSPqO3XnqQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"axios": "^0.21.1", "axios": "^0.27.2",
"string-strip-html": "^8.3.0" "string-strip-html": "^8.3.0"
},
"dependencies": {
"axios": {
"version": "0.21.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz",
"integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==",
"dev": true,
"requires": {
"follow-redirects": "^1.14.0"
}
}
} }
}, },
"@babel/code-frame": { "@babel/code-frame": {