Browse Source

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

Bumps [@googlemaps/jest-mocks](https://github.com/googlemaps/js-jest-mocks) from 0.2.0 to 1.0.1.
- [Release notes](https://github.com/googlemaps/js-jest-mocks/releases)
- [Changelog](https://github.com/googlemaps/js-jest-mocks/blob/main/.releaserc)
- [Commits](https://github.com/googlemaps/js-jest-mocks/commits/v1.0.1)

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

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
4ef15f8937
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,31 +3381,10 @@ @@ -3381,31 +3381,10 @@
}
},
"@googlemaps/jest-mocks": {
"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"
}
}
}
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-1.0.1.tgz",
"integrity": "sha512-4nG3WrEguhKTLBBDtAwoEd2Mqwu2vmGmGFK0eejuhzRPFbJT86+g9m+MOXyv6rWHA+c3Vmd33FaNzmZ8XORZvw==",
"dev": true
},
"@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.6",
"@googlemaps/jest-mocks": "^0.2.0",
"@googlemaps/jest-mocks": "^1.0.1",
"@types/google.maps": "^3.45.1",
"@types/jest": "^26.0.23",
"@types/selenium-webdriver": "^4.0.13",

Loading…
Cancel
Save