cdk8s 2.69.28 → 2.69.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/.jsii +3 -3
  2. package/lib/api-object.js +1 -1
  3. package/lib/app.js +1 -1
  4. package/lib/chart.js +1 -1
  5. package/lib/cron.js +1 -1
  6. package/lib/dependency.js +2 -2
  7. package/lib/duration.js +1 -1
  8. package/lib/helm.js +1 -1
  9. package/lib/include.js +1 -1
  10. package/lib/json-patch.js +1 -1
  11. package/lib/lazy.js +1 -1
  12. package/lib/metadata.js +1 -1
  13. package/lib/names.js +1 -1
  14. package/lib/resolve.js +4 -4
  15. package/lib/size.js +1 -1
  16. package/lib/testing.js +1 -1
  17. package/lib/yaml.js +1 -1
  18. package/node_modules/yaml/README.md +27 -8
  19. package/node_modules/yaml/browser/dist/compose/resolve-props.js +1 -1
  20. package/node_modules/yaml/browser/dist/log.js +1 -4
  21. package/node_modules/yaml/browser/dist/schema/yaml-1.1/binary.js +2 -11
  22. package/node_modules/yaml/browser/dist/util.js +1 -1
  23. package/node_modules/yaml/dist/compose/compose-collection.d.ts +4 -4
  24. package/node_modules/yaml/dist/compose/compose-doc.d.ts +6 -6
  25. package/node_modules/yaml/dist/compose/compose-node.d.ts +7 -7
  26. package/node_modules/yaml/dist/compose/compose-scalar.d.ts +4 -4
  27. package/node_modules/yaml/dist/compose/composer.d.ts +7 -6
  28. package/node_modules/yaml/dist/compose/composer.js +2 -1
  29. package/node_modules/yaml/dist/compose/resolve-block-map.d.ts +5 -5
  30. package/node_modules/yaml/dist/compose/resolve-block-scalar.d.ts +5 -5
  31. package/node_modules/yaml/dist/compose/resolve-block-seq.d.ts +5 -5
  32. package/node_modules/yaml/dist/compose/resolve-end.d.ts +2 -2
  33. package/node_modules/yaml/dist/compose/resolve-flow-collection.d.ts +7 -7
  34. package/node_modules/yaml/dist/compose/resolve-flow-scalar.d.ts +4 -4
  35. package/node_modules/yaml/dist/compose/resolve-props.d.ts +2 -2
  36. package/node_modules/yaml/dist/compose/resolve-props.js +1 -1
  37. package/node_modules/yaml/dist/compose/util-contains-newline.d.ts +1 -1
  38. package/node_modules/yaml/dist/compose/util-empty-scalar-position.d.ts +1 -1
  39. package/node_modules/yaml/dist/compose/util-flow-indent-check.d.ts +2 -2
  40. package/node_modules/yaml/dist/compose/util-map-includes.d.ts +3 -3
  41. package/node_modules/yaml/dist/doc/Document.d.ts +11 -11
  42. package/node_modules/yaml/dist/doc/anchors.d.ts +2 -2
  43. package/node_modules/yaml/dist/doc/createNode.d.ts +4 -4
  44. package/node_modules/yaml/dist/doc/directives.d.ts +1 -1
  45. package/node_modules/yaml/dist/index.d.ts +21 -18
  46. package/node_modules/yaml/dist/log.js +4 -2
  47. package/node_modules/yaml/dist/nodes/Alias.d.ts +9 -8
  48. package/node_modules/yaml/dist/nodes/Collection.d.ts +4 -4
  49. package/node_modules/yaml/dist/nodes/Node.d.ts +10 -10
  50. package/node_modules/yaml/dist/nodes/Pair.d.ts +9 -8
  51. package/node_modules/yaml/dist/nodes/Scalar.d.ts +4 -3
  52. package/node_modules/yaml/dist/nodes/YAMLMap.d.ts +10 -10
  53. package/node_modules/yaml/dist/nodes/YAMLSeq.d.ts +10 -10
  54. package/node_modules/yaml/dist/nodes/addPairToJSMap.d.ts +3 -3
  55. package/node_modules/yaml/dist/nodes/identity.d.ts +7 -7
  56. package/node_modules/yaml/dist/nodes/toJS.d.ts +2 -2
  57. package/node_modules/yaml/dist/options.d.ts +10 -10
  58. package/node_modules/yaml/dist/parse/cst-scalar.d.ts +4 -4
  59. package/node_modules/yaml/dist/parse/cst-stringify.d.ts +1 -1
  60. package/node_modules/yaml/dist/parse/cst-visit.d.ts +2 -2
  61. package/node_modules/yaml/dist/parse/cst.d.ts +4 -3
  62. package/node_modules/yaml/dist/parse/lexer.d.ts +1 -1
  63. package/node_modules/yaml/dist/parse/parser.d.ts +4 -4
  64. package/node_modules/yaml/dist/parse/parser.js +2 -1
  65. package/node_modules/yaml/dist/public-api.d.ts +6 -5
  66. package/node_modules/yaml/dist/schema/Schema.d.ts +4 -4
  67. package/node_modules/yaml/dist/schema/common/map.d.ts +1 -1
  68. package/node_modules/yaml/dist/schema/common/null.d.ts +1 -1
  69. package/node_modules/yaml/dist/schema/common/seq.d.ts +1 -1
  70. package/node_modules/yaml/dist/schema/common/string.d.ts +1 -1
  71. package/node_modules/yaml/dist/schema/core/bool.d.ts +1 -1
  72. package/node_modules/yaml/dist/schema/core/float.d.ts +1 -1
  73. package/node_modules/yaml/dist/schema/core/int.d.ts +1 -1
  74. package/node_modules/yaml/dist/schema/core/schema.d.ts +1 -1
  75. package/node_modules/yaml/dist/schema/json/schema.d.ts +1 -1
  76. package/node_modules/yaml/dist/schema/tags.d.ts +2 -2
  77. package/node_modules/yaml/dist/schema/types.d.ts +8 -8
  78. package/node_modules/yaml/dist/schema/yaml-1.1/binary.d.ts +1 -1
  79. package/node_modules/yaml/dist/schema/yaml-1.1/binary.js +6 -5
  80. package/node_modules/yaml/dist/schema/yaml-1.1/bool.d.ts +1 -1
  81. package/node_modules/yaml/dist/schema/yaml-1.1/float.d.ts +1 -1
  82. package/node_modules/yaml/dist/schema/yaml-1.1/int.d.ts +1 -1
  83. package/node_modules/yaml/dist/schema/yaml-1.1/merge.d.ts +3 -3
  84. package/node_modules/yaml/dist/schema/yaml-1.1/omap.d.ts +11 -17
  85. package/node_modules/yaml/dist/schema/yaml-1.1/pairs.d.ts +7 -7
  86. package/node_modules/yaml/dist/schema/yaml-1.1/schema.d.ts +1 -1
  87. package/node_modules/yaml/dist/schema/yaml-1.1/set.d.ts +9 -9
  88. package/node_modules/yaml/dist/schema/yaml-1.1/timestamp.d.ts +1 -1
  89. package/node_modules/yaml/dist/stringify/stringify.d.ts +3 -3
  90. package/node_modules/yaml/dist/stringify/stringifyCollection.d.ts +2 -2
  91. package/node_modules/yaml/dist/stringify/stringifyDocument.d.ts +3 -3
  92. package/node_modules/yaml/dist/stringify/stringifyNumber.d.ts +1 -1
  93. package/node_modules/yaml/dist/stringify/stringifyPair.d.ts +2 -2
  94. package/node_modules/yaml/dist/stringify/stringifyString.d.ts +2 -2
  95. package/node_modules/yaml/dist/util.d.ts +16 -12
  96. package/node_modules/yaml/dist/util.js +2 -2
  97. package/node_modules/yaml/dist/visit.d.ts +7 -7
  98. package/node_modules/yaml/package.json +4 -4
  99. package/package.json +3 -3
@@ -1,11 +1,11 @@
1
- import type { CreateNodeContext } from '../doc/createNode.js';
2
- import type { Node } from '../nodes/Node.js';
3
- import type { Scalar } from '../nodes/Scalar.js';
4
- import type { YAMLMap } from '../nodes/YAMLMap.js';
5
- import type { YAMLSeq } from '../nodes/YAMLSeq.js';
6
- import type { ParseOptions } from '../options.js';
7
- import type { StringifyContext } from '../stringify/stringify.js';
8
- import type { Schema } from './Schema.js';
1
+ import type { CreateNodeContext } from '../doc/createNode';
2
+ import type { Node } from '../nodes/Node';
3
+ import type { Scalar } from '../nodes/Scalar';
4
+ import type { YAMLMap } from '../nodes/YAMLMap';
5
+ import type { YAMLSeq } from '../nodes/YAMLSeq';
6
+ import type { ParseOptions } from '../options';
7
+ import type { StringifyContext } from '../stringify/stringify';
8
+ import type { Schema } from './Schema';
9
9
  interface TagBase {
10
10
  /**
11
11
  * An optional factory function, used e.g. by collections when wrapping JS objects as AST nodes.
@@ -1,2 +1,2 @@
1
- import type { ScalarTag } from '../types.js';
1
+ import type { ScalarTag } from '../types';
2
2
  export declare const binary: ScalarTag;
@@ -1,5 +1,6 @@
1
1
  'use strict';
2
2
 
3
+ var node_buffer = require('node:buffer');
3
4
  var Scalar = require('../../nodes/Scalar.js');
4
5
  var stringifyString = require('../../stringify/stringifyString.js');
5
6
 
@@ -16,8 +17,8 @@ const binary = {
16
17
  * document.querySelector('#photo').src = URL.createObjectURL(blob)
17
18
  */
18
19
  resolve(src, onError) {
19
- if (typeof Buffer === 'function') {
20
- return Buffer.from(src, 'base64');
20
+ if (typeof node_buffer.Buffer === 'function') {
21
+ return node_buffer.Buffer.from(src, 'base64');
21
22
  }
22
23
  else if (typeof atob === 'function') {
23
24
  // On IE 11, atob() can't handle newlines
@@ -35,11 +36,11 @@ const binary = {
35
36
  stringify({ comment, type, value }, ctx, onComment, onChompKeep) {
36
37
  const buf = value; // checked earlier by binary.identify()
37
38
  let str;
38
- if (typeof Buffer === 'function') {
39
+ if (typeof node_buffer.Buffer === 'function') {
39
40
  str =
40
- buf instanceof Buffer
41
+ buf instanceof node_buffer.Buffer
41
42
  ? buf.toString('base64')
42
- : Buffer.from(buf.buffer).toString('base64');
43
+ : node_buffer.Buffer.from(buf.buffer).toString('base64');
43
44
  }
44
45
  else if (typeof btoa === 'function') {
45
46
  let s = '';
@@ -1,4 +1,4 @@
1
- import type { ScalarTag } from '../types.js';
1
+ import type { ScalarTag } from '../types';
2
2
  export declare const trueTag: ScalarTag & {
3
3
  test: RegExp;
4
4
  };
@@ -1,4 +1,4 @@
1
- import type { ScalarTag } from '../types.js';
1
+ import type { ScalarTag } from '../types';
2
2
  export declare const floatNaN: ScalarTag;
3
3
  export declare const floatExp: ScalarTag;
4
4
  export declare const float: ScalarTag;
@@ -1,4 +1,4 @@
1
- import type { ScalarTag } from '../types.js';
1
+ import type { ScalarTag } from '../types';
2
2
  export declare const intBin: ScalarTag;
3
3
  export declare const intOct: ScalarTag;
4
4
  export declare const int: ScalarTag;
@@ -1,6 +1,6 @@
1
- import type { ToJSContext } from '../../nodes/toJS.js';
2
- import type { MapLike } from '../../nodes/YAMLMap.js';
3
- import type { ScalarTag } from '../types.js';
1
+ import type { ToJSContext } from '../../nodes/toJS';
2
+ import type { MapLike } from '../../nodes/YAMLMap';
3
+ import type { ScalarTag } from '../types';
4
4
  export declare const merge: ScalarTag & {
5
5
  identify(value: unknown): boolean;
6
6
  test: RegExp;
@@ -1,23 +1,17 @@
1
- import { ToJSContext } from '../../nodes/toJS.js';
2
- import { YAMLSeq } from '../../nodes/YAMLSeq.js';
3
- import { CreateNodeContext } from '../../util.js';
4
- import type { Schema } from '../Schema.js';
5
- import { CollectionTag } from '../types.js';
1
+ import type { ToJSContext } from '../../nodes/toJS';
2
+ import { YAMLMap } from '../../nodes/YAMLMap';
3
+ import { YAMLSeq } from '../../nodes/YAMLSeq';
4
+ import type { CreateNodeContext } from '../../util';
5
+ import type { Schema } from '../Schema';
6
+ import type { CollectionTag } from '../types';
6
7
  export declare class YAMLOMap extends YAMLSeq {
7
8
  static tag: string;
8
9
  constructor();
9
- add: (pair: import("../../index.js").Pair<any, any> | {
10
- key: any;
11
- value: any;
12
- }, overwrite?: boolean) => void;
13
- delete: (key: unknown) => boolean;
14
- get: {
15
- (key: unknown, keepScalar: true): import("../../index.js").Scalar<any> | undefined;
16
- (key: unknown, keepScalar?: false): any;
17
- (key: unknown, keepScalar?: boolean): any;
18
- };
19
- has: (key: unknown) => boolean;
20
- set: (key: any, value: any) => void;
10
+ add: typeof YAMLMap.prototype.add;
11
+ delete: typeof YAMLMap.prototype.delete;
12
+ get: typeof YAMLMap.prototype.get;
13
+ has: typeof YAMLMap.prototype.has;
14
+ set: typeof YAMLMap.prototype.set;
21
15
  /**
22
16
  * If `ctx` is given, the return type is actually `Map<unknown, unknown>`,
23
17
  * but TypeScript won't allow widening the signature of a child method.
@@ -1,10 +1,10 @@
1
- import type { CreateNodeContext } from '../../doc/createNode.js';
2
- import type { ParsedNode } from '../../nodes/Node.js';
3
- import { Pair } from '../../nodes/Pair.js';
4
- import { YAMLMap } from '../../nodes/YAMLMap.js';
5
- import { YAMLSeq } from '../../nodes/YAMLSeq.js';
6
- import type { Schema } from '../../schema/Schema.js';
7
- import type { CollectionTag } from '../types.js';
1
+ import type { CreateNodeContext } from '../../doc/createNode';
2
+ import type { ParsedNode } from '../../nodes/Node';
3
+ import { Pair } from '../../nodes/Pair';
4
+ import type { YAMLMap } from '../../nodes/YAMLMap';
5
+ import { YAMLSeq } from '../../nodes/YAMLSeq';
6
+ import type { Schema } from '../../schema/Schema';
7
+ import type { CollectionTag } from '../types';
8
8
  export declare function resolvePairs(seq: YAMLSeq.Parsed<ParsedNode | Pair<ParsedNode, ParsedNode | null>> | YAMLMap.Parsed, onError: (message: string) => void): YAMLSeq.Parsed<Pair<ParsedNode, ParsedNode | null>>;
9
9
  export declare function createPairs(schema: Schema, iterable: unknown, ctx: CreateNodeContext): YAMLSeq<unknown>;
10
10
  export declare const pairs: CollectionTag;
@@ -1 +1 @@
1
- export declare const schema: (import("../types.js").CollectionTag | import("../types.js").ScalarTag)[];
1
+ export declare const schema: (import('../types').CollectionTag | import('../types').ScalarTag)[];
@@ -1,11 +1,11 @@
1
- import { Pair } from '../../nodes/Pair.js';
2
- import { Scalar } from '../../nodes/Scalar.js';
3
- import { ToJSContext } from '../../nodes/toJS.js';
4
- import { YAMLMap } from '../../nodes/YAMLMap.js';
5
- import type { Schema } from '../../schema/Schema.js';
6
- import type { StringifyContext } from '../../stringify/stringify.js';
7
- import { CreateNodeContext } from '../../util.js';
8
- import type { CollectionTag } from '../types.js';
1
+ import { Pair } from '../../nodes/Pair';
2
+ import type { Scalar } from '../../nodes/Scalar';
3
+ import type { ToJSContext } from '../../nodes/toJS';
4
+ import { YAMLMap } from '../../nodes/YAMLMap';
5
+ import type { Schema } from '../../schema/Schema';
6
+ import type { StringifyContext } from '../../stringify/stringify';
7
+ import type { CreateNodeContext } from '../../util';
8
+ import type { CollectionTag } from '../types';
9
9
  export declare class YAMLSet<T = unknown> extends YAMLMap<T, Scalar<null> | null> {
10
10
  static tag: string;
11
11
  constructor(schema?: Schema);
@@ -23,6 +23,6 @@ export declare class YAMLSet<T = unknown> extends YAMLMap<T, Scalar<null> | null
23
23
  set(key: T, value: null): void;
24
24
  toJSON(_?: unknown, ctx?: ToJSContext): any;
25
25
  toString(ctx?: StringifyContext, onComment?: () => void, onChompKeep?: () => void): string;
26
- static from(schema: Schema, iterable: unknown, ctx: CreateNodeContext): YAMLSet<unknown>;
26
+ static from(schema: Schema, iterable: unknown, ctx: CreateNodeContext): YAMLSet;
27
27
  }
28
28
  export declare const set: CollectionTag;
@@ -1,4 +1,4 @@
1
- import type { ScalarTag } from '../types.js';
1
+ import type { ScalarTag } from '../types';
2
2
  export declare const intTime: ScalarTag;
3
3
  export declare const floatTime: ScalarTag;
4
4
  export declare const timestamp: ScalarTag & {
@@ -1,6 +1,6 @@
1
- import type { Document } from '../doc/Document.js';
2
- import type { Alias } from '../nodes/Alias.js';
3
- import type { ToStringOptions } from '../options.js';
1
+ import type { Document } from '../doc/Document';
2
+ import type { Alias } from '../nodes/Alias';
3
+ import type { ToStringOptions } from '../options';
4
4
  export type StringifyContext = {
5
5
  actualString?: boolean;
6
6
  allNullValues?: boolean;
@@ -1,5 +1,5 @@
1
- import { Collection } from '../nodes/Collection.js';
2
- import { StringifyContext } from './stringify.js';
1
+ import type { Collection } from '../nodes/Collection';
2
+ import type { StringifyContext } from './stringify';
3
3
  interface StringifyCollectionOptions {
4
4
  blockItemPrefix: string;
5
5
  flowChars: {
@@ -1,4 +1,4 @@
1
- import type { Document } from '../doc/Document.js';
2
- import type { Node } from '../nodes/Node.js';
3
- import type { ToStringOptions } from '../options.js';
1
+ import type { Document } from '../doc/Document';
2
+ import type { Node } from '../nodes/Node';
3
+ import type { ToStringOptions } from '../options';
4
4
  export declare function stringifyDocument(doc: Readonly<Document<Node, boolean>>, options: ToStringOptions): string;
@@ -1,2 +1,2 @@
1
- import type { Scalar } from '../nodes/Scalar.js';
1
+ import type { Scalar } from '../nodes/Scalar';
2
2
  export declare function stringifyNumber({ format, minFractionDigits, tag, value }: Scalar): string;
@@ -1,3 +1,3 @@
1
- import type { Pair } from '../nodes/Pair.js';
2
- import { StringifyContext } from './stringify.js';
1
+ import type { Pair } from '../nodes/Pair';
2
+ import type { StringifyContext } from './stringify';
3
3
  export declare function stringifyPair({ key, value }: Readonly<Pair>, ctx: StringifyContext, onComment?: () => void, onChompKeep?: () => void): string;
@@ -1,5 +1,5 @@
1
- import { Scalar } from '../nodes/Scalar.js';
2
- import type { StringifyContext } from './stringify.js';
1
+ import { Scalar } from '../nodes/Scalar';
2
+ import type { StringifyContext } from './stringify';
3
3
  interface StringifyScalar {
4
4
  value: string;
5
5
  comment?: string | null;
@@ -1,12 +1,16 @@
1
- export { createNode, CreateNodeContext } from './doc/createNode.js';
2
- export { debug, LogLevelId, warn } from './log.js';
3
- export { createPair } from './nodes/Pair.js';
4
- export { findPair } from './nodes/YAMLMap.js';
5
- export { toJS, ToJSContext } from './nodes/toJS.js';
6
- export { map as mapTag } from './schema/common/map.js';
7
- export { seq as seqTag } from './schema/common/seq.js';
8
- export { string as stringTag } from './schema/common/string.js';
9
- export { foldFlowLines, FoldOptions } from './stringify/foldFlowLines';
10
- export { StringifyContext } from './stringify/stringify.js';
11
- export { stringifyNumber } from './stringify/stringifyNumber.js';
12
- export { stringifyString } from './stringify/stringifyString.js';
1
+ export { createNode } from './doc/createNode';
2
+ export type { CreateNodeContext } from './doc/createNode';
3
+ export { debug, warn } from './log';
4
+ export type { LogLevelId } from './log';
5
+ export { createPair } from './nodes/Pair';
6
+ export { toJS } from './nodes/toJS';
7
+ export type { ToJSContext } from './nodes/toJS';
8
+ export { findPair } from './nodes/YAMLMap';
9
+ export { map as mapTag } from './schema/common/map';
10
+ export { seq as seqTag } from './schema/common/seq';
11
+ export { string as stringTag } from './schema/common/string';
12
+ export { foldFlowLines } from './stringify/foldFlowLines';
13
+ export type { FoldOptions } from './stringify/foldFlowLines';
14
+ export type { StringifyContext } from './stringify/stringify';
15
+ export { stringifyNumber } from './stringify/stringifyNumber';
16
+ export { stringifyString } from './stringify/stringifyString';
@@ -3,8 +3,8 @@
3
3
  var createNode = require('./doc/createNode.js');
4
4
  var log = require('./log.js');
5
5
  var Pair = require('./nodes/Pair.js');
6
- var YAMLMap = require('./nodes/YAMLMap.js');
7
6
  var toJS = require('./nodes/toJS.js');
7
+ var YAMLMap = require('./nodes/YAMLMap.js');
8
8
  var map = require('./schema/common/map.js');
9
9
  var seq = require('./schema/common/seq.js');
10
10
  var string = require('./schema/common/string.js');
@@ -18,8 +18,8 @@ exports.createNode = createNode.createNode;
18
18
  exports.debug = log.debug;
19
19
  exports.warn = log.warn;
20
20
  exports.createPair = Pair.createPair;
21
- exports.findPair = YAMLMap.findPair;
22
21
  exports.toJS = toJS.toJS;
22
+ exports.findPair = YAMLMap.findPair;
23
23
  exports.mapTag = map.map;
24
24
  exports.seqTag = seq.seq;
25
25
  exports.stringTag = string.string;
@@ -1,10 +1,10 @@
1
- import type { Document } from './doc/Document.js';
2
- import type { Alias } from './nodes/Alias.js';
3
- import { Node } from './nodes/Node.js';
4
- import type { Pair } from './nodes/Pair.js';
5
- import type { Scalar } from './nodes/Scalar.js';
6
- import type { YAMLMap } from './nodes/YAMLMap.js';
7
- import type { YAMLSeq } from './nodes/YAMLSeq.js';
1
+ import type { Document } from './doc/Document';
2
+ import type { Alias } from './nodes/Alias';
3
+ import type { Node } from './nodes/Node';
4
+ import type { Pair } from './nodes/Pair';
5
+ import type { Scalar } from './nodes/Scalar';
6
+ import type { YAMLMap } from './nodes/YAMLMap';
7
+ import type { YAMLSeq } from './nodes/YAMLSeq';
8
8
  export type visitorFn<T> = (key: number | 'key' | 'value' | null, node: T, path: readonly (Document | Node | Pair)[]) => void | symbol | number | Node | Pair;
9
9
  export type visitor = visitorFn<unknown> | {
10
10
  Alias?: visitorFn<Alias>;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yaml",
3
- "version": "2.6.1",
3
+ "version": "2.7.0",
4
4
  "license": "ISC",
5
5
  "author": "Eemeli Aro <eemeli@gmail.com>",
6
6
  "repository": "github:eemeli/yaml",
@@ -74,7 +74,7 @@
74
74
  "@eslint/js": "^9.9.1",
75
75
  "@rollup/plugin-babel": "^6.0.3",
76
76
  "@rollup/plugin-replace": "^5.0.2",
77
- "@rollup/plugin-typescript": "^11.0.0",
77
+ "@rollup/plugin-typescript": "^12.1.1",
78
78
  "@types/jest": "^29.2.4",
79
79
  "@types/node": "^20.11.20",
80
80
  "babel-jest": "^29.0.1",
@@ -86,8 +86,8 @@
86
86
  "jest-ts-webcompat-resolver": "^1.0.0",
87
87
  "prettier": "^3.0.2",
88
88
  "rollup": "^4.12.0",
89
- "tslib": "^2.1.0",
90
- "typescript": "^5.0.3",
89
+ "tslib": "^2.8.1",
90
+ "typescript": "^5.7.2",
91
91
  "typescript-eslint": "^8.4.0"
92
92
  },
93
93
  "engines": {
package/package.json CHANGED
@@ -44,7 +44,7 @@
44
44
  "organization": false
45
45
  },
46
46
  "devDependencies": {
47
- "@cdk8s/projen-common": "^0.0.563",
47
+ "@cdk8s/projen-common": "^0.0.565",
48
48
  "@stylistic/eslint-plugin": "^2",
49
49
  "@types/follow-redirects": "^1.14.4",
50
50
  "@types/jest": "^27",
@@ -74,7 +74,7 @@
74
74
  "dependencies": {
75
75
  "fast-json-patch": "^3.1.1",
76
76
  "follow-redirects": "^1.15.9",
77
- "yaml": "2.6.1"
77
+ "yaml": "2.7.0"
78
78
  },
79
79
  "bundledDependencies": [
80
80
  "fast-json-patch",
@@ -103,7 +103,7 @@
103
103
  "publishConfig": {
104
104
  "access": "public"
105
105
  },
106
- "version": "2.69.28",
106
+ "version": "2.69.29",
107
107
  "jest": {
108
108
  "coverageProvider": "v8",
109
109
  "testMatch": [