merge pull request #15 from ieeeucsd/dependabot/npm_and_yarn/types/node-18.11.9

bump @types/node from 18.11.5 to 18.11.9
This commit is contained in:
Raymond Wang 2022-11-04 08:58:12 -07:00 committed by GitHub
commit b4f9f512d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"@types/express": "^4.17.14", "@types/express": "^4.17.14",
"@types/mongoose": "^5.11.97", "@types/mongoose": "^5.11.97",
"@types/node": "^18.11.5", "@types/node": "^18.11.9",
"@types/react-dom": "^18.0.7", "@types/react-dom": "^18.0.7",
"@types/ws": "^8.5.3", "@types/ws": "^8.5.3",
"express": "^4.18.2", "express": "^4.18.2",
@ -3021,9 +3021,9 @@
} }
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "18.11.5", "version": "18.11.9",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.5.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.9.tgz",
"integrity": "sha512-3JRwhbjI+cHLAkUorhf8RnqUbFXajvzX4q6fMn5JwkgtuwfYtRQYI3u4V92vI6NJuTsbBQWWh3RZjFsuevyMGQ==" "integrity": "sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg=="
}, },
"node_modules/@types/prop-types": { "node_modules/@types/prop-types": {
"version": "15.7.5", "version": "15.7.5",
@ -11045,9 +11045,9 @@
} }
}, },
"@types/node": { "@types/node": {
"version": "18.11.5", "version": "18.11.9",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.5.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.9.tgz",
"integrity": "sha512-3JRwhbjI+cHLAkUorhf8RnqUbFXajvzX4q6fMn5JwkgtuwfYtRQYI3u4V92vI6NJuTsbBQWWh3RZjFsuevyMGQ==" "integrity": "sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg=="
}, },
"@types/prop-types": { "@types/prop-types": {
"version": "15.7.5", "version": "15.7.5",

View file

@ -17,7 +17,7 @@
"dependencies": { "dependencies": {
"@types/express": "^4.17.14", "@types/express": "^4.17.14",
"@types/mongoose": "^5.11.97", "@types/mongoose": "^5.11.97",
"@types/node": "^18.11.5", "@types/node": "^18.11.9",
"@types/react-dom": "^18.0.7", "@types/react-dom": "^18.0.7",
"@types/ws": "^8.5.3", "@types/ws": "^8.5.3",
"express": "^4.18.2", "express": "^4.18.2",