Skip to content

Commit 79f87a2

Browse files
chore(deps-dev): bump the all group with 2 updates (#434)
Bumps the all group with 2 updates: [@nihalgonsalves/esconfig](https://github.com/nihalgonsalves/esconfig) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@nihalgonsalves/esconfig` from 0.6.4 to 0.6.5 - [Release notes](https://github.com/nihalgonsalves/esconfig/releases) - [Changelog](https://github.com/nihalgonsalves/esconfig/blob/main/CHANGELOG.md) - [Commits](nihalgonsalves/esconfig@v0.6.4...v0.6.5) Updates `@types/node` from 18.18.4 to 18.18.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@nihalgonsalves/esconfig" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8fa5d6f commit 79f87a2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"format:check": "prettier . --check"
1616
},
1717
"devDependencies": {
18-
"@nihalgonsalves/esconfig": "^0.6.4",
18+
"@nihalgonsalves/esconfig": "^0.6.5",
1919
"@types/node": "18",
2020
"eslint": "^8.51.0",
2121
"prettier": "^3.0.3",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@
9090
"@jridgewell/resolve-uri" "^3.0.3"
9191
"@jridgewell/sourcemap-codec" "^1.4.10"
9292

93-
"@nihalgonsalves/esconfig@^0.6.4":
94-
version "0.6.4"
95-
resolved "https://registry.yarnpkg.com/@nihalgonsalves/esconfig/-/esconfig-0.6.4.tgz#dc9ba58b1150e2e3e42ce96e73273629ce0e5f1e"
96-
integrity sha512-pDV4Iq8uiWB0p7YOIA1NcmfFYuX6IlUhHarI3BVUtBtfrDXDGnT1gILEpgYfWWAPRwcZN7jBXImYHPs+YXDqNw==
93+
"@nihalgonsalves/esconfig@^0.6.5":
94+
version "0.6.5"
95+
resolved "https://registry.yarnpkg.com/@nihalgonsalves/esconfig/-/esconfig-0.6.5.tgz#f5a90732d49018f0e35f332226794394e986eb2a"
96+
integrity sha512-rAXkDr8ymv9kPadz2rRKF+g/j835UqHaIRE6JsaaMaT+yRoiKqJRhZpMObxnPHuzEpI17t2b8O/NpQ6gJ3DCeA==
9797
dependencies:
9898
"@typescript-eslint/eslint-plugin" "^6.2.1"
9999
"@typescript-eslint/parser" "^6.2.1"
@@ -156,9 +156,9 @@
156156
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
157157

158158
"@types/node@18":
159-
version "18.18.4"
160-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.4.tgz#519fef47a13cf869be290c20fc6ae9b7fe887aa7"
161-
integrity sha512-t3rNFBgJRugIhackit2mVcLfF6IRc0JE4oeizPQL8Zrm8n2WY/0wOdpOPhdtG0V9Q2TlW/axbF1MJ6z+Yj/kKQ==
159+
version "18.18.5"
160+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.5.tgz#afc0fd975df946d6e1add5bbf98264225b212244"
161+
integrity sha512-4slmbtwV59ZxitY4ixUZdy1uRLf9eSIvBWPQxNjhHYWEtn0FryfKpyS2cvADYXTayWdKEIsJengncrVvkI4I6A==
162162

163163
"@types/semver@^7.5.0":
164164
version "7.5.0"

0 commit comments

Comments
 (0)