chore(deps): update dependency bson-objectid to v2.0.2

This commit is contained in:
Renovate Bot
2022-01-18 00:44:20 +00:00
committed by renovate[bot]
parent 469b29d41d
commit 03c6197616
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -19475,9 +19475,9 @@
}
},
"node_modules/bson-objectid": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/bson-objectid/-/bson-objectid-2.0.1.tgz",
"integrity": "sha512-b4D1/G4uP9Yks4rv+nDVsZ4ybT1W5nQYw4lfpfaRP2Q18azlR6Oe2BAuirG1lzrwQFtHnJ0nrK5kWKKZVEMUng==",
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/bson-objectid/-/bson-objectid-2.0.2.tgz",
"integrity": "sha512-61Yo6MBAftkyc+nU0smq+VX2SCeKgtC6+cRI+JkatdCy1tPdAzvR1ezEQFlio6St2tDhKZm/IUXc2bzg0QSnqQ==",
"dev": true
},
"node_modules/buffer": {
@ -54985,7 +54985,7 @@
"version": "0.0.0-next.1",
"license": "(BSD-3-Clause AND CC-BY-SA-4.0)",
"devDependencies": {
"bson-objectid": "2.0.1",
"bson-objectid": "2.0.2",
"cross-env": "7.0.3",
"gray-matter": "4.0.3",
"inquirer": "8.2.0",
@ -58076,7 +58076,7 @@
"@freecodecamp/curriculum-helper-scripts": {
"version": "file:tools/challenge-helper-scripts",
"requires": {
"bson-objectid": "2.0.1",
"bson-objectid": "2.0.2",
"cross-env": "7.0.3",
"gray-matter": "4.0.3",
"inquirer": "8.2.0",
@ -71343,9 +71343,9 @@
"integrity": "sha512-EvVNVeGo4tHxwi8L6bPj3y3itEvStdwvvlojVxxbyYfoaxJ6keLgrTuKdyfEAszFK+H3olzBuafE0yoh0D1gdg=="
},
"bson-objectid": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/bson-objectid/-/bson-objectid-2.0.1.tgz",
"integrity": "sha512-b4D1/G4uP9Yks4rv+nDVsZ4ybT1W5nQYw4lfpfaRP2Q18azlR6Oe2BAuirG1lzrwQFtHnJ0nrK5kWKKZVEMUng==",
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/bson-objectid/-/bson-objectid-2.0.2.tgz",
"integrity": "sha512-61Yo6MBAftkyc+nU0smq+VX2SCeKgtC6+cRI+JkatdCy1tPdAzvR1ezEQFlio6St2tDhKZm/IUXc2bzg0QSnqQ==",
"dev": true
},
"buffer": {

View File

@ -23,7 +23,7 @@
"create-project": "ts-node create-project"
},
"devDependencies": {
"bson-objectid": "2.0.1",
"bson-objectid": "2.0.2",
"cross-env": "7.0.3",
"gray-matter": "4.0.3",
"inquirer": "8.2.0",