refactor: upgrade parse from 3.4.1 to 3.4.2 (#8013)

This commit is contained in:
Snyk bot
2022-05-25 11:28:36 +03:00
committed by GitHub
parent 91bb235bc7
commit 28901aa35f
2 changed files with 18 additions and 13 deletions

29
package-lock.json generated
View File

@@ -13046,12 +13046,12 @@
}
},
"parse": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/parse/-/parse-3.4.1.tgz",
"integrity": "sha512-XTMaHfcOwAOiWLraNtPbCzR8o94ZWjOfaZDMM2jZ1ZDB5twtK1B82lPa+N197efZhcQ+QFbW/eDJsBybD48aSQ==",
"version": "3.4.2",
"resolved": "https://registry.npmjs.org/parse/-/parse-3.4.2.tgz",
"integrity": "sha512-Ruehcp/S7eB3A0lDG5eAPvZHa5pABCbUR+lMJL2gUNKJLZNcD9/s3RL255PwI5jTqa+TCJ7MdPqobUplouN1pQ==",
"requires": {
"@babel/runtime": "7.15.4",
"@babel/runtime-corejs3": "7.14.7",
"@babel/runtime": "7.17.9",
"@babel/runtime-corejs3": "7.17.8",
"crypto-js": "4.1.1",
"idb-keyval": "6.0.3",
"react-native-crypto-js": "1.0.0",
@@ -13061,22 +13061,27 @@
},
"dependencies": {
"@babel/runtime": {
"version": "7.15.4",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.4.tgz",
"integrity": "sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==",
"version": "7.17.9",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.9.tgz",
"integrity": "sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
},
"@babel/runtime-corejs3": {
"version": "7.14.7",
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.14.7.tgz",
"integrity": "sha512-Wvzcw4mBYbTagyBVZpAJWI06auSIj033T/yNE0Zn1xcup83MieCddZA7ls3kme17L4NOGBrQ09Q+nKB41RLWBA==",
"version": "7.17.8",
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.17.8.tgz",
"integrity": "sha512-ZbYSUvoSF6dXZmMl/CYTMOvzIFnbGfv4W3SEHYgMvNsFTeLaF2gkGAF4K2ddmtSK4Emej+0aYcnSC6N5dPCXUQ==",
"requires": {
"core-js-pure": "^3.15.0",
"core-js-pure": "^3.20.2",
"regenerator-runtime": "^0.13.4"
}
},
"core-js-pure": {
"version": "3.22.7",
"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.22.7.tgz",
"integrity": "sha512-wTriFxiZI+C8msGeh7fJcbC/a0V8fdInN1oS2eK79DMBGs8iIJiXhtFJCiT3rBa8w6zroHWW3p8ArlujZ/Mz+w=="
},
"idb-keyval": {
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/idb-keyval/-/idb-keyval-6.0.3.tgz",

View File

@@ -44,7 +44,7 @@
"mime": "3.0.0",
"mongodb": "4.5.0",
"mustache": "4.2.0",
"parse": "3.4.1",
"parse": "3.4.2",
"pg-monitor": "1.4.1",
"pg-promise": "10.11.1",
"pluralize": "8.0.0",