Browse Source

chore(deps-dev): bump @googlemaps/jest-mocks from 0.1.1 to 0.2.0 (#212)

Bumps [@googlemaps/jest-mocks](https://github.com/googlemaps/v3-utility-library) from 0.1.1 to 0.2.0.
- [Release notes](https://github.com/googlemaps/v3-utility-library/releases)
- [Commits](https://github.com/googlemaps/v3-utility-library/compare/@googlemaps/jest-mocks@0.1.1...@googlemaps/jest-mocks@0.2.0)

---
updated-dependencies:
- dependency-name: "@googlemaps/jest-mocks"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
dependabot[bot] 3 years ago committed by GitHub
parent
commit
4938bede46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 29
      package-lock.json
  2. 2
      package.json

29
package-lock.json generated

@ -3381,10 +3381,31 @@ @@ -3381,10 +3381,31 @@
}
},
"@googlemaps/jest-mocks": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-0.1.1.tgz",
"integrity": "sha512-n+lANUnxETOyt/nSQV8LsmqAZJbGiC3r+aXEPn95U//k+5dVszQlfeZxSYAI0Gc3YfunyD9VyLbyMpm+S663Mg==",
"dev": true
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-0.2.0.tgz",
"integrity": "sha512-8EvZH8VNL1tmpKbH0rUDXXCiKlqMLCQ7OKkzcewWM+5XzqmTo8xP59QX0afGpvcJ2qza9bKh2gEv+oAgiBmucg==",
"dev": true,
"requires": {
"rollup": "^2.52.1"
},
"dependencies": {
"fsevents": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
"dev": true,
"optional": true
},
"rollup": {
"version": "2.52.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.52.2.tgz",
"integrity": "sha512-4RlFC3k2BIHlUsJ9mGd8OO+9Lm2eDF5P7+6DNQOp5sx+7N/1tFM01kELfbxlMX3MxT6owvLB1ln4S3QvvQlbUA==",
"dev": true,
"requires": {
"fsevents": "~2.3.2"
}
}
}
},
"@istanbuljs/load-nyc-config": {
"version": "1.1.0",

2
package.json

@ -35,7 +35,7 @@ @@ -35,7 +35,7 @@
"devDependencies": {
"@babel/preset-env": "^7.14.5",
"@babel/runtime-corejs3": "^7.14.0",
"@googlemaps/jest-mocks": "^0.1.1",
"@googlemaps/jest-mocks": "^0.2.0",
"@types/google.maps": "^3.45.1",
"@types/jest": "^26.0.23",
"@types/selenium-webdriver": "^4.0.13",

Loading…
Cancel
Save