Upgrade parse from 3.0.0 to 3.1.0 (#7222)

This commit is contained in:
Diamond Lewis
2021-02-24 10:51:11 -06:00
committed by GitHub
parent 92f50f6808
commit c4aadc974a
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -9392,9 +9392,9 @@
}
},
"parse": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/parse/-/parse-3.0.0.tgz",
"integrity": "sha512-Iye674gVAN6pJOTX66Q9L6nrq/DNVJdhM5Iz/QdLghuhoeCcUF4C7DH65yOPRH4H/4nBytVrfhRUgxZpWOKr7A==",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/parse/-/parse-3.1.0.tgz",
"integrity": "sha512-oUDTiH2F9sRX1a+jvLTb/sJMBea6wIv3dUK/mTDJHw1lOA+r008B6ybjYCfqPu4/2CrSt1Hfe4mJNoa4Ic4dyg==",
"requires": {
"@babel/runtime": "7.12.5",
"@babel/runtime-corejs3": "7.12.5",
@@ -9402,7 +9402,7 @@
"idb-keyval": "5.0.2",
"react-native-crypto-js": "1.0.0",
"uuid": "3.4.0",
"ws": "7.4.2",
"ws": "7.4.3",
"xmlhttprequest": "1.8.0"
},
"dependencies": {
@@ -9421,9 +9421,9 @@
"integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
},
"ws": {
"version": "7.4.2",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.4.2.tgz",
"integrity": "sha512-T4tewALS3+qsrpGI/8dqNMLIVdq/g/85U98HPMa6F0m6xTbvhXU6RCQLqPH3+SlomNV/LdY6RXEbBpMH6EOJnA=="
"version": "7.4.3",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.4.3.tgz",
"integrity": "sha512-hr6vCR76GsossIRsr8OLR9acVVm1jyfEWvhbNjtgPOrfvAlKzvyeg/P6r8RuDjRyrcQoPQT7K0DGEPc7Ae6jzA=="
}
}
},

View File

@@ -48,7 +48,7 @@
"mime": "2.5.0",
"mongodb": "3.6.3",
"mustache": "4.1.0",
"parse": "3.0.0",
"parse": "3.1.0",
"pg-promise": "10.9.2",
"pluralize": "8.0.0",
"redis": "3.0.2",