Merge pull request #3149 from overleaf/jpa-sync-angular-mocks

[misc] bring the angular-mocks version in sync with angular@1.8.0

GitOrigin-RevId: b7ca321c16d388689f0ea38aaac941c9db614c6e
This commit is contained in:
Jessica Lawshe 2020-09-03 08:45:20 -05:00 committed by Copybot
parent 617fe024bc
commit a3243a881c
2 changed files with 4 additions and 4 deletions

View file

@ -3768,9 +3768,9 @@
"integrity": "sha512-VdaMx+Qk0Skla7B5gw77a8hzlcOakwF8mjlW13DpIWIDlfqwAbSSLfd8N/qZnzEmQF4jC4iofInd3gE7vL8ZZg=="
},
"angular-mocks": {
"version": "1.6.10",
"resolved": "https://registry.npmjs.org/angular-mocks/-/angular-mocks-1.6.10.tgz",
"integrity": "sha512-1865/NmqHNogibNoglY1MGBjx882iu2hI46BBhYDWyz0C4TDM5ER8H8SnYwQKUUG4RXMDsJizszEQ2BEoYKV9w==",
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/angular-mocks/-/angular-mocks-1.8.0.tgz",
"integrity": "sha512-oFKJIqR6zcsW6V9UQMuUYCXIcTy+n7oYExXxZkvU57hwJQdU1nuNZcSMQA9URiEAPyo7v3bqm0eOP3Ezi7Bigg==",
"dev": true
},
"angular-sanitize": {

View file

@ -151,7 +151,7 @@
"@testing-library/react": "^10.0.4",
"acorn": "^7.1.1",
"acorn-walk": "^7.1.1",
"angular-mocks": "~1.6.10",
"angular-mocks": "~1.8.0",
"autoprefixer": "^9.7.6",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",