@aws-amplify/graphql-model-transformer 2.2.0-rds-1.0 → 2.2.0-rds-2.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +11 -1
- package/lib/graphql-model-transformer.d.ts.map +1 -1
- package/lib/graphql-model-transformer.js +2 -1
- package/lib/graphql-model-transformer.js.map +1 -1
- package/lib/rds-lambda.zip +0 -0
- package/lib/rds-notification-lambda.zip +0 -0
- package/lib/rds-patching-lambda.zip +0 -0
- package/lib/resolvers/rds/mutation.d.ts.map +1 -1
- package/lib/resolvers/rds/mutation.js +67 -58
- package/lib/resolvers/rds/mutation.js.map +1 -1
- package/lib/resolvers/rds/query.d.ts.map +1 -1
- package/lib/resolvers/rds/query.js +2 -1
- package/lib/resolvers/rds/query.js.map +1 -1
- package/lib/resolvers/rds/resolver.d.ts +2 -2
- package/lib/resolvers/rds/resolver.d.ts.map +1 -1
- package/lib/resolvers/rds/resolver.js +66 -19
- package/lib/resolvers/rds/resolver.js.map +1 -1
- package/lib/resources/rds-model-resource-generator.d.ts.map +1 -1
- package/lib/resources/rds-model-resource-generator.js +1 -2
- package/lib/resources/rds-model-resource-generator.js.map +1 -1
- package/package.json +7 -7
- package/publish-notification-lambda/node_modules/.package-lock.json +35 -14
- package/publish-notification-lambda/node_modules/@types/node/README.md +1 -1
- package/publish-notification-lambda/node_modules/@types/node/package.json +2 -2
- package/publish-notification-lambda/node_modules/compress-commons/CHANGELOG.md +2 -0
- package/publish-notification-lambda/node_modules/compress-commons/package.json +5 -5
- package/publish-notification-lambda/node_modules/crc32-stream/CHANGELOG.md +2 -0
- package/publish-notification-lambda/node_modules/crc32-stream/package.json +3 -3
- package/publish-notification-lambda/node_modules/zip-stream/CHANGELOG.md +2 -0
- package/publish-notification-lambda/node_modules/zip-stream/node_modules/archiver-utils/LICENSE +22 -0
- package/publish-notification-lambda/node_modules/zip-stream/node_modules/archiver-utils/README.md +6 -0
- package/publish-notification-lambda/node_modules/zip-stream/node_modules/archiver-utils/package.json +54 -0
- package/publish-notification-lambda/node_modules/zip-stream/package.json +10 -10
- package/publish-notification-lambda/package-lock.json +35 -14
- package/rds-lambda/handler.ts +5 -1
- package/rds-lambda/node_modules/.package-lock.json +104 -84
- package/rds-lambda/node_modules/@babel/core/package.json +14 -14
- package/rds-lambda/node_modules/@babel/core/src/config/files/index-browser.ts +2 -2
- package/rds-lambda/node_modules/@babel/core/src/config/files/index.ts +4 -4
- package/rds-lambda/node_modules/@babel/core/src/config/resolve-targets-browser.ts +1 -1
- package/rds-lambda/node_modules/@babel/core/src/config/resolve-targets.ts +1 -1
- package/rds-lambda/node_modules/@babel/core/src/transform-file.ts +5 -5
- package/rds-lambda/node_modules/@babel/generator/package.json +4 -4
- package/rds-lambda/node_modules/@babel/helper-compilation-targets/package.json +2 -2
- package/rds-lambda/node_modules/@babel/helper-module-imports/README.md +1 -1
- package/rds-lambda/node_modules/@babel/helper-module-imports/package.json +4 -4
- package/rds-lambda/node_modules/@babel/helper-module-transforms/package.json +5 -5
- package/rds-lambda/node_modules/@babel/helper-validator-identifier/README.md +1 -1
- package/rds-lambda/node_modules/@babel/helper-validator-identifier/package.json +1 -1
- package/rds-lambda/node_modules/@babel/helper-validator-option/README.md +1 -1
- package/rds-lambda/node_modules/@babel/helper-validator-option/package.json +1 -1
- package/rds-lambda/node_modules/@babel/helpers/package.json +6 -6
- package/rds-lambda/node_modules/@babel/parser/package.json +2 -2
- package/rds-lambda/node_modules/@babel/template/README.md +1 -1
- package/rds-lambda/node_modules/@babel/template/package.json +4 -4
- package/rds-lambda/node_modules/@babel/traverse/package.json +6 -6
- package/rds-lambda/node_modules/@babel/types/package.json +4 -4
- package/rds-lambda/node_modules/@types/node/README.md +1 -1
- package/rds-lambda/node_modules/@types/node/package.json +2 -2
- package/rds-lambda/node_modules/caniuse-lite/package.json +1 -1
- package/rds-lambda/node_modules/compress-commons/CHANGELOG.md +2 -0
- package/rds-lambda/node_modules/compress-commons/package.json +5 -5
- package/rds-lambda/node_modules/crc32-stream/CHANGELOG.md +2 -0
- package/rds-lambda/node_modules/crc32-stream/package.json +3 -3
- package/rds-lambda/node_modules/electron-to-chromium/full-chromium-versions.json +1 -1
- package/rds-lambda/node_modules/electron-to-chromium/full-versions.json +1 -1
- package/rds-lambda/node_modules/electron-to-chromium/package.json +1 -1
- package/rds-lambda/node_modules/electron-to-chromium/versions.json +1 -1
- package/rds-lambda/node_modules/pure-rand/CHANGELOG.md +6 -0
- package/rds-lambda/node_modules/pure-rand/package.json +20 -15
- package/rds-lambda/node_modules/zip-stream/CHANGELOG.md +2 -0
- package/rds-lambda/node_modules/zip-stream/node_modules/archiver-utils/LICENSE +22 -0
- package/rds-lambda/node_modules/zip-stream/node_modules/archiver-utils/README.md +6 -0
- package/rds-lambda/node_modules/zip-stream/node_modules/archiver-utils/package.json +54 -0
- package/rds-lambda/node_modules/zip-stream/package.json +10 -10
- package/rds-lambda/package-lock.json +104 -84
- package/rds-patching-lambda/node_modules/.package-lock.json +35 -14
- package/rds-patching-lambda/node_modules/@types/node/README.md +1 -1
- package/rds-patching-lambda/node_modules/@types/node/package.json +2 -2
- package/rds-patching-lambda/node_modules/compress-commons/CHANGELOG.md +2 -0
- package/rds-patching-lambda/node_modules/compress-commons/package.json +5 -5
- package/rds-patching-lambda/node_modules/crc32-stream/CHANGELOG.md +2 -0
- package/rds-patching-lambda/node_modules/crc32-stream/package.json +3 -3
- package/rds-patching-lambda/node_modules/zip-stream/CHANGELOG.md +2 -0
- package/rds-patching-lambda/node_modules/zip-stream/node_modules/archiver-utils/LICENSE +22 -0
- package/rds-patching-lambda/node_modules/zip-stream/node_modules/archiver-utils/README.md +6 -0
- package/rds-patching-lambda/node_modules/zip-stream/node_modules/archiver-utils/package.json +54 -0
- package/rds-patching-lambda/node_modules/zip-stream/package.json +10 -10
- package/rds-patching-lambda/package-lock.json +35 -14
- package/src/__tests__/__snapshots__/model-transformer.test.ts.snap +26 -26
- package/src/__tests__/model-transformer.test.ts +60 -2
- package/src/graphql-model-transformer.ts +2 -1
- package/src/resolvers/rds/mutation.ts +15 -9
- package/src/resolvers/rds/query.ts +2 -1
- package/src/resolvers/rds/resolver.ts +73 -7
- package/src/resources/rds-model-resource-generator.ts +1 -2
- package/tsconfig.tsbuildinfo +1 -1
@@ -1,15 +1,20 @@
|
|
1
1
|
{
|
2
2
|
"name": "pure-rand",
|
3
|
-
"version": "6.0.
|
3
|
+
"version": "6.0.3",
|
4
4
|
"description": " Pure random number generator written in TypeScript",
|
5
5
|
"type": "commonjs",
|
6
6
|
"main": "lib/pure-rand.js",
|
7
7
|
"exports": {
|
8
|
+
"./package.json": "./package.json",
|
8
9
|
".": {
|
9
|
-
"
|
10
|
-
|
11
|
-
|
12
|
-
|
10
|
+
"require": {
|
11
|
+
"types": "./lib/types/pure-rand.d.ts",
|
12
|
+
"default": "./lib/pure-rand.js"
|
13
|
+
},
|
14
|
+
"import": {
|
15
|
+
"types": "./lib/esm/types/pure-rand.d.ts",
|
16
|
+
"default": "./lib/esm/pure-rand.js"
|
17
|
+
}
|
13
18
|
}
|
14
19
|
},
|
15
20
|
"module": "lib/esm/pure-rand.js",
|
@@ -18,12 +23,12 @@
|
|
18
23
|
"lib"
|
19
24
|
],
|
20
25
|
"sideEffects": false,
|
21
|
-
"packageManager": "yarn@3.
|
26
|
+
"packageManager": "yarn@3.6.3",
|
22
27
|
"scripts": {
|
23
28
|
"format:check": "prettier --list-different .",
|
24
29
|
"format": "prettier --write .",
|
25
30
|
"build": "tsc && tsc -p ./tsconfig.declaration.json",
|
26
|
-
"build:esm": "tsc --module es2015 --outDir lib/esm --moduleResolution node && cp package.esm-template.json lib/esm/package.json",
|
31
|
+
"build:esm": "tsc --module es2015 --outDir lib/esm --moduleResolution node && tsc -p ./tsconfig.declaration.json --outDir lib/esm/types && cp package.esm-template.json lib/esm/package.json",
|
27
32
|
"build:prod": "yarn build && yarn build:esm && node postbuild/main.cjs",
|
28
33
|
"build:prod-ci": "cross-env EXPECT_GITHUB_SHA=true yarn build:prod",
|
29
34
|
"test": "jest --config jest.config.js --coverage",
|
@@ -42,18 +47,18 @@
|
|
42
47
|
},
|
43
48
|
"homepage": "https://github.com/dubzzz/pure-rand#readme",
|
44
49
|
"devDependencies": {
|
45
|
-
"@types/jest": "^29.5.
|
46
|
-
"@types/node": "^18.
|
50
|
+
"@types/jest": "^29.5.4",
|
51
|
+
"@types/node": "^18.17.12",
|
47
52
|
"cross-env": "^7.0.3",
|
48
|
-
"fast-check": "^3.
|
49
|
-
"jest": "^29.
|
53
|
+
"fast-check": "^3.12.1",
|
54
|
+
"jest": "^29.6.4",
|
50
55
|
"prettier": "2.8.8",
|
51
|
-
"replace-in-file": "^
|
56
|
+
"replace-in-file": "^7.0.1",
|
52
57
|
"source-map-support": "^0.5.21",
|
53
|
-
"tinybench": "^2.
|
54
|
-
"ts-jest": "^29.1.
|
58
|
+
"tinybench": "^2.5.0",
|
59
|
+
"ts-jest": "^29.1.1",
|
55
60
|
"ts-node": "^10.9.1",
|
56
|
-
"typescript": "^5.
|
61
|
+
"typescript": "^5.2.2"
|
57
62
|
},
|
58
63
|
"keywords": [
|
59
64
|
"seed",
|
@@ -1,5 +1,7 @@
|
|
1
1
|
## Changelog
|
2
2
|
|
3
|
+
**4.1.1** - <small>September 2, 2023</small> — [Diff](https://github.com/archiverjs/node-zip-stream/compare/4.1.0...4.1.1)
|
4
|
+
|
3
5
|
**4.1.0** - <small>March 2, 2021</small> — [Diff](https://github.com/archiverjs/node-zip-stream/compare/4.0.5...4.1.0)
|
4
6
|
|
5
7
|
## Features
|
@@ -0,0 +1,22 @@
|
|
1
|
+
Copyright (c) 2015 Chris Talkington.
|
2
|
+
|
3
|
+
Permission is hereby granted, free of charge, to any person
|
4
|
+
obtaining a copy of this software and associated documentation
|
5
|
+
files (the "Software"), to deal in the Software without
|
6
|
+
restriction, including without limitation the rights to use,
|
7
|
+
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
8
|
+
copies of the Software, and to permit persons to whom the
|
9
|
+
Software is furnished to do so, subject to the following
|
10
|
+
conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be
|
13
|
+
included in all copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
16
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
17
|
+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
18
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
19
|
+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
20
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
21
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
22
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
@@ -0,0 +1,6 @@
|
|
1
|
+
# Archiver Utils
|
2
|
+
|
3
|
+
## Things of Interest
|
4
|
+
- [Changelog](https://github.com/archiverjs/archiver-utils/releases)
|
5
|
+
- [Contributing](https://github.com/archiverjs/archiver-utils/blob/master/CONTRIBUTING.md)
|
6
|
+
- [MIT License](https://github.com/archiverjs/archiver-utils/blob/master/LICENSE)
|
@@ -0,0 +1,54 @@
|
|
1
|
+
{
|
2
|
+
"name": "archiver-utils",
|
3
|
+
"version": "3.0.4",
|
4
|
+
"license": "MIT",
|
5
|
+
"description": "utility functions for archiver",
|
6
|
+
"homepage": "https://github.com/archiverjs/archiver-utils#readme",
|
7
|
+
"author": {
|
8
|
+
"name": "Chris Talkington",
|
9
|
+
"url": "http://christalkington.com/"
|
10
|
+
},
|
11
|
+
"repository": {
|
12
|
+
"type": "git",
|
13
|
+
"url": "https://github.com/archiverjs/archiver-utils.git"
|
14
|
+
},
|
15
|
+
"bugs": {
|
16
|
+
"url": "https://github.com/archiverjs/archiver-utils/issues"
|
17
|
+
},
|
18
|
+
"keywords": [
|
19
|
+
"archiver",
|
20
|
+
"utils"
|
21
|
+
],
|
22
|
+
"main": "index.js",
|
23
|
+
"files": [
|
24
|
+
"index.js",
|
25
|
+
"file.js"
|
26
|
+
],
|
27
|
+
"engines": {
|
28
|
+
"node": ">= 10"
|
29
|
+
},
|
30
|
+
"scripts": {
|
31
|
+
"test": "mocha --reporter dot"
|
32
|
+
},
|
33
|
+
"dependencies": {
|
34
|
+
"glob": "^7.2.3",
|
35
|
+
"graceful-fs": "^4.2.0",
|
36
|
+
"lazystream": "^1.0.0",
|
37
|
+
"lodash.defaults": "^4.2.0",
|
38
|
+
"lodash.difference": "^4.5.0",
|
39
|
+
"lodash.flatten": "^4.4.0",
|
40
|
+
"lodash.isplainobject": "^4.0.6",
|
41
|
+
"lodash.union": "^4.6.0",
|
42
|
+
"normalize-path": "^3.0.0",
|
43
|
+
"readable-stream": "^3.6.0"
|
44
|
+
},
|
45
|
+
"devDependencies": {
|
46
|
+
"chai": "4.3.8",
|
47
|
+
"mkdirp": "3.0.1",
|
48
|
+
"mocha": "9.2.2",
|
49
|
+
"rimraf": "3.0.2"
|
50
|
+
},
|
51
|
+
"publishConfig": {
|
52
|
+
"registry": "https://registry.npmjs.org/"
|
53
|
+
}
|
54
|
+
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "zip-stream",
|
3
|
-
"version": "4.1.
|
3
|
+
"version": "4.1.1",
|
4
4
|
"description": "a streaming zip archive generator.",
|
5
5
|
"homepage": "https://github.com/archiverjs/node-zip-stream",
|
6
6
|
"author": {
|
@@ -27,18 +27,18 @@
|
|
27
27
|
"jsdoc": "jsdoc -c jsdoc.json README.md"
|
28
28
|
},
|
29
29
|
"dependencies": {
|
30
|
-
"archiver-utils": "^
|
31
|
-
"compress-commons": "^4.1.
|
30
|
+
"archiver-utils": "^3.0.4",
|
31
|
+
"compress-commons": "^4.1.2",
|
32
32
|
"readable-stream": "^3.6.0"
|
33
33
|
},
|
34
34
|
"devDependencies": {
|
35
|
-
"archiver-jsdoc-theme": "
|
36
|
-
"chai": "
|
37
|
-
"jsdoc": "
|
38
|
-
"minami": "
|
39
|
-
"mkdirp": "
|
40
|
-
"mocha": "
|
41
|
-
"rimraf": "
|
35
|
+
"archiver-jsdoc-theme": "1.1.3",
|
36
|
+
"chai": "4.3.8",
|
37
|
+
"jsdoc": "3.6.11",
|
38
|
+
"minami": "1.2.3",
|
39
|
+
"mkdirp": "2.1.6",
|
40
|
+
"mocha": "9.2.2",
|
41
|
+
"rimraf": "3.0.2"
|
42
42
|
},
|
43
43
|
"keywords": [
|
44
44
|
"archive",
|
@@ -1035,20 +1035,20 @@
|
|
1035
1035
|
}
|
1036
1036
|
},
|
1037
1037
|
"node_modules/@babel/core": {
|
1038
|
-
"version": "7.22.
|
1039
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.
|
1040
|
-
"integrity": "sha512-
|
1038
|
+
"version": "7.22.15",
|
1039
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.15.tgz",
|
1040
|
+
"integrity": "sha512-PtZqMmgRrvj8ruoEOIwVA3yoF91O+Hgw9o7DAUTNBA6Mo2jpu31clx9a7Nz/9JznqetTR6zwfC4L3LAjKQXUwA==",
|
1041
1041
|
"dependencies": {
|
1042
1042
|
"@ampproject/remapping": "^2.2.0",
|
1043
|
-
"@babel/code-frame": "^7.22.
|
1044
|
-
"@babel/generator": "^7.22.
|
1045
|
-
"@babel/helper-compilation-targets": "^7.22.
|
1046
|
-
"@babel/helper-module-transforms": "^7.22.
|
1047
|
-
"@babel/helpers": "^7.22.
|
1048
|
-
"@babel/parser": "^7.22.
|
1049
|
-
"@babel/template": "^7.22.
|
1050
|
-
"@babel/traverse": "^7.22.
|
1051
|
-
"@babel/types": "^7.22.
|
1043
|
+
"@babel/code-frame": "^7.22.13",
|
1044
|
+
"@babel/generator": "^7.22.15",
|
1045
|
+
"@babel/helper-compilation-targets": "^7.22.15",
|
1046
|
+
"@babel/helper-module-transforms": "^7.22.15",
|
1047
|
+
"@babel/helpers": "^7.22.15",
|
1048
|
+
"@babel/parser": "^7.22.15",
|
1049
|
+
"@babel/template": "^7.22.15",
|
1050
|
+
"@babel/traverse": "^7.22.15",
|
1051
|
+
"@babel/types": "^7.22.15",
|
1052
1052
|
"convert-source-map": "^1.7.0",
|
1053
1053
|
"debug": "^4.1.0",
|
1054
1054
|
"gensync": "^1.0.0-beta.2",
|
@@ -1064,11 +1064,11 @@
|
|
1064
1064
|
}
|
1065
1065
|
},
|
1066
1066
|
"node_modules/@babel/generator": {
|
1067
|
-
"version": "7.22.
|
1068
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.
|
1069
|
-
"integrity": "sha512-
|
1067
|
+
"version": "7.22.15",
|
1068
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.15.tgz",
|
1069
|
+
"integrity": "sha512-Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA==",
|
1070
1070
|
"dependencies": {
|
1071
|
-
"@babel/types": "^7.22.
|
1071
|
+
"@babel/types": "^7.22.15",
|
1072
1072
|
"@jridgewell/gen-mapping": "^0.3.2",
|
1073
1073
|
"@jridgewell/trace-mapping": "^0.3.17",
|
1074
1074
|
"jsesc": "^2.5.1"
|
@@ -1078,12 +1078,12 @@
|
|
1078
1078
|
}
|
1079
1079
|
},
|
1080
1080
|
"node_modules/@babel/helper-compilation-targets": {
|
1081
|
-
"version": "7.22.
|
1082
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.
|
1083
|
-
"integrity": "sha512-
|
1081
|
+
"version": "7.22.15",
|
1082
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz",
|
1083
|
+
"integrity": "sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==",
|
1084
1084
|
"dependencies": {
|
1085
1085
|
"@babel/compat-data": "^7.22.9",
|
1086
|
-
"@babel/helper-validator-option": "^7.22.
|
1086
|
+
"@babel/helper-validator-option": "^7.22.15",
|
1087
1087
|
"browserslist": "^4.21.9",
|
1088
1088
|
"lru-cache": "^5.1.1",
|
1089
1089
|
"semver": "^6.3.1"
|
@@ -1124,26 +1124,26 @@
|
|
1124
1124
|
}
|
1125
1125
|
},
|
1126
1126
|
"node_modules/@babel/helper-module-imports": {
|
1127
|
-
"version": "7.22.
|
1128
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.
|
1129
|
-
"integrity": "sha512-
|
1127
|
+
"version": "7.22.15",
|
1128
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz",
|
1129
|
+
"integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==",
|
1130
1130
|
"dependencies": {
|
1131
|
-
"@babel/types": "^7.22.
|
1131
|
+
"@babel/types": "^7.22.15"
|
1132
1132
|
},
|
1133
1133
|
"engines": {
|
1134
1134
|
"node": ">=6.9.0"
|
1135
1135
|
}
|
1136
1136
|
},
|
1137
1137
|
"node_modules/@babel/helper-module-transforms": {
|
1138
|
-
"version": "7.22.
|
1139
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.
|
1140
|
-
"integrity": "sha512-
|
1138
|
+
"version": "7.22.15",
|
1139
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.15.tgz",
|
1140
|
+
"integrity": "sha512-l1UiX4UyHSFsYt17iQ3Se5pQQZZHa22zyIXURmvkmLCD4t/aU+dvNWHatKac/D9Vm9UES7nvIqHs4jZqKviUmQ==",
|
1141
1141
|
"dependencies": {
|
1142
1142
|
"@babel/helper-environment-visitor": "^7.22.5",
|
1143
|
-
"@babel/helper-module-imports": "^7.22.
|
1143
|
+
"@babel/helper-module-imports": "^7.22.15",
|
1144
1144
|
"@babel/helper-simple-access": "^7.22.5",
|
1145
1145
|
"@babel/helper-split-export-declaration": "^7.22.6",
|
1146
|
-
"@babel/helper-validator-identifier": "^7.22.
|
1146
|
+
"@babel/helper-validator-identifier": "^7.22.15"
|
1147
1147
|
},
|
1148
1148
|
"engines": {
|
1149
1149
|
"node": ">=6.9.0"
|
@@ -1191,29 +1191,29 @@
|
|
1191
1191
|
}
|
1192
1192
|
},
|
1193
1193
|
"node_modules/@babel/helper-validator-identifier": {
|
1194
|
-
"version": "7.22.
|
1195
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.
|
1196
|
-
"integrity": "sha512-
|
1194
|
+
"version": "7.22.15",
|
1195
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.15.tgz",
|
1196
|
+
"integrity": "sha512-4E/F9IIEi8WR94324mbDUMo074YTheJmd7eZF5vITTeYchqAi6sYXRLHUVsmkdmY4QjfKTcB2jB7dVP3NaBElQ==",
|
1197
1197
|
"engines": {
|
1198
1198
|
"node": ">=6.9.0"
|
1199
1199
|
}
|
1200
1200
|
},
|
1201
1201
|
"node_modules/@babel/helper-validator-option": {
|
1202
|
-
"version": "7.22.
|
1203
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.
|
1204
|
-
"integrity": "sha512-
|
1202
|
+
"version": "7.22.15",
|
1203
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz",
|
1204
|
+
"integrity": "sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==",
|
1205
1205
|
"engines": {
|
1206
1206
|
"node": ">=6.9.0"
|
1207
1207
|
}
|
1208
1208
|
},
|
1209
1209
|
"node_modules/@babel/helpers": {
|
1210
|
-
"version": "7.22.
|
1211
|
-
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.
|
1212
|
-
"integrity": "sha512-
|
1210
|
+
"version": "7.22.15",
|
1211
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.15.tgz",
|
1212
|
+
"integrity": "sha512-7pAjK0aSdxOwR+CcYAqgWOGy5dcfvzsTIfFTb2odQqW47MDfv14UaJDY6eng8ylM2EaeKXdxaSWESbkmaQHTmw==",
|
1213
1213
|
"dependencies": {
|
1214
|
-
"@babel/template": "^7.22.
|
1215
|
-
"@babel/traverse": "^7.22.
|
1216
|
-
"@babel/types": "^7.22.
|
1214
|
+
"@babel/template": "^7.22.15",
|
1215
|
+
"@babel/traverse": "^7.22.15",
|
1216
|
+
"@babel/types": "^7.22.15"
|
1217
1217
|
},
|
1218
1218
|
"engines": {
|
1219
1219
|
"node": ">=6.9.0"
|
@@ -1233,9 +1233,9 @@
|
|
1233
1233
|
}
|
1234
1234
|
},
|
1235
1235
|
"node_modules/@babel/parser": {
|
1236
|
-
"version": "7.22.
|
1237
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.
|
1238
|
-
"integrity": "sha512
|
1236
|
+
"version": "7.22.16",
|
1237
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.16.tgz",
|
1238
|
+
"integrity": "sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==",
|
1239
1239
|
"bin": {
|
1240
1240
|
"parser": "bin/babel-parser.js"
|
1241
1241
|
},
|
@@ -1407,31 +1407,31 @@
|
|
1407
1407
|
}
|
1408
1408
|
},
|
1409
1409
|
"node_modules/@babel/template": {
|
1410
|
-
"version": "7.22.
|
1411
|
-
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.
|
1412
|
-
"integrity": "sha512-
|
1410
|
+
"version": "7.22.15",
|
1411
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz",
|
1412
|
+
"integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==",
|
1413
1413
|
"dependencies": {
|
1414
|
-
"@babel/code-frame": "^7.22.
|
1415
|
-
"@babel/parser": "^7.22.
|
1416
|
-
"@babel/types": "^7.22.
|
1414
|
+
"@babel/code-frame": "^7.22.13",
|
1415
|
+
"@babel/parser": "^7.22.15",
|
1416
|
+
"@babel/types": "^7.22.15"
|
1417
1417
|
},
|
1418
1418
|
"engines": {
|
1419
1419
|
"node": ">=6.9.0"
|
1420
1420
|
}
|
1421
1421
|
},
|
1422
1422
|
"node_modules/@babel/traverse": {
|
1423
|
-
"version": "7.22.
|
1424
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.
|
1425
|
-
"integrity": "sha512-
|
1423
|
+
"version": "7.22.15",
|
1424
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.15.tgz",
|
1425
|
+
"integrity": "sha512-DdHPwvJY0sEeN4xJU5uRLmZjgMMDIvMPniLuYzUVXj/GGzysPl0/fwt44JBkyUIzGJPV8QgHMcQdQ34XFuKTYQ==",
|
1426
1426
|
"dependencies": {
|
1427
|
-
"@babel/code-frame": "^7.22.
|
1428
|
-
"@babel/generator": "^7.22.
|
1427
|
+
"@babel/code-frame": "^7.22.13",
|
1428
|
+
"@babel/generator": "^7.22.15",
|
1429
1429
|
"@babel/helper-environment-visitor": "^7.22.5",
|
1430
1430
|
"@babel/helper-function-name": "^7.22.5",
|
1431
1431
|
"@babel/helper-hoist-variables": "^7.22.5",
|
1432
1432
|
"@babel/helper-split-export-declaration": "^7.22.6",
|
1433
|
-
"@babel/parser": "^7.22.
|
1434
|
-
"@babel/types": "^7.22.
|
1433
|
+
"@babel/parser": "^7.22.15",
|
1434
|
+
"@babel/types": "^7.22.15",
|
1435
1435
|
"debug": "^4.1.0",
|
1436
1436
|
"globals": "^11.1.0"
|
1437
1437
|
},
|
@@ -1440,12 +1440,12 @@
|
|
1440
1440
|
}
|
1441
1441
|
},
|
1442
1442
|
"node_modules/@babel/types": {
|
1443
|
-
"version": "7.22.
|
1444
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.
|
1445
|
-
"integrity": "sha512-
|
1443
|
+
"version": "7.22.15",
|
1444
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.15.tgz",
|
1445
|
+
"integrity": "sha512-X+NLXr0N8XXmN5ZsaQdm9U2SSC3UbIYq/doL++sueHOTisgZHoKaQtZxGuV2cUPQHMfjKEfg/g6oy7Hm6SKFtA==",
|
1446
1446
|
"dependencies": {
|
1447
1447
|
"@babel/helper-string-parser": "^7.22.5",
|
1448
|
-
"@babel/helper-validator-identifier": "^7.22.
|
1448
|
+
"@babel/helper-validator-identifier": "^7.22.15",
|
1449
1449
|
"to-fast-properties": "^2.0.0"
|
1450
1450
|
},
|
1451
1451
|
"engines": {
|
@@ -2288,9 +2288,9 @@
|
|
2288
2288
|
}
|
2289
2289
|
},
|
2290
2290
|
"node_modules/@types/node": {
|
2291
|
-
"version": "20.5.
|
2292
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.
|
2293
|
-
"integrity": "sha512-
|
2291
|
+
"version": "20.5.9",
|
2292
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.9.tgz",
|
2293
|
+
"integrity": "sha512-PcGNd//40kHAS3sTlzKB9C9XL4K0sTup8nbG5lC14kzEteTNuAFh9u5nA0o5TWnSG2r/JNPRXFVcHJIIeRlmqQ=="
|
2294
2294
|
},
|
2295
2295
|
"node_modules/@types/stack-utils": {
|
2296
2296
|
"version": "2.0.1",
|
@@ -2762,9 +2762,9 @@
|
|
2762
2762
|
}
|
2763
2763
|
},
|
2764
2764
|
"node_modules/caniuse-lite": {
|
2765
|
-
"version": "1.0.
|
2766
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
2767
|
-
"integrity": "sha512-
|
2765
|
+
"version": "1.0.30001528",
|
2766
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001528.tgz",
|
2767
|
+
"integrity": "sha512-0Db4yyjR9QMNlsxh+kKWzQtkyflkG/snYheSzkjmvdEtEXB1+jt7A2HmSEiO6XIJPIbo92lHNGNySvE5pZcs5Q==",
|
2768
2768
|
"funding": [
|
2769
2769
|
{
|
2770
2770
|
"type": "opencollective",
|
@@ -2873,9 +2873,9 @@
|
|
2873
2873
|
}
|
2874
2874
|
},
|
2875
2875
|
"node_modules/compress-commons": {
|
2876
|
-
"version": "4.1.
|
2877
|
-
"resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-4.1.
|
2878
|
-
"integrity": "sha512-
|
2876
|
+
"version": "4.1.2",
|
2877
|
+
"resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-4.1.2.tgz",
|
2878
|
+
"integrity": "sha512-D3uMHtGc/fcO1Gt1/L7i1e33VOvD4A9hfQLP+6ewd+BvG/gQ84Yh4oftEhAdjSMgBgwGL+jsppT7JYNpo6MHHg==",
|
2879
2879
|
"dependencies": {
|
2880
2880
|
"buffer-crc32": "^0.2.13",
|
2881
2881
|
"crc32-stream": "^4.0.2",
|
@@ -2913,9 +2913,9 @@
|
|
2913
2913
|
}
|
2914
2914
|
},
|
2915
2915
|
"node_modules/crc32-stream": {
|
2916
|
-
"version": "4.0.
|
2917
|
-
"resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-4.0.
|
2918
|
-
"integrity": "sha512-
|
2916
|
+
"version": "4.0.3",
|
2917
|
+
"resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-4.0.3.tgz",
|
2918
|
+
"integrity": "sha512-NT7w2JVU7DFroFdYkeq8cywxrgjPHWkdX1wjpRQXPX5Asews3tA+Ght6lddQO5Mkumffp3X7GEqku3epj2toIw==",
|
2919
2919
|
"dependencies": {
|
2920
2920
|
"crc-32": "^1.2.0",
|
2921
2921
|
"readable-stream": "^3.4.0"
|
@@ -2991,9 +2991,9 @@
|
|
2991
2991
|
}
|
2992
2992
|
},
|
2993
2993
|
"node_modules/electron-to-chromium": {
|
2994
|
-
"version": "1.4.
|
2995
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.
|
2996
|
-
"integrity": "sha512-
|
2994
|
+
"version": "1.4.510",
|
2995
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.510.tgz",
|
2996
|
+
"integrity": "sha512-xPfLIPFcN/WLXBpQ/K4UgE98oUBO5Tia6BD4rkSR0wE7ep/PwBVlgvPJQrIBpmJGVAmUzwPKuDbVt9XV6+uC2g=="
|
2997
2997
|
},
|
2998
2998
|
"node_modules/emittery": {
|
2999
2999
|
"version": "0.13.1",
|
@@ -5533,9 +5533,9 @@
|
|
5533
5533
|
}
|
5534
5534
|
},
|
5535
5535
|
"node_modules/pure-rand": {
|
5536
|
-
"version": "6.0.
|
5537
|
-
"resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.0.
|
5538
|
-
"integrity": "sha512-
|
5536
|
+
"version": "6.0.3",
|
5537
|
+
"resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.0.3.tgz",
|
5538
|
+
"integrity": "sha512-KddyFewCsO0j3+np81IQ+SweXLDnDQTs5s67BOnrYmYe/yNmUhttQyGsYzy8yUnoljGAQ9sl38YB4vH8ur7Y+w==",
|
5539
5539
|
"funding": [
|
5540
5540
|
{
|
5541
5541
|
"type": "individual",
|
@@ -6234,12 +6234,32 @@
|
|
6234
6234
|
}
|
6235
6235
|
},
|
6236
6236
|
"node_modules/zip-stream": {
|
6237
|
-
"version": "4.1.
|
6238
|
-
"resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-4.1.
|
6239
|
-
"integrity": "sha512-
|
6237
|
+
"version": "4.1.1",
|
6238
|
+
"resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-4.1.1.tgz",
|
6239
|
+
"integrity": "sha512-9qv4rlDiopXg4E69k+vMHjNN63YFMe9sZMrdlvKnCjlCRWeCBswPPMPUfx+ipsAWq1LXHe70RcbaHdJJpS6hyQ==",
|
6240
6240
|
"dependencies": {
|
6241
|
-
"archiver-utils": "^
|
6242
|
-
"compress-commons": "^4.1.
|
6241
|
+
"archiver-utils": "^3.0.4",
|
6242
|
+
"compress-commons": "^4.1.2",
|
6243
|
+
"readable-stream": "^3.6.0"
|
6244
|
+
},
|
6245
|
+
"engines": {
|
6246
|
+
"node": ">= 10"
|
6247
|
+
}
|
6248
|
+
},
|
6249
|
+
"node_modules/zip-stream/node_modules/archiver-utils": {
|
6250
|
+
"version": "3.0.4",
|
6251
|
+
"resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-3.0.4.tgz",
|
6252
|
+
"integrity": "sha512-KVgf4XQVrTjhyWmx6cte4RxonPLR9onExufI1jhvw/MQ4BB6IsZD5gT8Lq+u/+pRkWna/6JoHpiQioaqFP5Rzw==",
|
6253
|
+
"dependencies": {
|
6254
|
+
"glob": "^7.2.3",
|
6255
|
+
"graceful-fs": "^4.2.0",
|
6256
|
+
"lazystream": "^1.0.0",
|
6257
|
+
"lodash.defaults": "^4.2.0",
|
6258
|
+
"lodash.difference": "^4.5.0",
|
6259
|
+
"lodash.flatten": "^4.4.0",
|
6260
|
+
"lodash.isplainobject": "^4.0.6",
|
6261
|
+
"lodash.union": "^4.6.0",
|
6262
|
+
"normalize-path": "^3.0.0",
|
6243
6263
|
"readable-stream": "^3.6.0"
|
6244
6264
|
},
|
6245
6265
|
"engines": {
|
@@ -1076,9 +1076,9 @@
|
|
1076
1076
|
}
|
1077
1077
|
},
|
1078
1078
|
"node_modules/@types/node": {
|
1079
|
-
"version": "20.5.
|
1080
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.
|
1081
|
-
"integrity": "sha512-
|
1079
|
+
"version": "20.5.9",
|
1080
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.9.tgz",
|
1081
|
+
"integrity": "sha512-PcGNd//40kHAS3sTlzKB9C9XL4K0sTup8nbG5lC14kzEteTNuAFh9u5nA0o5TWnSG2r/JNPRXFVcHJIIeRlmqQ==",
|
1082
1082
|
"dev": true
|
1083
1083
|
},
|
1084
1084
|
"node_modules/ansi-regex": {
|
@@ -1314,9 +1314,9 @@
|
|
1314
1314
|
"dev": true
|
1315
1315
|
},
|
1316
1316
|
"node_modules/compress-commons": {
|
1317
|
-
"version": "4.1.
|
1318
|
-
"resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-4.1.
|
1319
|
-
"integrity": "sha512-
|
1317
|
+
"version": "4.1.2",
|
1318
|
+
"resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-4.1.2.tgz",
|
1319
|
+
"integrity": "sha512-D3uMHtGc/fcO1Gt1/L7i1e33VOvD4A9hfQLP+6ewd+BvG/gQ84Yh4oftEhAdjSMgBgwGL+jsppT7JYNpo6MHHg==",
|
1320
1320
|
"dev": true,
|
1321
1321
|
"dependencies": {
|
1322
1322
|
"buffer-crc32": "^0.2.13",
|
@@ -1353,9 +1353,9 @@
|
|
1353
1353
|
}
|
1354
1354
|
},
|
1355
1355
|
"node_modules/crc32-stream": {
|
1356
|
-
"version": "4.0.
|
1357
|
-
"resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-4.0.
|
1358
|
-
"integrity": "sha512-
|
1356
|
+
"version": "4.0.3",
|
1357
|
+
"resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-4.0.3.tgz",
|
1358
|
+
"integrity": "sha512-NT7w2JVU7DFroFdYkeq8cywxrgjPHWkdX1wjpRQXPX5Asews3tA+Ght6lddQO5Mkumffp3X7GEqku3epj2toIw==",
|
1359
1359
|
"dev": true,
|
1360
1360
|
"dependencies": {
|
1361
1361
|
"crc-32": "^1.2.0",
|
@@ -1866,13 +1866,34 @@
|
|
1866
1866
|
}
|
1867
1867
|
},
|
1868
1868
|
"node_modules/zip-stream": {
|
1869
|
-
"version": "4.1.
|
1870
|
-
"resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-4.1.
|
1871
|
-
"integrity": "sha512-
|
1869
|
+
"version": "4.1.1",
|
1870
|
+
"resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-4.1.1.tgz",
|
1871
|
+
"integrity": "sha512-9qv4rlDiopXg4E69k+vMHjNN63YFMe9sZMrdlvKnCjlCRWeCBswPPMPUfx+ipsAWq1LXHe70RcbaHdJJpS6hyQ==",
|
1872
1872
|
"dev": true,
|
1873
1873
|
"dependencies": {
|
1874
|
-
"archiver-utils": "^
|
1875
|
-
"compress-commons": "^4.1.
|
1874
|
+
"archiver-utils": "^3.0.4",
|
1875
|
+
"compress-commons": "^4.1.2",
|
1876
|
+
"readable-stream": "^3.6.0"
|
1877
|
+
},
|
1878
|
+
"engines": {
|
1879
|
+
"node": ">= 10"
|
1880
|
+
}
|
1881
|
+
},
|
1882
|
+
"node_modules/zip-stream/node_modules/archiver-utils": {
|
1883
|
+
"version": "3.0.4",
|
1884
|
+
"resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-3.0.4.tgz",
|
1885
|
+
"integrity": "sha512-KVgf4XQVrTjhyWmx6cte4RxonPLR9onExufI1jhvw/MQ4BB6IsZD5gT8Lq+u/+pRkWna/6JoHpiQioaqFP5Rzw==",
|
1886
|
+
"dev": true,
|
1887
|
+
"dependencies": {
|
1888
|
+
"glob": "^7.2.3",
|
1889
|
+
"graceful-fs": "^4.2.0",
|
1890
|
+
"lazystream": "^1.0.0",
|
1891
|
+
"lodash.defaults": "^4.2.0",
|
1892
|
+
"lodash.difference": "^4.5.0",
|
1893
|
+
"lodash.flatten": "^4.4.0",
|
1894
|
+
"lodash.isplainobject": "^4.0.6",
|
1895
|
+
"lodash.union": "^4.6.0",
|
1896
|
+
"normalize-path": "^3.0.0",
|
1876
1897
|
"readable-stream": "^3.6.0"
|
1877
1898
|
},
|
1878
1899
|
"engines": {
|
@@ -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:
|
11
|
+
* Last updated: Sat, 02 Sep 2023 20:02:59 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.5.
|
3
|
+
"version": "20.5.9",
|
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": "
|
230
|
+
"typesPublisherContentHash": "b81b4a667392c6db4f92b6520158fccbce2770eefa3b0e03de5624b811f81649",
|
231
231
|
"typeScriptVersion": "4.3"
|
232
232
|
}
|