1
0
Fork 0

Bump slugify from 1.6.3 to 1.6.4 (#597)

Bumps [slugify](https://github.com/simov/slugify) from 1.6.3 to 1.6.4.
- [Release notes](https://github.com/simov/slugify/releases)
- [Commits](https://github.com/simov/slugify/compare/v1.6.3...v1.6.4)

---
updated-dependencies:
- dependency-name: slugify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-01-03 21:47:49 +00:00 committed by GitHub
parent 8440ba7607
commit ae95e04755
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -61,7 +61,7 @@
"react-transition-group": "^4.4.2",
"remark": "^13.0.0",
"remark-react": "^8.0.0",
"slugify": "^1.6.3"
"slugify": "^1.6.4"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
@ -25038,9 +25038,9 @@
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
},
"node_modules/slugify": {
"version": "1.6.3",
"resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.3.tgz",
"integrity": "sha512-1MPyqnIhgiq+/0iDJyqSJHENdnH5MMIlgJIBxmkRMzTNKlS/QsN5dXsB+MdDq4E6w0g9jFA4XOTRkVDjDae/2w==",
"version": "1.6.4",
"resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.4.tgz",
"integrity": "sha512-Pcz296CK0uGnTf4iNQId79Uv6/5G16t0g0x3OsxWS8qVSOW+JXNnNHKVcuDiMgEGTWyK6zjlWXo2dvzV/FLf9Q==",
"engines": {
"node": ">=8.0.0"
}
@ -47989,9 +47989,9 @@
}
},
"slugify": {
"version": "1.6.3",
"resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.3.tgz",
"integrity": "sha512-1MPyqnIhgiq+/0iDJyqSJHENdnH5MMIlgJIBxmkRMzTNKlS/QsN5dXsB+MdDq4E6w0g9jFA4XOTRkVDjDae/2w=="
"version": "1.6.4",
"resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.4.tgz",
"integrity": "sha512-Pcz296CK0uGnTf4iNQId79Uv6/5G16t0g0x3OsxWS8qVSOW+JXNnNHKVcuDiMgEGTWyK6zjlWXo2dvzV/FLf9Q=="
},
"snapdragon": {
"version": "0.8.2",

View File

@ -80,7 +80,7 @@
"react-transition-group": "^4.4.2",
"remark": "^13.0.0",
"remark-react": "^8.0.0",
"slugify": "^1.6.3"
"slugify": "^1.6.4"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",