@aws-amplify/graphql-model-transformer 2.1.0 → 2.2.0-rds-1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (148) hide show
  1. package/API.md +15 -15
  2. package/CHANGELOG.md +12 -0
  3. package/lib/graphql-types/mutation.d.ts.map +1 -1
  4. package/lib/graphql-types/mutation.js +9 -2
  5. package/lib/graphql-types/mutation.js.map +1 -1
  6. package/lib/rds-lambda.zip +0 -0
  7. package/lib/rds-notification-lambda.zip +0 -0
  8. package/lib/rds-patching-lambda.zip +0 -0
  9. package/lib/resolvers/generators/dynamodb-vtl-generator.d.ts +6 -5
  10. package/lib/resolvers/generators/dynamodb-vtl-generator.d.ts.map +1 -1
  11. package/lib/resolvers/generators/dynamodb-vtl-generator.js +5 -5
  12. package/lib/resolvers/generators/dynamodb-vtl-generator.js.map +1 -1
  13. package/lib/resolvers/generators/rds-vtl-generator.d.ts +6 -5
  14. package/lib/resolvers/generators/rds-vtl-generator.d.ts.map +1 -1
  15. package/lib/resolvers/generators/rds-vtl-generator.js +10 -10
  16. package/lib/resolvers/generators/rds-vtl-generator.js.map +1 -1
  17. package/lib/resolvers/generators/vtl-generator.d.ts +6 -5
  18. package/lib/resolvers/generators/vtl-generator.d.ts.map +1 -1
  19. package/lib/resolvers/rds/mutation.d.ts +4 -3
  20. package/lib/resolvers/rds/mutation.d.ts.map +1 -1
  21. package/lib/resolvers/rds/mutation.js +7 -3
  22. package/lib/resolvers/rds/mutation.js.map +1 -1
  23. package/lib/resolvers/rds/query.d.ts +2 -1
  24. package/lib/resolvers/rds/query.d.ts.map +1 -1
  25. package/lib/resolvers/rds/query.js +3 -1
  26. package/lib/resolvers/rds/query.js.map +1 -1
  27. package/lib/resolvers/rds/resolver.d.ts +6 -2
  28. package/lib/resolvers/rds/resolver.d.ts.map +1 -1
  29. package/lib/resolvers/rds/resolver.js +39 -25
  30. package/lib/resolvers/rds/resolver.js.map +1 -1
  31. package/lib/resources/model-resource-generator.js +5 -5
  32. package/lib/resources/model-resource-generator.js.map +1 -1
  33. package/package.json +8 -8
  34. package/publish-notification-lambda/node_modules/.package-lock.json +11 -11
  35. package/publish-notification-lambda/node_modules/@types/node/README.md +1 -1
  36. package/publish-notification-lambda/node_modules/@types/node/package.json +2 -2
  37. package/publish-notification-lambda/node_modules/archiver/CHANGELOG.md +18 -0
  38. package/publish-notification-lambda/node_modules/archiver/package.json +7 -7
  39. package/publish-notification-lambda/node_modules/tslib/package.json +2 -2
  40. package/publish-notification-lambda/package-lock.json +11 -11
  41. package/rds-lambda/handler.ts +2 -1
  42. package/rds-lambda/node_modules/.package-lock.json +407 -362
  43. package/rds-lambda/node_modules/@babel/code-frame/package.json +3 -2
  44. package/rds-lambda/node_modules/@babel/core/package.json +9 -9
  45. package/rds-lambda/node_modules/@babel/helpers/package.json +5 -5
  46. package/rds-lambda/node_modules/@babel/highlight/package.json +1 -1
  47. package/rds-lambda/node_modules/@babel/parser/package.json +3 -3
  48. package/rds-lambda/node_modules/@babel/traverse/package.json +4 -4
  49. package/rds-lambda/node_modules/@babel/types/lib/index.js.flow +10 -10
  50. package/rds-lambda/node_modules/@babel/types/package.json +2 -2
  51. package/rds-lambda/node_modules/@jest/console/package.json +7 -7
  52. package/rds-lambda/node_modules/@jest/core/package.json +25 -25
  53. package/rds-lambda/node_modules/@jest/environment/package.json +6 -6
  54. package/rds-lambda/node_modules/@jest/expect/package.json +5 -5
  55. package/rds-lambda/node_modules/@jest/expect-utils/package.json +5 -5
  56. package/rds-lambda/node_modules/@jest/fake-timers/package.json +8 -8
  57. package/rds-lambda/node_modules/@jest/globals/package.json +7 -7
  58. package/rds-lambda/node_modules/@jest/reporters/node_modules/istanbul-lib-instrument/CHANGELOG.md +642 -0
  59. package/rds-lambda/node_modules/@jest/reporters/node_modules/istanbul-lib-instrument/LICENSE +24 -0
  60. package/rds-lambda/node_modules/@jest/reporters/node_modules/istanbul-lib-instrument/README.md +22 -0
  61. package/rds-lambda/node_modules/@jest/reporters/node_modules/istanbul-lib-instrument/package.json +50 -0
  62. package/rds-lambda/node_modules/@jest/reporters/node_modules/lru-cache/LICENSE +15 -0
  63. package/rds-lambda/node_modules/@jest/reporters/node_modules/lru-cache/README.md +166 -0
  64. package/rds-lambda/node_modules/@jest/reporters/node_modules/lru-cache/package.json +34 -0
  65. package/rds-lambda/node_modules/@jest/reporters/node_modules/semver/LICENSE +15 -0
  66. package/rds-lambda/node_modules/@jest/reporters/node_modules/semver/README.md +637 -0
  67. package/rds-lambda/node_modules/@jest/reporters/node_modules/semver/package.json +87 -0
  68. package/rds-lambda/node_modules/@jest/reporters/node_modules/semver/range.bnf +16 -0
  69. package/rds-lambda/node_modules/@jest/reporters/node_modules/yallist/LICENSE +15 -0
  70. package/rds-lambda/node_modules/@jest/reporters/node_modules/yallist/README.md +204 -0
  71. package/rds-lambda/node_modules/@jest/reporters/node_modules/yallist/package.json +29 -0
  72. package/rds-lambda/node_modules/@jest/reporters/package.json +14 -14
  73. package/rds-lambda/node_modules/@jest/schemas/package.json +3 -3
  74. package/rds-lambda/node_modules/@jest/source-map/package.json +3 -3
  75. package/rds-lambda/node_modules/@jest/test-result/package.json +7 -7
  76. package/rds-lambda/node_modules/@jest/test-sequencer/package.json +6 -6
  77. package/rds-lambda/node_modules/@jest/transform/package.json +8 -8
  78. package/rds-lambda/node_modules/@jest/types/package.json +4 -4
  79. package/rds-lambda/node_modules/@types/jest/README.md +1 -1
  80. package/rds-lambda/node_modules/@types/jest/package.json +2 -2
  81. package/rds-lambda/node_modules/@types/node/README.md +1 -1
  82. package/rds-lambda/node_modules/@types/node/package.json +2 -2
  83. package/rds-lambda/node_modules/archiver/CHANGELOG.md +18 -0
  84. package/rds-lambda/node_modules/archiver/package.json +7 -7
  85. package/rds-lambda/node_modules/babel-jest/README.md +1 -1
  86. package/rds-lambda/node_modules/babel-jest/package.json +6 -6
  87. package/rds-lambda/node_modules/babel-plugin-jest-hoist/README.md +1 -1
  88. package/rds-lambda/node_modules/babel-plugin-jest-hoist/package.json +3 -3
  89. package/rds-lambda/node_modules/babel-preset-jest/README.md +1 -1
  90. package/rds-lambda/node_modules/babel-preset-jest/package.json +4 -4
  91. package/rds-lambda/node_modules/caniuse-lite/package.json +1 -1
  92. package/rds-lambda/node_modules/diff-sequences/package.json +3 -3
  93. package/rds-lambda/node_modules/electron-to-chromium/chromium-versions.json +1 -1
  94. package/rds-lambda/node_modules/electron-to-chromium/full-chromium-versions.json +1 -1
  95. package/rds-lambda/node_modules/electron-to-chromium/full-versions.json +1 -1
  96. package/rds-lambda/node_modules/electron-to-chromium/package.json +1 -1
  97. package/rds-lambda/node_modules/electron-to-chromium/versions.json +1 -1
  98. package/rds-lambda/node_modules/expect/package.json +9 -10
  99. package/rds-lambda/node_modules/jest/package.json +6 -6
  100. package/rds-lambda/node_modules/jest-changed-files/package.json +4 -3
  101. package/rds-lambda/node_modules/jest-circus/README.md +1 -1
  102. package/rds-lambda/node_modules/jest-circus/package.json +14 -14
  103. package/rds-lambda/node_modules/jest-cli/package.json +10 -10
  104. package/rds-lambda/node_modules/jest-config/package.json +15 -15
  105. package/rds-lambda/node_modules/jest-diff/package.json +7 -7
  106. package/rds-lambda/node_modules/jest-docblock/package.json +3 -3
  107. package/rds-lambda/node_modules/jest-each/README.md +1 -1
  108. package/rds-lambda/node_modules/jest-each/package.json +7 -7
  109. package/rds-lambda/node_modules/jest-environment-node/package.json +9 -9
  110. package/rds-lambda/node_modules/jest-get-type/package.json +3 -3
  111. package/rds-lambda/node_modules/jest-haste-map/package.json +7 -7
  112. package/rds-lambda/node_modules/jest-leak-detector/package.json +5 -5
  113. package/rds-lambda/node_modules/jest-matcher-utils/README.md +1 -1
  114. package/rds-lambda/node_modules/jest-matcher-utils/package.json +7 -7
  115. package/rds-lambda/node_modules/jest-message-util/package.json +5 -5
  116. package/rds-lambda/node_modules/jest-mock/package.json +5 -5
  117. package/rds-lambda/node_modules/jest-regex-util/package.json +3 -3
  118. package/rds-lambda/node_modules/jest-resolve/package.json +6 -6
  119. package/rds-lambda/node_modules/jest-resolve-dependencies/package.json +10 -10
  120. package/rds-lambda/node_modules/jest-runner/package.json +20 -20
  121. package/rds-lambda/node_modules/jest-runtime/package.json +19 -19
  122. package/rds-lambda/node_modules/jest-snapshot/package.json +14 -14
  123. package/rds-lambda/node_modules/jest-util/package.json +4 -4
  124. package/rds-lambda/node_modules/jest-validate/package.json +6 -6
  125. package/rds-lambda/node_modules/jest-watcher/package.json +7 -7
  126. package/rds-lambda/node_modules/jest-worker/README.md +1 -1
  127. package/rds-lambda/node_modules/jest-worker/package.json +5 -5
  128. package/rds-lambda/node_modules/pretty-format/package.json +5 -5
  129. package/rds-lambda/node_modules/tslib/package.json +2 -2
  130. package/rds-lambda/package-lock.json +410 -365
  131. package/rds-patching-lambda/node_modules/.package-lock.json +11 -11
  132. package/rds-patching-lambda/node_modules/@types/node/README.md +1 -1
  133. package/rds-patching-lambda/node_modules/@types/node/package.json +2 -2
  134. package/rds-patching-lambda/node_modules/archiver/CHANGELOG.md +18 -0
  135. package/rds-patching-lambda/node_modules/archiver/package.json +7 -7
  136. package/rds-patching-lambda/node_modules/tslib/package.json +2 -2
  137. package/rds-patching-lambda/package-lock.json +11 -11
  138. package/src/__tests__/__snapshots__/model-transformer.test.ts.snap +688 -0
  139. package/src/__tests__/model-transformer.test.ts +57 -1
  140. package/src/graphql-types/mutation.ts +11 -3
  141. package/src/resolvers/generators/dynamodb-vtl-generator.ts +7 -5
  142. package/src/resolvers/generators/rds-vtl-generator.ts +12 -10
  143. package/src/resolvers/generators/vtl-generator.ts +6 -5
  144. package/src/resolvers/rds/mutation.ts +18 -3
  145. package/src/resolvers/rds/query.ts +9 -1
  146. package/src/resolvers/rds/resolver.ts +45 -26
  147. package/src/resources/model-resource-generator.ts +5 -5
  148. package/tsconfig.tsbuildinfo +1 -1
@@ -0,0 +1,87 @@
1
+ {
2
+ "name": "semver",
3
+ "version": "7.5.4",
4
+ "description": "The semantic version parser used by npm.",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "tap",
8
+ "snap": "tap",
9
+ "lint": "eslint \"**/*.js\"",
10
+ "postlint": "template-oss-check",
11
+ "lintfix": "npm run lint -- --fix",
12
+ "posttest": "npm run lint",
13
+ "template-oss-apply": "template-oss-apply --force"
14
+ },
15
+ "devDependencies": {
16
+ "@npmcli/eslint-config": "^4.0.0",
17
+ "@npmcli/template-oss": "4.17.0",
18
+ "tap": "^16.0.0"
19
+ },
20
+ "license": "ISC",
21
+ "repository": {
22
+ "type": "git",
23
+ "url": "https://github.com/npm/node-semver.git"
24
+ },
25
+ "bin": {
26
+ "semver": "bin/semver.js"
27
+ },
28
+ "files": [
29
+ "bin/",
30
+ "lib/",
31
+ "classes/",
32
+ "functions/",
33
+ "internal/",
34
+ "ranges/",
35
+ "index.js",
36
+ "preload.js",
37
+ "range.bnf"
38
+ ],
39
+ "tap": {
40
+ "timeout": 30,
41
+ "coverage-map": "map.js",
42
+ "nyc-arg": [
43
+ "--exclude",
44
+ "tap-snapshots/**"
45
+ ]
46
+ },
47
+ "engines": {
48
+ "node": ">=10"
49
+ },
50
+ "dependencies": {
51
+ "lru-cache": "^6.0.0"
52
+ },
53
+ "author": "GitHub Inc.",
54
+ "templateOSS": {
55
+ "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
56
+ "version": "4.17.0",
57
+ "engines": ">=10",
58
+ "ciVersions": [
59
+ "10.0.0",
60
+ "10.x",
61
+ "12.x",
62
+ "14.x",
63
+ "16.x",
64
+ "18.x"
65
+ ],
66
+ "npmSpec": "8",
67
+ "distPaths": [
68
+ "classes/",
69
+ "functions/",
70
+ "internal/",
71
+ "ranges/",
72
+ "index.js",
73
+ "preload.js",
74
+ "range.bnf"
75
+ ],
76
+ "allowPaths": [
77
+ "/classes/",
78
+ "/functions/",
79
+ "/internal/",
80
+ "/ranges/",
81
+ "/index.js",
82
+ "/preload.js",
83
+ "/range.bnf"
84
+ ],
85
+ "publish": "true"
86
+ }
87
+ }
@@ -0,0 +1,16 @@
1
+ range-set ::= range ( logical-or range ) *
2
+ logical-or ::= ( ' ' ) * '||' ( ' ' ) *
3
+ range ::= hyphen | simple ( ' ' simple ) * | ''
4
+ hyphen ::= partial ' - ' partial
5
+ simple ::= primitive | partial | tilde | caret
6
+ primitive ::= ( '<' | '>' | '>=' | '<=' | '=' ) partial
7
+ partial ::= xr ( '.' xr ( '.' xr qualifier ? )? )?
8
+ xr ::= 'x' | 'X' | '*' | nr
9
+ nr ::= '0' | [1-9] ( [0-9] ) *
10
+ tilde ::= '~' partial
11
+ caret ::= '^' partial
12
+ qualifier ::= ( '-' pre )? ( '+' build )?
13
+ pre ::= parts
14
+ build ::= parts
15
+ parts ::= part ( '.' part ) *
16
+ part ::= nr | [-0-9A-Za-z]+
@@ -0,0 +1,15 @@
1
+ The ISC License
2
+
3
+ Copyright (c) Isaac Z. Schlueter and Contributors
4
+
5
+ Permission to use, copy, modify, and/or distribute this software for any
6
+ purpose with or without fee is hereby granted, provided that the above
7
+ copyright notice and this permission notice appear in all copies.
8
+
9
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
15
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
@@ -0,0 +1,204 @@
1
+ # yallist
2
+
3
+ Yet Another Linked List
4
+
5
+ There are many doubly-linked list implementations like it, but this
6
+ one is mine.
7
+
8
+ For when an array would be too big, and a Map can't be iterated in
9
+ reverse order.
10
+
11
+
12
+ [![Build Status](https://travis-ci.org/isaacs/yallist.svg?branch=master)](https://travis-ci.org/isaacs/yallist) [![Coverage Status](https://coveralls.io/repos/isaacs/yallist/badge.svg?service=github)](https://coveralls.io/github/isaacs/yallist)
13
+
14
+ ## basic usage
15
+
16
+ ```javascript
17
+ var yallist = require('yallist')
18
+ var myList = yallist.create([1, 2, 3])
19
+ myList.push('foo')
20
+ myList.unshift('bar')
21
+ // of course pop() and shift() are there, too
22
+ console.log(myList.toArray()) // ['bar', 1, 2, 3, 'foo']
23
+ myList.forEach(function (k) {
24
+ // walk the list head to tail
25
+ })
26
+ myList.forEachReverse(function (k, index, list) {
27
+ // walk the list tail to head
28
+ })
29
+ var myDoubledList = myList.map(function (k) {
30
+ return k + k
31
+ })
32
+ // now myDoubledList contains ['barbar', 2, 4, 6, 'foofoo']
33
+ // mapReverse is also a thing
34
+ var myDoubledListReverse = myList.mapReverse(function (k) {
35
+ return k + k
36
+ }) // ['foofoo', 6, 4, 2, 'barbar']
37
+
38
+ var reduced = myList.reduce(function (set, entry) {
39
+ set += entry
40
+ return set
41
+ }, 'start')
42
+ console.log(reduced) // 'startfoo123bar'
43
+ ```
44
+
45
+ ## api
46
+
47
+ The whole API is considered "public".
48
+
49
+ Functions with the same name as an Array method work more or less the
50
+ same way.
51
+
52
+ There's reverse versions of most things because that's the point.
53
+
54
+ ### Yallist
55
+
56
+ Default export, the class that holds and manages a list.
57
+
58
+ Call it with either a forEach-able (like an array) or a set of
59
+ arguments, to initialize the list.
60
+
61
+ The Array-ish methods all act like you'd expect. No magic length,
62
+ though, so if you change that it won't automatically prune or add
63
+ empty spots.
64
+
65
+ ### Yallist.create(..)
66
+
67
+ Alias for Yallist function. Some people like factories.
68
+
69
+ #### yallist.head
70
+
71
+ The first node in the list
72
+
73
+ #### yallist.tail
74
+
75
+ The last node in the list
76
+
77
+ #### yallist.length
78
+
79
+ The number of nodes in the list. (Change this at your peril. It is
80
+ not magic like Array length.)
81
+
82
+ #### yallist.toArray()
83
+
84
+ Convert the list to an array.
85
+
86
+ #### yallist.forEach(fn, [thisp])
87
+
88
+ Call a function on each item in the list.
89
+
90
+ #### yallist.forEachReverse(fn, [thisp])
91
+
92
+ Call a function on each item in the list, in reverse order.
93
+
94
+ #### yallist.get(n)
95
+
96
+ Get the data at position `n` in the list. If you use this a lot,
97
+ probably better off just using an Array.
98
+
99
+ #### yallist.getReverse(n)
100
+
101
+ Get the data at position `n`, counting from the tail.
102
+
103
+ #### yallist.map(fn, thisp)
104
+
105
+ Create a new Yallist with the result of calling the function on each
106
+ item.
107
+
108
+ #### yallist.mapReverse(fn, thisp)
109
+
110
+ Same as `map`, but in reverse.
111
+
112
+ #### yallist.pop()
113
+
114
+ Get the data from the list tail, and remove the tail from the list.
115
+
116
+ #### yallist.push(item, ...)
117
+
118
+ Insert one or more items to the tail of the list.
119
+
120
+ #### yallist.reduce(fn, initialValue)
121
+
122
+ Like Array.reduce.
123
+
124
+ #### yallist.reduceReverse
125
+
126
+ Like Array.reduce, but in reverse.
127
+
128
+ #### yallist.reverse
129
+
130
+ Reverse the list in place.
131
+
132
+ #### yallist.shift()
133
+
134
+ Get the data from the list head, and remove the head from the list.
135
+
136
+ #### yallist.slice([from], [to])
137
+
138
+ Just like Array.slice, but returns a new Yallist.
139
+
140
+ #### yallist.sliceReverse([from], [to])
141
+
142
+ Just like yallist.slice, but the result is returned in reverse.
143
+
144
+ #### yallist.toArray()
145
+
146
+ Create an array representation of the list.
147
+
148
+ #### yallist.toArrayReverse()
149
+
150
+ Create a reversed array representation of the list.
151
+
152
+ #### yallist.unshift(item, ...)
153
+
154
+ Insert one or more items to the head of the list.
155
+
156
+ #### yallist.unshiftNode(node)
157
+
158
+ Move a Node object to the front of the list. (That is, pull it out of
159
+ wherever it lives, and make it the new head.)
160
+
161
+ If the node belongs to a different list, then that list will remove it
162
+ first.
163
+
164
+ #### yallist.pushNode(node)
165
+
166
+ Move a Node object to the end of the list. (That is, pull it out of
167
+ wherever it lives, and make it the new tail.)
168
+
169
+ If the node belongs to a list already, then that list will remove it
170
+ first.
171
+
172
+ #### yallist.removeNode(node)
173
+
174
+ Remove a node from the list, preserving referential integrity of head
175
+ and tail and other nodes.
176
+
177
+ Will throw an error if you try to have a list remove a node that
178
+ doesn't belong to it.
179
+
180
+ ### Yallist.Node
181
+
182
+ The class that holds the data and is actually the list.
183
+
184
+ Call with `var n = new Node(value, previousNode, nextNode)`
185
+
186
+ Note that if you do direct operations on Nodes themselves, it's very
187
+ easy to get into weird states where the list is broken. Be careful :)
188
+
189
+ #### node.next
190
+
191
+ The next node in the list.
192
+
193
+ #### node.prev
194
+
195
+ The previous node in the list.
196
+
197
+ #### node.value
198
+
199
+ The data the node contains.
200
+
201
+ #### node.list
202
+
203
+ The list to which this node belongs. (Null if it does not belong to
204
+ any list.)
@@ -0,0 +1,29 @@
1
+ {
2
+ "name": "yallist",
3
+ "version": "4.0.0",
4
+ "description": "Yet Another Linked List",
5
+ "main": "yallist.js",
6
+ "directories": {
7
+ "test": "test"
8
+ },
9
+ "files": [
10
+ "yallist.js",
11
+ "iterator.js"
12
+ ],
13
+ "dependencies": {},
14
+ "devDependencies": {
15
+ "tap": "^12.1.0"
16
+ },
17
+ "scripts": {
18
+ "test": "tap test/*.js --100",
19
+ "preversion": "npm test",
20
+ "postversion": "npm publish",
21
+ "postpublish": "git push origin --all; git push origin --tags"
22
+ },
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "git+https://github.com/isaacs/yallist.git"
26
+ },
27
+ "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
28
+ "license": "ISC"
29
+ }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jest/reporters",
3
3
  "description": "Jest's reporters",
4
- "version": "29.6.2",
4
+ "version": "29.6.4",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",
7
7
  "exports": {
@@ -13,10 +13,10 @@
13
13
  },
14
14
  "dependencies": {
15
15
  "@bcoe/v8-coverage": "^0.2.3",
16
- "@jest/console": "^29.6.2",
17
- "@jest/test-result": "^29.6.2",
18
- "@jest/transform": "^29.6.2",
19
- "@jest/types": "^29.6.1",
16
+ "@jest/console": "^29.6.4",
17
+ "@jest/test-result": "^29.6.4",
18
+ "@jest/transform": "^29.6.4",
19
+ "@jest/types": "^29.6.3",
20
20
  "@jridgewell/trace-mapping": "^0.3.18",
21
21
  "@types/node": "*",
22
22
  "chalk": "^4.0.0",
@@ -25,20 +25,20 @@
25
25
  "glob": "^7.1.3",
26
26
  "graceful-fs": "^4.2.9",
27
27
  "istanbul-lib-coverage": "^3.0.0",
28
- "istanbul-lib-instrument": "^5.1.0",
28
+ "istanbul-lib-instrument": "^6.0.0",
29
29
  "istanbul-lib-report": "^3.0.0",
30
30
  "istanbul-lib-source-maps": "^4.0.0",
31
31
  "istanbul-reports": "^3.1.3",
32
- "jest-message-util": "^29.6.2",
33
- "jest-util": "^29.6.2",
34
- "jest-worker": "^29.6.2",
32
+ "jest-message-util": "^29.6.3",
33
+ "jest-util": "^29.6.3",
34
+ "jest-worker": "^29.6.4",
35
35
  "slash": "^3.0.0",
36
36
  "string-length": "^4.0.1",
37
37
  "strip-ansi": "^6.0.0",
38
38
  "v8-to-istanbul": "^9.0.1"
39
39
  },
40
40
  "devDependencies": {
41
- "@jest/test-utils": "^29.6.2",
41
+ "@jest/test-utils": "^29.6.4",
42
42
  "@tsd/typescript": "^5.0.4",
43
43
  "@types/exit": "^0.1.30",
44
44
  "@types/glob": "^7.1.1",
@@ -49,7 +49,7 @@
49
49
  "@types/istanbul-lib-source-maps": "^4.0.0",
50
50
  "@types/istanbul-reports": "^3.0.0",
51
51
  "@types/node-notifier": "^8.0.0",
52
- "jest-resolve": "^29.6.2",
52
+ "jest-resolve": "^29.6.4",
53
53
  "mock-fs": "^5.1.2",
54
54
  "node-notifier": "^10.0.0",
55
55
  "tsd-lite": "^0.7.0"
@@ -67,16 +67,16 @@
67
67
  },
68
68
  "repository": {
69
69
  "type": "git",
70
- "url": "https://github.com/facebook/jest.git",
70
+ "url": "https://github.com/jestjs/jest.git",
71
71
  "directory": "packages/jest-reporters"
72
72
  },
73
73
  "bugs": {
74
- "url": "https://github.com/facebook/jest/issues"
74
+ "url": "https://github.com/jestjs/jest/issues"
75
75
  },
76
76
  "homepage": "https://jestjs.io/",
77
77
  "license": "MIT",
78
78
  "publishConfig": {
79
79
  "access": "public"
80
80
  },
81
- "gitHead": "0fd5b1c37555f485c56a6ad2d6b010a72204f9f6"
81
+ "gitHead": "55cd6a0aaf6f9178199dfa7af7a00fcaa7c421fd"
82
82
  }
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@jest/schemas",
3
- "version": "29.6.0",
3
+ "version": "29.6.3",
4
4
  "repository": {
5
5
  "type": "git",
6
- "url": "https://github.com/facebook/jest.git",
6
+ "url": "https://github.com/jestjs/jest.git",
7
7
  "directory": "packages/jest-schemas"
8
8
  },
9
9
  "license": "MIT",
@@ -25,5 +25,5 @@
25
25
  "publishConfig": {
26
26
  "access": "public"
27
27
  },
28
- "gitHead": "c1e5b8a38ef54bb138409f89831942ebf6a7a67e"
28
+ "gitHead": "fb7d95c8af6e0d65a8b65348433d8a0ea0725b5b"
29
29
  }
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@jest/source-map",
3
- "version": "29.6.0",
3
+ "version": "29.6.3",
4
4
  "repository": {
5
5
  "type": "git",
6
- "url": "https://github.com/facebook/jest.git",
6
+ "url": "https://github.com/jestjs/jest.git",
7
7
  "directory": "packages/jest-source-map"
8
8
  },
9
9
  "license": "MIT",
@@ -30,5 +30,5 @@
30
30
  "publishConfig": {
31
31
  "access": "public"
32
32
  },
33
- "gitHead": "c1e5b8a38ef54bb138409f89831942ebf6a7a67e"
33
+ "gitHead": "fb7d95c8af6e0d65a8b65348433d8a0ea0725b5b"
34
34
  }
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@jest/test-result",
3
- "version": "29.6.2",
3
+ "version": "29.6.4",
4
4
  "repository": {
5
5
  "type": "git",
6
- "url": "https://github.com/facebook/jest.git",
6
+ "url": "https://github.com/jestjs/jest.git",
7
7
  "directory": "packages/jest-test-result"
8
8
  },
9
9
  "license": "MIT",
@@ -17,14 +17,14 @@
17
17
  "./package.json": "./package.json"
18
18
  },
19
19
  "dependencies": {
20
- "@jest/console": "^29.6.2",
21
- "@jest/types": "^29.6.1",
20
+ "@jest/console": "^29.6.4",
21
+ "@jest/types": "^29.6.3",
22
22
  "@types/istanbul-lib-coverage": "^2.0.0",
23
23
  "collect-v8-coverage": "^1.0.0"
24
24
  },
25
25
  "devDependencies": {
26
- "jest-haste-map": "^29.6.2",
27
- "jest-resolve": "^29.6.2"
26
+ "jest-haste-map": "^29.6.4",
27
+ "jest-resolve": "^29.6.4"
28
28
  },
29
29
  "engines": {
30
30
  "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
@@ -32,5 +32,5 @@
32
32
  "publishConfig": {
33
33
  "access": "public"
34
34
  },
35
- "gitHead": "0fd5b1c37555f485c56a6ad2d6b010a72204f9f6"
35
+ "gitHead": "55cd6a0aaf6f9178199dfa7af7a00fcaa7c421fd"
36
36
  }
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@jest/test-sequencer",
3
- "version": "29.6.2",
3
+ "version": "29.6.4",
4
4
  "repository": {
5
5
  "type": "git",
6
- "url": "https://github.com/facebook/jest.git",
6
+ "url": "https://github.com/jestjs/jest.git",
7
7
  "directory": "packages/jest-test-sequencer"
8
8
  },
9
9
  "license": "MIT",
@@ -17,13 +17,13 @@
17
17
  "./package.json": "./package.json"
18
18
  },
19
19
  "dependencies": {
20
- "@jest/test-result": "^29.6.2",
20
+ "@jest/test-result": "^29.6.4",
21
21
  "graceful-fs": "^4.2.9",
22
- "jest-haste-map": "^29.6.2",
22
+ "jest-haste-map": "^29.6.4",
23
23
  "slash": "^3.0.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@jest/test-utils": "^29.6.2",
26
+ "@jest/test-utils": "^29.6.4",
27
27
  "@types/graceful-fs": "^4.1.3"
28
28
  },
29
29
  "engines": {
@@ -32,5 +32,5 @@
32
32
  "publishConfig": {
33
33
  "access": "public"
34
34
  },
35
- "gitHead": "0fd5b1c37555f485c56a6ad2d6b010a72204f9f6"
35
+ "gitHead": "55cd6a0aaf6f9178199dfa7af7a00fcaa7c421fd"
36
36
  }
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@jest/transform",
3
- "version": "29.6.2",
3
+ "version": "29.6.4",
4
4
  "repository": {
5
5
  "type": "git",
6
- "url": "https://github.com/facebook/jest.git",
6
+ "url": "https://github.com/jestjs/jest.git",
7
7
  "directory": "packages/jest-transform"
8
8
  },
9
9
  "license": "MIT",
@@ -18,23 +18,23 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@babel/core": "^7.11.6",
21
- "@jest/types": "^29.6.1",
21
+ "@jest/types": "^29.6.3",
22
22
  "@jridgewell/trace-mapping": "^0.3.18",
23
23
  "babel-plugin-istanbul": "^6.1.1",
24
24
  "chalk": "^4.0.0",
25
25
  "convert-source-map": "^2.0.0",
26
26
  "fast-json-stable-stringify": "^2.1.0",
27
27
  "graceful-fs": "^4.2.9",
28
- "jest-haste-map": "^29.6.2",
29
- "jest-regex-util": "^29.4.3",
30
- "jest-util": "^29.6.2",
28
+ "jest-haste-map": "^29.6.4",
29
+ "jest-regex-util": "^29.6.3",
30
+ "jest-util": "^29.6.3",
31
31
  "micromatch": "^4.0.4",
32
32
  "pirates": "^4.0.4",
33
33
  "slash": "^3.0.0",
34
34
  "write-file-atomic": "^4.0.2"
35
35
  },
36
36
  "devDependencies": {
37
- "@jest/test-utils": "^29.6.2",
37
+ "@jest/test-utils": "^29.6.4",
38
38
  "@types/babel__core": "^7.1.14",
39
39
  "@types/convert-source-map": "^2.0.0",
40
40
  "@types/graceful-fs": "^4.1.3",
@@ -48,5 +48,5 @@
48
48
  "publishConfig": {
49
49
  "access": "public"
50
50
  },
51
- "gitHead": "0fd5b1c37555f485c56a6ad2d6b010a72204f9f6"
51
+ "gitHead": "55cd6a0aaf6f9178199dfa7af7a00fcaa7c421fd"
52
52
  }
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@jest/types",
3
- "version": "29.6.1",
3
+ "version": "29.6.3",
4
4
  "repository": {
5
5
  "type": "git",
6
- "url": "https://github.com/facebook/jest.git",
6
+ "url": "https://github.com/jestjs/jest.git",
7
7
  "directory": "packages/jest-types"
8
8
  },
9
9
  "engines": {
@@ -20,7 +20,7 @@
20
20
  "./package.json": "./package.json"
21
21
  },
22
22
  "dependencies": {
23
- "@jest/schemas": "^29.6.0",
23
+ "@jest/schemas": "^29.6.3",
24
24
  "@types/istanbul-lib-coverage": "^2.0.0",
25
25
  "@types/istanbul-reports": "^3.0.0",
26
26
  "@types/node": "*",
@@ -34,5 +34,5 @@
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "1f019afdcdfc54a6664908bb45f343db4e3d0848"
37
+ "gitHead": "fb7d95c8af6e0d65a8b65348433d8a0ea0725b5b"
38
38
  }
@@ -8,7 +8,7 @@ This package contains type definitions for Jest (https://jestjs.io/).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Mon, 10 Jul 2023 17:02:48 GMT
11
+ * Last updated: Tue, 22 Aug 2023 18:04:25 GMT
12
12
  * Dependencies: [@types/expect](https://npmjs.com/package/@types/expect), [@types/pretty-format](https://npmjs.com/package/@types/pretty-format)
13
13
  * Global values: `afterAll`, `afterEach`, `beforeAll`, `beforeEach`, `describe`, `expect`, `fail`, `fdescribe`, `fit`, `it`, `jasmine`, `jest`, `pending`, `spyOn`, `test`, `xdescribe`, `xit`, `xtest`
14
14
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/jest",
3
- "version": "29.5.3",
3
+ "version": "29.5.4",
4
4
  "description": "TypeScript definitions for Jest",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest",
6
6
  "license": "MIT",
@@ -148,7 +148,7 @@
148
148
  "expect": "^29.0.0",
149
149
  "pretty-format": "^29.0.0"
150
150
  },
151
- "typesPublisherContentHash": "b9a36243d3c5962999119d9ec103aa8e01d7bc8faf9c869b71a79dbcd1cbc5dc",
151
+ "typesPublisherContentHash": "1cde34789e71c8209a7cf4e86c552aef40e17ecfb298c1bbf317d2948d5a6501",
152
152
  "typeScriptVersion": "4.3",
153
153
  "exports": {
154
154
  ".": {
@@ -8,7 +8,7 @@ This package contains type definitions for Node.js (https://nodejs.org/).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 08 Aug 2023 20:32:42 GMT
11
+ * Last updated: Mon, 28 Aug 2023 00:33:00 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `AbortController`, `AbortSignal`, `__dirname`, `__filename`, `console`, `exports`, `gc`, `global`, `module`, `process`, `require`, `structuredClone`
14
14
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "20.4.9",
3
+ "version": "20.5.7",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -227,6 +227,6 @@
227
227
  },
228
228
  "scripts": {},
229
229
  "dependencies": {},
230
- "typesPublisherContentHash": "b2f4c2c06161f1c6a01968b024abf85b1541142467b4d7a7fe451165a706da3f",
230
+ "typesPublisherContentHash": "3c31754d724881876a0bd7b216ddce3840ec052e1944538329b9271e525d425c",
231
231
  "typeScriptVersion": "4.3"
232
232
  }