Skip to content

Commit

Permalink
Merge pull request oclif#1553 from oclif/dependabot-npm_and_yarn-sino…
Browse files Browse the repository at this point in the history
…n-18.0.1

chore(dev-deps): bump sinon from 18.0.0 to 18.0.1
  • Loading branch information
svc-cli-bot authored Sep 22, 2024
2 parents 87be503 + 598b088 commit f9063a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"prettier": "^3.3.3",
"shelljs": "^0.8.5",
"shx": "^0.3.4",
"sinon": "^18.0.0",
"sinon": "^18.0.1",
"ts-node": "^10.7.0",
"typescript": "^5"
},
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1674,7 +1674,7 @@
dependencies:
type-detect "4.0.8"

"@sinonjs/fake-timers@^11.2.2":
"@sinonjs/fake-timers@11.2.2", "@sinonjs/fake-timers@^11.2.2":
version "11.2.2"
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-11.2.2.tgz#50063cc3574f4a27bd8453180a04171c85cc9699"
integrity sha512-G2piCSxQ7oWOxwGSAyFHfPIsyeJGXYtc6mFbnFA+kRXkiEnTl8c/8jul2S329iFBnDI9HGoeWWAZvuvOkZccgw==
Expand Down Expand Up @@ -5928,13 +5928,13 @@ simple-swizzle@^0.2.2:
dependencies:
is-arrayish "^0.3.1"

sinon@^18.0.0:
version "18.0.0"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-18.0.0.tgz#69ca293dbc3e82590a8b0d46c97f63ebc1e5fc01"
integrity sha512-+dXDXzD1sBO6HlmZDd7mXZCR/y5ECiEiGCBSGuFD/kZ0bDTofPYc6JaeGmPSF+1j1MejGUWkORbYOLDyvqCWpA==
sinon@^18.0.1:
version "18.0.1"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-18.0.1.tgz#464334cdfea2cddc5eda9a4ea7e2e3f0c7a91c5e"
integrity sha512-a2N2TDY1uGviajJ6r4D1CyRAkzE9NNVlYOV1wX5xQDuAk0ONgzgRl0EjCQuRCPxOwp13ghsMwt9Gdldujs39qw==
dependencies:
"@sinonjs/commons" "^3.0.1"
"@sinonjs/fake-timers" "^11.2.2"
"@sinonjs/fake-timers" "11.2.2"
"@sinonjs/samsam" "^8.0.0"
diff "^5.2.0"
nise "^6.0.0"
Expand Down

0 comments on commit f9063a3

Please sign in to comment.