1
0
mirror of synced 2026-01-06 06:02:35 -05:00

Bump sentence-case from 3.0.4 to 4.0.0 (#43752)

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]
2023-10-05 09:29:50 -07:00
committed by GitHub
parent 368bb2cb08
commit 91daa0e324
2 changed files with 25 additions and 7 deletions

30
package-lock.json generated
View File

@@ -147,7 +147,7 @@
"rimraf": "^5.0.0",
"robots-parser": "^3.0.0",
"sass": "^1.52.3",
"sentence-case": "^3.0.4",
"sentence-case": "^4.0.0",
"start-server-and-test": "^2.0.0",
"ts-jest": "29.1.1",
"typescript": "^5.2.2",
@@ -4014,6 +4014,17 @@
"tslib": "^2.0.3"
}
},
"node_modules/change-case/node_modules/sentence-case": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/sentence-case/-/sentence-case-3.0.4.tgz",
"integrity": "sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==",
"dev": true,
"dependencies": {
"no-case": "^3.0.4",
"tslib": "^2.0.3",
"upper-case-first": "^2.0.2"
}
},
"node_modules/char-regex": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
@@ -13782,15 +13793,22 @@
}
},
"node_modules/sentence-case": {
"version": "3.0.4",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/sentence-case/-/sentence-case-4.0.0.tgz",
"integrity": "sha512-uqupbmxvBktZgGBX5dP3FZrq2ZCnimVqqghEOXDoWYEP4Kk6juyyok1TzVotb5zT8bCxwLE53tb+nY8ZsDzB1w==",
"deprecated": "Use `change-case`",
"dev": true,
"license": "MIT",
"dependencies": {
"no-case": "^3.0.4",
"tslib": "^2.0.3",
"upper-case-first": "^2.0.2"
"no-case": "^4.0.0"
}
},
"node_modules/sentence-case/node_modules/no-case": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/no-case/-/no-case-4.0.0.tgz",
"integrity": "sha512-WmS3EUGw+vXHlTgiUPi3NzbZNwH6+uGX0QLGgqG+aFSJ5rkX/Ee0nuwHBJfZTfQwwR8lGO819NEIwQ7CGhkdEQ==",
"deprecated": "Use `change-case`",
"dev": true
},
"node_modules/serve-static": {
"version": "1.15.0",
"license": "MIT",

View File

@@ -196,7 +196,7 @@
"rimraf": "^5.0.0",
"robots-parser": "^3.0.0",
"sass": "^1.52.3",
"sentence-case": "^3.0.4",
"sentence-case": "^4.0.0",
"start-server-and-test": "^2.0.0",
"ts-jest": "29.1.1",
"typescript": "^5.2.2",