Skip to content

Commit

Permalink
chore(deps-dev): bump aws-sdk-mock to 6.0.4 (#740)
Browse files Browse the repository at this point in the history
GH-737

Co-authored-by: Chase <chase@sillevis.net>
  • Loading branch information
abetomo and DeviaVir authored Jul 3, 2024
1 parent dd64b94 commit 5ea9ad8
Show file tree
Hide file tree
Showing 8 changed files with 75 additions and 70 deletions.
82 changes: 41 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"proxy-agent": "^6.2.0"
},
"devDependencies": {
"aws-sdk-mock": "^6.0.2",
"aws-sdk-mock": "^6.0.4",
"chai": "^5.0.0",
"mocha": "^10.1.0",
"node-zip": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion test/cloudwatch_logs.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import('chai').then(chai => {
assert = chai.assert
})
const path = require('path')
const aws = require('aws-sdk-mock').default
const aws = require('aws-sdk-mock')
aws.setSDK(path.resolve('node_modules/aws-sdk'))
const CloudWatchLogs = require(path.join('..', 'lib', 'cloudwatch_logs'))

Expand Down
2 changes: 1 addition & 1 deletion test/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let assert
import('chai').then(chai => {
assert = chai.assert
})
const awsMock = require('aws-sdk-mock').default
const awsMock = require('aws-sdk-mock')
awsMock.setSDK(path.resolve('node_modules/aws-sdk'))

const originalProgram = {
Expand Down
2 changes: 1 addition & 1 deletion test/s3_deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import('chai').then(chai => {
})
const process = require('process')
const path = require('path')
const aws = require('aws-sdk-mock').default
const aws = require('aws-sdk-mock')
aws.setSDK(path.resolve('node_modules/aws-sdk'))
const S3Deploy = require('../lib/s3_deploy')

Expand Down
2 changes: 1 addition & 1 deletion test/s3_events.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import('chai').then(chai => {
assert = chai.assert
})
const path = require('path')
const aws = require('aws-sdk-mock').default
const aws = require('aws-sdk-mock')
aws.setSDK(path.resolve('node_modules/aws-sdk'))
const S3Events = require('../lib/s3_events')

Expand Down
2 changes: 1 addition & 1 deletion test/schedule_events.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import('chai').then(chai => {
assert = chai.assert
})
const path = require('path')
const aws = require('aws-sdk-mock').default
const aws = require('aws-sdk-mock')
aws.setSDK(path.resolve('node_modules/aws-sdk'))
const ScheduleEvents = require(path.join('..', 'lib', 'schedule_events'))

Expand Down
51 changes: 28 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
dependencies:
type-detect "4.0.8"

"@sinonjs/commons@^3.0.0":
"@sinonjs/commons@^3.0.0", "@sinonjs/commons@^3.0.1":
version "3.0.1"
resolved "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz"
integrity sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==
Expand Down Expand Up @@ -470,13 +470,13 @@ available-typed-arrays@^1.0.5:
resolved "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz"
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==

aws-sdk-mock@^6.0.2:
version "6.0.2"
resolved "https://registry.npmjs.org/aws-sdk-mock/-/aws-sdk-mock-6.0.2.tgz"
integrity sha512-vXuC4j0/dxExM/bt//iqyuB9ix0vjzfG4vxmMPzBT3D0XLGrawtyh3QmioAlP0aHKKidR+b2Fu2htQbtJAGJWQ==
aws-sdk-mock@^6.0.4:
version "6.0.4"
resolved "https://registry.npmjs.org/aws-sdk-mock/-/aws-sdk-mock-6.0.4.tgz"
integrity sha512-xcvjYQ548cOAoHWKLk6VKS6U1KjeJdBY/vFPROk+kktMUzRfVkb9PnUzcZdBitohbRFg2fWj2OBW9xcwKbESmA==
dependencies:
aws-sdk "^2.1231.0"
sinon "^17.0.0"
sinon "^18.0.0"
traverse "^0.6.6"

aws-sdk@^2.1231.0, aws-sdk@^2.1377.0:
Expand Down Expand Up @@ -1276,6 +1276,11 @@ execa@^5.1.1:
signal-exit "^3.0.3"
strip-final-newline "^2.0.0"

events@1.1.1:
version "1.1.1"
resolved "https://registry.npmjs.org/events/-/events-1.1.1.tgz"
integrity sha1-nr23Y1rQmccNzEwqH1AEKI6L2SQ=

fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
version "3.1.3"
resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz"
Expand Down Expand Up @@ -2214,10 +2219,10 @@ netmask@^2.0.2:
resolved "https://registry.npmjs.org/netmask/-/netmask-2.0.2.tgz"
integrity sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==

nise@^5.1.5:
version "5.1.9"
resolved "https://registry.npmjs.org/nise/-/nise-5.1.9.tgz"
integrity sha512-qOnoujW4SV6e40dYxJOb3uvuoPHtmLzIk4TFo+j0jPJoC+5Z9xja5qH5JZobEPsa8+YYphMrOSwnrshEhG2qww==
nise@^6.0.0:
version "6.0.0"
resolved "https://registry.npmjs.org/nise/-/nise-6.0.0.tgz"
integrity sha512-K8ePqo9BFvN31HXwEtTNGzgrPpmvgciDsFz8aztFjt4LqKO/JeFD8tBOeuDiCMXrIl/m1YvfH8auSpxfaD09wg==
dependencies:
"@sinonjs/commons" "^3.0.0"
"@sinonjs/fake-timers" "^11.2.2"
Expand Down Expand Up @@ -2461,9 +2466,9 @@ path-scurry@^1.10.2:
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"

path-to-regexp@^6.2.1:
version "6.2.1"
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.1.tgz"
integrity sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw==
version "6.2.2"
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.2.tgz"
integrity sha512-GQX3SSMokngb36+whdpRXE+3f9V8UzyAorlYvOGx87ufGHehNTn5lCxrKtLyZ4Yl/wEKnNnr98ZzOwwDZV5ogw==

pathval@^2.0.0:
version "2.0.0"
Expand Down Expand Up @@ -2822,17 +2827,17 @@ simple-swizzle@^0.2.2:
dependencies:
is-arrayish "^0.3.1"

sinon@^17.0.0:
version "17.0.1"
resolved "https://registry.npmjs.org/sinon/-/sinon-17.0.1.tgz"
integrity sha512-wmwE19Lie0MLT+ZYNpDymasPHUKTaZHUH/pKEubRXIzySv9Atnlw+BUMGCzWgV7b7wO+Hw6f1TEOr0IUnmU8/g==
sinon@^18.0.0:
version "18.0.0"
resolved "https://registry.npmjs.org/sinon/-/sinon-18.0.0.tgz"
integrity sha512-+dXDXzD1sBO6HlmZDd7mXZCR/y5ECiEiGCBSGuFD/kZ0bDTofPYc6JaeGmPSF+1j1MejGUWkORbYOLDyvqCWpA==
dependencies:
"@sinonjs/commons" "^3.0.0"
"@sinonjs/commons" "^3.0.1"
"@sinonjs/fake-timers" "^11.2.2"
"@sinonjs/samsam" "^8.0.0"
diff "^5.1.0"
nise "^5.1.5"
supports-color "^7.2.0"
diff "^5.2.0"
nise "^6.0.0"
supports-color "^7"

sisteransi@^1.0.5:
version "1.0.5"
Expand Down Expand Up @@ -2909,7 +2914,7 @@ streamx@^2.15.0:
fast-fifo "^1.1.0"
queue-tick "^1.0.1"

string_decoder@^1.1.1, string_decoder@^1.3.0:
string_decoder@^1.3.0:
version "1.3.0"
resolved "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz"
integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==
Expand Down Expand Up @@ -3027,7 +3032,7 @@ strip-json-comments@^3.1.0, strip-json-comments@^3.1.1, strip-json-comments@3.1.
resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz"
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==

supports-color@^7.1.0:
supports-color@^7:
version "7.2.0"
resolved "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz"
integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
Expand Down

0 comments on commit 5ea9ad8

Please sign in to comment.