Skip to content

Commit

Permalink
Merge pull request #1950 from serverless-heaven/dependabot/npm_and_ya…
Browse files Browse the repository at this point in the history
…rn/examples/include-external-npm-packages/cookie-0.7.0

build(deps): bump cookie from 0.6.0 to 0.7.0 in examples
  • Loading branch information
github-actions[bot] authored Oct 8, 2024
2 parents 001b7ba + 73b1f0b commit 0996a00
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 29 deletions.
25 changes: 12 additions & 13 deletions examples/include-external-npm-packages-lock-file/package-lock.json

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

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"cookie": "^0.6.0",
"cookie": "^0.7.0",
"dotenv": "^16.0.0",
"lodash": "^4.17.21",
"lodash.isequal": "^4.5.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"cookie": "^0.6.0",
"cookie": "^0.7.0",
"dotenv": "^16.0.0",
"lodash": "^4.17.21",
"lodash.isequal": "^4.5.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2370,10 +2370,10 @@ content-disposition@^0.5.4:
dependencies:
safe-buffer "5.2.1"

cookie@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051"
integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==
cookie@^0.7.0:
version "0.7.2"
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.2.tgz#556369c472a2ba910f2979891b526b3436237ed7"
integrity sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==

cookiejar@^2.1.3:
version "2.1.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/include-external-npm-packages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"cookie": "^0.6.0"
"cookie": "^0.7.0"
}
}
30 changes: 23 additions & 7 deletions examples/include-external-npm-packages/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2457,10 +2457,10 @@ content-disposition@^0.5.4:
dependencies:
safe-buffer "5.2.1"

cookie@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051"
integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==
cookie@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.0.tgz#2148f68a77245d5c2c0005d264bc3e08cfa0655d"
integrity sha512-qCf+V4dtlNhSRXGAZatc1TasyFO6GjohcOul807YOb5ik3+kQSnb4d7iajeCL8QHaJ4uZEjCgiCJerKXwdRVlQ==

cookiejar@^2.1.3:
version "2.1.4"
Expand Down Expand Up @@ -4717,7 +4717,7 @@ serialize-javascript@^6.0.1:
randombytes "^2.1.0"

"serverless-webpack@file:../..":
version "5.14.1"
version "5.14.2"
dependencies:
archiver "^7.0.1"
bluebird "^3.7.2"
Expand Down Expand Up @@ -4952,7 +4952,16 @@ streamx@^2.15.0:
optionalDependencies:
bare-events "^2.2.0"

"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
"string-width-cjs@npm:string-width@^4.2.0":
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
dependencies:
emoji-regex "^8.0.0"
is-fullwidth-code-point "^3.0.0"
strip-ansi "^6.0.1"

string-width@^4.1.0:
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
Expand Down Expand Up @@ -5012,7 +5021,14 @@ string_decoder@~1.1.1:
dependencies:
safe-buffer "~5.1.0"

"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
dependencies:
ansi-regex "^5.0.1"

strip-ansi@^6.0.0, strip-ansi@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/e2e.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ describe('end-to-end testing', () => {
private: true,
scripts: {},
dependencies: {
cookie: '^0.6.0'
cookie: '^0.7.0'
}
});
expect(files['handler.js']).not.toHaveLength(0);
Expand Down Expand Up @@ -106,7 +106,7 @@ describe('end-to-end testing', () => {
scripts: {},
dependencies: {
// We should use fix version to respect lock file
cookie: '^0.6.0',
cookie: '^0.7.0',
dotenv: '^16.0.0',
lodash: '^4.17.21',
'lodash.isequal': '^4.5.0'
Expand Down

0 comments on commit 0996a00

Please sign in to comment.