mirror of
https://github.com/kremalicious/blog.git
synced 2025-01-05 11:25:07 +01:00
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:
parent
8440ba7607
commit
ae95e04755
14
package-lock.json
generated
14
package-lock.json
generated
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user