Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit e5f3a7e

Browse files
authored
Merge pull request #480 from redpwn/dependabot/npm_and_yarn/node-pg-migrate-5.5.0
build(deps): bump node-pg-migrate from 5.3.0 to 5.5.0
2 parents 225f247 + 1caae71 commit e5f3a7e

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"jss-plugin-global": "10.3.0",
5252
"mailgun-js": "0.22.0",
5353
"mustache": "4.0.1",
54-
"node-pg-migrate": "5.3.0",
54+
"node-pg-migrate": "5.5.0",
5555
"nodemailer": "6.4.11",
5656
"pg": "8.3.0",
5757
"redis": "3.0.2",

yarn.lock

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1279,22 +1279,14 @@
12791279
resolved "https://registry.yarnpkg.com/@types/pg-types/-/pg-types-1.11.5.tgz#1eebbe62b6772fcc75c18957a90f933d155e005b"
12801280
integrity sha512-L8ogeT6vDzT1vxlW3KITTCt+BVXXVkLXfZ/XNm6UqbcJgxf+KPO7yjWx7dQQE8RW07KopL10x2gNMs41+IkMGQ==
12811281

1282-
1282+
"@types/[email protected]", "@types/pg@^7.4.0":
12831283
version "7.14.4"
12841284
resolved "https://registry.yarnpkg.com/@types/pg/-/pg-7.14.4.tgz#15cfcfd9300f94fd44e6191a1b0ba18d2de209f6"
12851285
integrity sha512-yCKVMCcFPZSFHGg+8qjY368uf3ruyDBPjxvOU2ZcGa/vRFo5Ti5Y6z6vl+2hxtwm9VMWUGb6TWkIk3cIV8C0Cw==
12861286
dependencies:
12871287
"@types/node" "*"
12881288
"@types/pg-types" "*"
12891289

1290-
"@types/pg@^7.4.0":
1291-
version "7.14.3"
1292-
resolved "https://registry.yarnpkg.com/@types/pg/-/pg-7.14.3.tgz#eb166e4f4287923890b10ed20371f937938cb995"
1293-
integrity sha512-go5zddQ1FrUQHeBvqPzQ1svKo4KKucSwvqLsvwc/EIuQ9sxDA21b68xc/RwhzAK5pPCnez8NrkYatFIGdJBVvA==
1294-
dependencies:
1295-
"@types/node" "*"
1296-
"@types/pg-types" "*"
1297-
12981290
"@types/q@^1.5.1":
12991291
version "1.5.4"
13001292
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.4.tgz#15925414e0ad2cd765bfef58842f7e26a7accb24"
@@ -8108,10 +8100,10 @@ node-libs-browser@^2.2.1:
81088100
util "^0.11.0"
81098101
vm-browserify "^1.0.1"
81108102

8111-
node-pg-migrate@5.3.0:
8112-
version "5.3.0"
8113-
resolved "https://registry.yarnpkg.com/node-pg-migrate/-/node-pg-migrate-5.3.0.tgz#baa2311f4008e0d81d451965e7fd475393f0f5ed"
8114-
integrity sha512-fGuTkoBo+u+aTd9OJaRansSJcZIpm4Rm/gqlBhu9ThXvPFivmHDIMv7Hj+rh6ApB3MnoneW5zmaB94L/gbzsLA==
8103+
node-pg-migrate@5.5.0:
8104+
version "5.5.0"
8105+
resolved "https://registry.yarnpkg.com/node-pg-migrate/-/node-pg-migrate-5.5.0.tgz#2dbc9d01d329b8728418b8f5254d408628ca025d"
8106+
integrity sha512-3traJNXEMNA6TVzegn35G7uVzziQNKsFSPsG5WdLCMCkVlQ3AURJ6xqhp3Yqvrd7CawO4oHwVrT5R4bVQ7Svqw==
81158107
dependencies:
81168108
"@types/pg" "^7.4.0"
81178109
decamelize "^4.0.0"

0 commit comments

Comments
 (0)