Skip to content

Commit

Permalink
chore(deps-dev): bump @amanda-mitchell/node-project-scripts
Browse files Browse the repository at this point in the history
Bumps [@amanda-mitchell/node-project-scripts](https://github.com/amanda-mitchell/node-project-scripts) from 4.97.0 to 4.98.0.
- [Release notes](https://github.com/amanda-mitchell/node-project-scripts/releases)
- [Changelog](https://github.com/amanda-mitchell/node-project-scripts/blob/main/release.config.cjs)
- [Commits](amanda-mitchell/node-project-scripts@v4.97.0...v4.98.0)

---
updated-dependencies:
- dependency-name: "@amanda-mitchell/node-project-scripts"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and amanda-mitchell committed Jul 23, 2024
1 parent 8b9c23f commit 1cdb15b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
],
"types": "dist/index.d.ts",
"devDependencies": {
"@amanda-mitchell/node-project-scripts": "4.97.0",
"@amanda-mitchell/node-project-scripts": "4.98.0",
"@types/unist": "^3.0.2",
"jest": "^29.0.0",
"mdast": "^3.0.0",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf"
integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==

"@amanda-mitchell/node-project-scripts@4.97.0":
version "4.97.0"
resolved "https://registry.yarnpkg.com/@amanda-mitchell/node-project-scripts/-/node-project-scripts-4.97.0.tgz#cd3c07a35b2db1ab5cb5d040bc6826e7a9c40402"
integrity sha512-t8hZLQUreMJUSKT9+/xL92Kw8mxhc0DtozXrWw5n0fQ3UY9qUmuUakXOIMTYd7oHGNtZfecuD7uTdre4DNPESg==
"@amanda-mitchell/node-project-scripts@4.98.0":
version "4.98.0"
resolved "https://registry.yarnpkg.com/@amanda-mitchell/node-project-scripts/-/node-project-scripts-4.98.0.tgz#41089527a36e24c5c15352f02c0af8ee3707587f"
integrity sha512-Xzs5a1A8R9HWusGLKwDBmlszUhGSYeswLmVCkfmUFOXNXuZm/jCAU9fbAeImk1J+BUNY8d6Vj02sROtmoNgVCA==
dependencies:
"@amanda-mitchell/semantic-release-npm-multiple" "^3.0.0"
"@commitlint/cli" "^19.0.0"
Expand All @@ -26,7 +26,7 @@
pkg-dir "^8.0.0"
prettier "3.3.3"
semantic-release "^19.0.2"
ts-jest "29.2.2"
ts-jest "29.2.3"
typescript "5.5.3"

"@amanda-mitchell/semantic-release-npm-multiple@^3.0.0":
Expand Down Expand Up @@ -2395,7 +2395,7 @@ duplexer2@~0.1.0:
dependencies:
readable-stream "^2.0.2"

ejs@^3.0.0:
ejs@^3.1.10:
version "3.1.10"
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
Expand Down Expand Up @@ -6544,13 +6544,13 @@ trough@^2.0.0:
resolved "https://registry.yarnpkg.com/trough/-/trough-2.2.0.tgz#94a60bd6bd375c152c1df911a4b11d5b0256f50f"
integrity sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==

ts-jest@29.2.2:
version "29.2.2"
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.2.2.tgz#0d2387bb04d39174b20a05172a968f258aedff4d"
integrity sha512-sSW7OooaKT34AAngP6k1VS669a0HdLxkQZnlC7T76sckGCokXFnvJ3yRlQZGRTAoV5K19HfSgCiSwWOSIfcYlg==
ts-jest@29.2.3:
version "29.2.3"
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.2.3.tgz#3d226ac36b8b820151a38f164414f9f6b412131f"
integrity sha512-yCcfVdiBFngVz9/keHin9EnsrQtQtEu3nRykNy9RVp+FiPFFbPJ3Sg6Qg4+TkmH0vMP5qsTKgXSsk80HRwvdgQ==
dependencies:
bs-logger "0.x"
ejs "^3.0.0"
ejs "^3.1.10"
fast-json-stable-stringify "2.x"
jest-util "^29.0.0"
json5 "^2.2.3"
Expand Down

0 comments on commit 1cdb15b

Please sign in to comment.